summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.Eric Anholt2016-10-061-0/+3
* | drm/vc4: Enable limited range RGB output on HDMI with CEA modes.Eric Anholt2016-10-062-3/+37
* | drm/vc4: Fix races when the CS reads from render targets.Eric Anholt2016-10-064-8/+62
* | drm/vc4: cleanup with list_first_entry_or_null()Masahiro Yamada2016-10-061-7/+4
|/
* drm: virtio: reinstate drm_virtio_set_busid()Laszlo Ersek2016-10-043-0/+12
* drm: Undo damage to page_flip_ioctlDaniel Vetter2016-10-041-42/+39
* drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctlChris Wilson2016-10-041-0/+2
* drm/exynos: g2d: simplify g2d_free_runqueue_node()Tobias Jakobi2016-09-301-3/+0
* drm/exynos: g2d: use autosuspend mode for PM runtimeTobias Jakobi2016-09-301-2/+7
* drm/exynos: g2d: wait for engine to finishTobias Jakobi2016-09-301-7/+77
* drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}()Tobias Jakobi2016-09-301-15/+33
* drm/exynos: g2d: move PM management to runqueue workerTobias Jakobi2016-09-301-22/+56
* Revert "drm/exynos: g2d: fix system and runtime pm integration"Tobias Jakobi2016-09-301-7/+22
* drm/exynos: use drm core to handle page-flip eventAndrzej Hajda2016-09-308-78/+21
* drm/exynos: mark exynos_dp_crtc_clock_enable() staticBaoyou Xie2016-09-301-1/+1
* drm/exynos/fimd: add clock rate checkingAndrzej Hajda2016-09-301-11/+28
* drm/exynos: fix pending update handlingAndrzej Hajda2016-09-303-60/+2
* drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda2016-09-301-46/+20
* drm/exynos: g2d: beautify probing messageTobias Jakobi2016-09-301-1/+1
* drm/exynos: mixer: simplify loop in vp_win_reset()Tobias Jakobi2016-09-301-2/+2
* drm/exynos: mixer: convert booleans to flags in mixer contextTobias Jakobi2016-09-301-25/+30
* gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk cons...Milo Kim2016-09-301-3/+2
* gpu: drm: exynos_hdmi: Move PHY logic into single functionMilo Kim2016-09-301-30/+33
* gpu: drm: exynos_hdmi: Move DDC logic into single functionMilo Kim2016-09-301-21/+25
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-3038-322/+700
|\
| * drm/radeon: always apply pci shutdown callbacksAlex Deucher2016-09-281-3/+4
| * drm/amdgpu: always apply pci shutdown callbacks (v2)Alex Deucher2016-09-281-6/+4
| * drm/amdgpu: improve VM PTE trace pointsChristian König2016-09-282-5/+25
| * drm/amdgpu: fix GART_DEBUGFS defineChristian König2016-09-281-4/+4
| * drm/amdgpu: free userptrs even if GTT isn't boundChristian König2016-09-281-3/+3
| * drm/amd/amdgpu: Various cleanups for DCEv6Tom St Denis2016-09-281-36/+10
| * drm/amdgpu: fix BO move offsetsChristian König2016-09-281-2/+2
| * drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König2016-09-281-2/+2
| * drm/amdgpu: fix gtt_mgr bo's offsetFlora Cui2016-09-281-2/+3
| * drm/amdgpu: fix initializing the VM BO shadowChristian König2016-09-281-0/+15
| * drm/amdgpu: fix initializing the VM last eviction counterChristian König2016-09-281-2/+6
| * drm/amdgpu: cleanup VM shadow BO unreferencingChristian König2016-09-281-6/+10
| * drm/amdgpu: allocate GTT space for shadow VM page tablesChristian König2016-09-281-0/+17
| * drm/amdgpu: rename all rbo variable to abo v2Christian König2016-09-2812-159/+159
| * drm/amdgpu: remove unused member from struct amdgpu_boChristian König2016-09-282-3/+0
| * drm/amdgpu: add a custom GTT memory manager v2Christian König2016-09-286-11/+265
| * drm/amdgpu/dce6: disable hpd on local panelsAlex Deucher2016-09-281-9/+39
| * drm/amdgpu/dce8: disable hpd on local panelsAlex Deucher2016-09-281-9/+39
| * drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher2016-09-281-10/+13
| * drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher2016-09-281-10/+13
| * drm/amdgpu/si/dpm: fix phase shedding setupAlex Deucher2016-09-282-1/+2
| * drm/radeon/si/dpm: fix phase shedding setupAlex Deucher2016-09-282-1/+2
| * drm/amdgpu/si/dpm: sync up quirks from radeonAlex Deucher2016-09-281-0/+13
| * drm/amdgpu/vce3: don't forget to tear down some ringsGrazvydas Ignotas2016-09-271-2/+4
| * drm/amdgpu/i2c: add const where appropriateGrazvydas Ignotas2016-09-272-14/+14