summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher3-9/+3
2015-06-29drm/amdgpu: remove unnecessary check before kfreeManinder Singh1-2/+1
2015-06-29drm/amdgpu: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-06-29drm/radeon: fix adding all VAs to the freed list on remove v2Christian König1-2/+2
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-26drm/nouveau: Pause between setting gpu to D3hot and cutting the powerLukas Wunner1-0/+2
2015-06-25drm/dp/mst: close deadlock in connector destruction.Dave Airlie1-2/+38
2015-06-24drm: Always enable atomic APIDaniel Stone2-5/+0
2015-06-24drm/vgem: Set unique to "vgem"Daniel Vetter1-0/+2
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-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
2015-06-22drm/exynos: Add the dependency for DRM_EXYNOS to DPI/DSI/DPHyungwon Hwang1-3/+3
2015-06-22drm/exynos: remove the dependency of DP driver for ARCH_EXYNOSHyungwon Hwang1-1/+1
2015-06-22drm/i915: Silence compiler warningAnder Conselvan de Oliveira1-21/+21
2015-06-19drm: prime: Document gem_prime_mmapDaniel Thompson1-1/+3
2015-06-19drm/exynos: do not wait for vblank at atomic operationInki Dae1-2/+0
2015-06-19drm/exynos: Remove unused vma field of exynos_drm_gem_objKrzysztof Kozlowski1-2/+0
2015-06-19drm/exynos: fimd: fix page fault issue with iommuInki Dae1-0/+4