aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/shmobile: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-11-231-2/+2
* drm/rcar-du: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-11-231-1/+1
* Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-2255-746/+2042
|\
| * qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau2018-11-211-1/+9
| * qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau2018-11-214-12/+8
| * qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau2018-11-213-9/+4
| * drm/cirrus: Remove set but not used variable 'bo'YueHaibing2018-11-211-3/+0
| * drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy2018-11-201-0/+1
| * drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes2018-11-2010-88/+31
| * drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes2018-11-201-0/+86
| * drm/gem: Add drm_gem_object_funcsNoralf Trønnes2018-11-203-34/+121
| * drm/prime: Add drm_gem_prime_mmap()Noralf Trønnes2018-11-201-0/+37
| * drm/driver: Add defaults for .gem_prime_export/import callbacksNoralf Trønnes2018-11-201-2/+8
| * drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"Colin Ian King2018-11-201-1/+1
| * drm/bridge/sii902x: Add missing dependency on I2C_MUXFabrizio Castro2018-11-201-0/+1
| * drm/rockchip: fix for mailbox read sizeDamian Kos2018-11-191-1/+1
| * drm/bridge/sii902x: Fix EDID readbackFabrizio Castro2018-11-151-69/+178
| * drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FWGabriel Krisman Bertazi2018-11-151-1/+1
| * drm/qxl: remove set but not used variables 'driver, qbo'YueHaibing2018-11-141-4/+0
| * drm/qxl: remove set but not used variable 'map'YueHaibing2018-11-141-7/+3
| * drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King2018-11-141-1/+3
| * drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan2018-11-141-2/+2
| * drm/virtio: add in/out fence support for explicit synchronizationRobert Foss2018-11-141-17/+64
| * drm/virtio: add uapi for in and out explicit fencesRobert Foss2018-11-141-0/+5
| * drm/virtio: add virtio_gpu_alloc_fence()Robert Foss2018-11-145-15/+96
| * drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-142-5/+6
| * drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox2018-11-141-2/+11
| * drm/meson: Add primary plane scalingNeil Armstrong2018-11-131-45/+141
| * drm/meson: move OSD scaler management into plane atomic updateNeil Armstrong2018-11-134-62/+68
| * drm/meson: Support Overlay plane for video renderingNeil Armstrong2018-11-1311-8/+971
| * drm/sti: remove set but not used variable 'priv'YueHaibing2018-11-131-2/+0
| * drm/meson: Use optional canvas providerMaxime Jourdan2018-11-135-22/+52
| * Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-134767-132681/+305229
| |\
| * | drm/syncobj: Fix compilation following partial revertChris Wilson2018-11-122-5/+1
| * | drm: Revert syncobj timeline changes.Eric Anholt2018-11-121-288/+71
| * | drm/vc4: Prefer PPF over TPZ when dst >= 2/3 srcBoris Brezillon2018-11-091-4/+4
| * | drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONEBoris Brezillon2018-11-091-5/+7
| * | drm/sun4i: tcon: Support an active-low DE signal with RGB interfacePaul Kocialkowski2018-11-092-1/+7
| * | drm/sun4i: tcon: Get the connector from the encoder in RGB setupPaul Kocialkowski2018-11-091-12/+7
| * | drm/sun4i: tcon: Pass encoder to RGB setup functionPaul Kocialkowski2018-11-091-1/+2
| * | drm/syncobj: disable the timeline UAPI for now v2Christian König2018-11-081-0/+4
| * | drm/atomic: Use explicit old/new state in drm_atomic_plane_check()Ville Syrjälä2018-11-071-39/+46
| * | drm/atomic: Use explicit old/new state in drm_atomic_crtc_check()Ville Syrjälä2018-11-071-11/+15
| * | drm/atomic: Use explicit old crtc state in drm_atomic_add_affected_planes()Ville Syrjälä2018-11-071-1/+3
* | | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-19198-5384/+5539
|\ \ \
| * | | drm/amdgpu: log smu versionShirish S2018-11-121-0/+4
| * | | drm/amdgpu: refactor smu8_send_msg_to_smc and WARN_ON time outDaniel Kurtz2018-11-121-24/+21
| * | | drm/amdgpu/gfx9: rework lbpw enable codeAlex Deucher2018-11-091-17/+12
| * | | drm/ttm: remove set but not used variable 'driver'YueHaibing2018-11-091-2/+0
| * | | drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao2018-11-0910-470/+408