summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-25drm: replace "drm_connector_unreference" with "drm_connector_put"Fernando Ramos1-1/+1
2018-11-25drm: remove deprecated "drm_dev_unref" functionFernando Ramos1-13/+0
2018-11-25drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos6-11/+11
2018-11-23drm/atomic-helper: WARN if fake_commit->hw_done is not completed as expectedVille Syrjälä1-1/+3
2018-11-23drm/atomic-helper: Complete fake_commit->flip_done potentially earlierVille Syrjälä1-0/+3
2018-11-22drm/prime: Fix drm_gem_prime_mmap() stack useNoralf Trønnes1-11/+20
2018-11-22drm/sun4i: wait on implicit fence before displayQiang Yu3-0/+6
2018-11-22drm: Merge drm_info.c into drm_debugfs.cDaniel Vetter4-143/+90
2018-11-21drm/meson: Add implicit fencing support for primary and overlay planesKoen Kooi2-0/+4
2018-11-21drm/virtio: add edid supportGerd Hoffmann5-0/+91
2018-11-21qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau1-1/+9
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau4-12/+8
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau3-9/+4
2018-11-21drm/cirrus: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-11-20drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy1-0/+1
2018-11-20drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes10-88/+31
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes1-0/+86
2018-11-20drm/gem: Add drm_gem_object_funcsNoralf Trønnes3-34/+121
2018-11-20drm/prime: Add drm_gem_prime_mmap()Noralf Trønnes1-0/+37
2018-11-20drm/driver: Add defaults for .gem_prime_export/import callbacksNoralf Trønnes1-2/+8
2018-11-20drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"Colin Ian King1-1/+1
2018-11-20drm/bridge/sii902x: Add missing dependency on I2C_MUXFabrizio Castro1-0/+1
2018-11-19drm/rockchip: fix for mailbox read sizeDamian Kos1-1/+1
2018-11-15drm/bridge/sii902x: Fix EDID readbackFabrizio Castro1-69/+178
2018-11-15drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FWGabriel Krisman Bertazi1-1/+1
2018-11-14drm/qxl: remove set but not used variables 'driver, qbo'YueHaibing1-4/+0
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing1-7/+3
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King1-1/+3
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan1-2/+2
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss1-17/+64
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss1-0/+5
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss5-15/+96
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox2-5/+6
2018-11-14drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox1-2/+11
2018-11-13drm/meson: Add primary plane scalingNeil Armstrong1-45/+141
2018-11-13drm/meson: move OSD scaler management into plane atomic updateNeil Armstrong4-62/+68
2018-11-13drm/meson: Support Overlay plane for video renderingNeil Armstrong11-8/+971
2018-11-13drm/sti: remove set but not used variable 'priv'YueHaibing1-2/+0
2018-11-13drm/meson: Use optional canvas providerMaxime Jourdan5-22/+52
2018-11-13Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst4767-132681/+305229
2018-11-12drm/syncobj: Fix compilation following partial revertChris Wilson2-5/+1
2018-11-12drm: Revert syncobj timeline changes.Eric Anholt1-288/+71
2018-11-09drm/vc4: Prefer PPF over TPZ when dst >= 2/3 srcBoris Brezillon1-4/+4
2018-11-09drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONEBoris Brezillon1-5/+7
2018-11-09drm/sun4i: tcon: Support an active-low DE signal with RGB interfacePaul Kocialkowski2-1/+7
2018-11-09drm/sun4i: tcon: Get the connector from the encoder in RGB setupPaul Kocialkowski1-12/+7
2018-11-09drm/sun4i: tcon: Pass encoder to RGB setup functionPaul Kocialkowski1-1/+2
2018-11-08drm/syncobj: disable the timeline UAPI for now v2Christian König1-0/+4
2018-11-07drm/atomic: Use explicit old/new state in drm_atomic_plane_check()Ville Syrjälä1-39/+46
2018-11-07drm/atomic: Use explicit old/new state in drm_atomic_crtc_check()Ville Syrjälä1-11/+15