summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tidss/tidss_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+2
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-4/+4
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-15/+19
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* drm/tidss: Add prepare_fb to the plane helper funcsGowtham Tammana2020-10-051-0/+2
* drm/tidss: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-3/+3
|\
| * drm/tidss: Don't use drm_device->dev_privateDaniel Vetter2020-04-281-3/+3
* | drm/tidss: fix crash related to accessing freed memoryTomi Valkeinen2020-04-201-6/+18
|/
* drm/tidss: New driver for TI Keystone platform Display SubSystemJyri Sarha2020-01-271-0/+217