summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-27drm: Improve dumb callback docsDaniel Vetter1-1/+0
2018-11-27drm/sun4i: Pass modifier to backend and frontend format support helpersPaul Kocialkowski4-6/+13
2018-11-27drm/sun4i: frontend: Add support for the BGRX8888 output formatPaul Kocialkowski2-0/+5
2018-11-27drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraintPaul Kocialkowski1-1/+11
2018-11-27drm/sun4i: frontend: Apply format sub-sampling to CH1 dimensionsPaul Kocialkowski1-8/+16
2018-11-27drm/sun4i: backend: Detail the YUV to RGB values coding explanationPaul Kocialkowski1-2/+6
2018-11-27drm/sun4i: frontend: Add support for the BGRX8888 input formatPaul Kocialkowski3-0/+7
2018-11-27drm/sun4i: frontend: Determine input mode based on the number of planesPaul Kocialkowski1-6/+4
2018-11-27drm/sun4i: frontend: Add proper definitions for format registersPaul Kocialkowski2-12/+10
2018-11-27drm/sun4i: frontend: Add helpers for input data mode and pixel sequencePaul Kocialkowski1-5/+41
2018-11-27drm/sun4i: frontend: Move CSC bypass setup to format update routinePaul Kocialkowski1-4/+4
2018-11-27drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formatsPaul Kocialkowski1-3/+3
2018-11-27drm/sun4i: backend: Avoid counting YUV planes that use the frontendPaul Kocialkowski1-5/+5
2018-11-27drm/sun4i: backend: Use a specific function to check if a plane is supportedPaul Kocialkowski1-5/+22
2018-11-27drm/sun4i: backend: Refine the logic behind using the frontendPaul Kocialkowski1-2/+18
2018-11-27drm/sun4i: frontend: Add a helper and a list for supported formatsPaul Kocialkowski2-0/+17
2018-11-27drm/sun4i: backend: Add a helper and a list for supported formatsPaul Kocialkowski2-0/+28
2018-11-27drm/sun4i: Add TODO comment about supporting scaling with the backendPaul Kocialkowski1-0/+5
2018-11-27drm/sun4i: frontend: Replace ARGB with XRGB as supported formatPaul Kocialkowski2-4/+3
2018-11-27drm/sun4i: Cleanup video/YUV source before enabling a layerPaul Kocialkowski3-0/+13
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