summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2015-07-12Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds-1/+1
2015-07-10Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie-29/+49
2015-07-10Merge tag 'drm-intel-fixes-2015-07-09' of git://anongit.freedesktop.org/drm-i...Dave Airlie-14/+37
2015-07-10Merge tag 'drm-amdkfd-fixes-2015-07-09' of git://people.freedesktop.org/~gabb...Dave Airlie-2/+7
2015-07-09drm/radeon: disable vce init on cayman (v2)Alex Deucher-11/+14
2015-07-09drm/amdgpu: fix timeout calculationChristian König-1/+1
2015-07-09drm/radeon: check if BO_VA is set before adding it to the invalidation listChristian König-5/+5
2015-07-09drm/radeon: allways add the VM clear duplicateChristian König-18/+16
2015-07-09Revert "Revert "drm/radeon: dont switch vt on suspend""Alex Deucher-0/+1
2015-07-09drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()Michel Dänzer-30/+19
2015-07-09drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)Grigori Goronzy-1/+33
2015-07-09drm/radeon: Clean up reference counting and pinning of the cursor BOsMichel Dänzer-48/+37
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh-2/+7
2015-07-09Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä-3/+1
2015-07-09drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson-1/+11
2015-07-08drm/radeon: fix underflow in r600_cp_dispatch_texture()Dan Carpenter-1/+1
2015-07-08drm/radeon: default to 2048 MB GART size on SI+Grigori Goronzy-13/+19
2015-07-08drm/radeon: fix HDP flushingGrigori Goronzy-0/+1
2015-07-08drm/radeon: use RCU query for GEM_BUSY syscallGrigori Goronzy-3/+8
2015-07-08drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner-24/+42
2015-07-08drm/radeon: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner-531/+688
2015-07-08drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter-1/+1
2015-07-08drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter-0/+3
2015-07-08drm/i915: Restore all GGTT VMAs on resumeTvrtko Ursulin-7/+16
2015-07-06drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak-2/+5
2015-07-03Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds-1/+1
2015-07-04drm/crtc: Fix edid length computationShixin Zeng-1/+1
2015-07-02Merge branch 'drm-next-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds-89/+539
2015-07-02Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds-3/+29
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2015-07-02drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick-1/+1
2015-07-02drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen-1/+1
2015-07-02drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen-6/+4
2015-07-02drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen-13/+5
2015-07-02drm/omap: increase DMM transaction timeoutTomi Valkeinen-1/+1
2015-07-02drm/omap: check that plane is inside crtcTomi Valkeinen-0/+26
2015-06-30drm/nouveau/gem: use kvfree() in u_free()Pekka Enberg-4/+1
2015-06-30drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira-0/+3
2015-06-30drm/radeon: only check the sink type on DP connectorsAlex Deucher-9/+9
2015-06-29drm/amdgpu: add flag to delay VM updatesChristian König-3/+3
2015-06-29drm/amdgpu: add optional dependencies to the CS IOCTL v2Christian König-1/+58
2015-06-29drm/amdgpu: recreate fence from user seqChristian König-9/+44
2015-06-29gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov-0/+6
2015-06-29Revert "drm/radeon: dont switch vt on suspend"Alex Deucher-1/+0
2015-06-29drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang-1/+1
2015-06-29drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOnSonny Jiang-1/+1
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher-9/+3
2015-06-29drm/amdgpu: remove unnecessary check before kfreeManinder Singh-2/+1
2015-06-29drm/amdgpu: use kzalloc for allocating one thingManinder Singh-1/+1
2015-06-29drm/radeon: fix adding all VAs to the freed list on remove v2Christian König-2/+2