summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-06-29drm/amdgpu: add chunk id validity checkChristian König1-3/+11
2015-06-29drm/amdgpu: fix crash on invalid CS IOCTLChristian König1-2/+3
2015-06-29drm/amdgpu: reset wptr at cp compute resume (v2)Sonny Jiang1-0/+6
2015-06-29drm/amdgpu: check VCE feedback and bitstream indexChristian König1-8/+16
2015-06-29drm/amdgpu: make VCE handle check more strictChristian König1-16/+48
2015-06-29drm/amdgpu: check VCE relocation buffer rangeChristian König3-29/+92
2015-06-29drm/amdgpu: silence invalid error messageChristian König1-1/+1
2015-06-29drm/amdgpu: fix wrong typemonk.liu1-1/+2
2015-06-29drm/amdgpu: print the bo_list in the CS trace point as wellChristian König1-2/+4
2015-06-29drm/amdgpu: add amdgpu_bo_list_set trace pointChristian König2-0/+18
2015-06-29drm/amdgpu: add BO map/unmap trace pointChristian König2-0/+52
2015-06-29drm/amdgpu: simplify fence debugfs output a bitChristian König1-2/+3
2015-06-29drm/radeon: SDMA fix hibernation (CI GPU family).Jérôme Glisse1-0/+11
2015-06-29drm/radeon: compute ring fix hibernation (CI GPU family) v2.Jérôme Glisse1-0/+34
2015-06-29drm/amdgpu: Configure doorbell to maximum slotsBen Goz1-1/+1
2015-06-29drm/amdgpu: Initialize compute sdma and memory from kgdBen Goz4-0/+123
2015-06-29drm/radeon: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-06-29drm/amdgpu: fix hpd range check in dce_v8_0_hpd_irq()Alex Deucher1-1/+1
2015-06-29drm/i915: fix backlight after resume on 855gmJani Nikula2-0/+9
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds530-9667/+451963
2015-06-26drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure pathMichel Thierry1-3/+3
2015-06-26drm/i915: Fix IPS related flickerRodrigo Vivi2-0/+14
2015-06-26drm/nouveau: Pause between setting gpu to D3hot and cutting the powerLukas Wunner1-0/+2
2015-06-26Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+30
2015-06-25drm/dp/mst: close deadlock in connector destruction.Dave Airlie1-2/+38
2015-06-24drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen1-7/+11
2015-06-24drm: Always enable atomic APIDaniel Stone2-5/+0
2015-06-24drm/vgem: Set unique to "vgem"Daniel Vetter1-0/+2
2015-06-24Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+1
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-06-23Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+5
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+1
2015-06-23drm/dp/mst: take lock around looking up the branch device on hpd irqDave Airlie1-0/+3
2015-06-23drm/dp/mst: make sure mst_primary mstb is valid in work functionDaniel Vetter1-5/+19
2015-06-23Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie1-21/+21
2015-06-23Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie26-1380/+2181
2015-06-23Merge tag 'topic/drm-misc-2015-06-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie5-21/+21
2015-06-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2015-06-22drm/atomic: Don't set crtc_state->enable manuallyLaurent Pinchart1-3/+7
2015-06-22drm/exynos: dsi: do not set TE GPIO direction by inputHyungwon Hwang1-2/+2
2015-06-22drm/exynos: dsi: add support for MIC driver as a bridgeHyungwon Hwang1-0/+24
2015-06-22drm/exynos: dsi: add support for Exynos5433Hyungwon Hwang2-16/+86
2015-06-22drm/exynos: dsi: make use of array for clock accessHyungwon Hwang1-35/+33
2015-06-22drm/exynos: dsi: make use of driver data for static valuesHyungwon Hwang1-51/+145
2015-06-22drm/exynos: dsi: add macros for register accessHyungwon Hwang1-47/+51
2015-06-22drm/exynos: dsi: rename pll_clk to sclk_clkHyungwon Hwang1-20/+16
2015-06-22drm/exynos: mic: add MIC driverHyungwon Hwang5-3/+501
2015-06-22drm/exynos: add Exynos5433 decon driverJoonyoung Shim4-0/+668
2015-06-22drm/exynos: fix the input prompt of Exynos7 DECONHyungwon Hwang1-1/+1
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang6-46/+47