summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mxsfb/mxsfb_kms.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-2/+2
* 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/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-3/+3
* Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141-7/+9
|\
| * drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht2020-11-101-0/+8
| * drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-1/+1
| * drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
| * drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6
| * drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* | drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht2020-11-261-0/+8
* | drm: mxsfb: fix fence synchronizationLucas Stach2020-11-261-0/+3
|/
* drm: mxsfb: Support the alpha planeLaurent Pinchart2020-07-281-15/+114
* drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()Laurent Pinchart2020-07-281-28/+19
* drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void functionLaurent Pinchart2020-07-281-9/+2
* drm: mxsfb: Enable vblank handlingLaurent Pinchart2020-07-281-1/+5
* drm: mxsfb: Don't touch AXI clock in IRQ contextLaurent Pinchart2020-07-281-11/+4
* drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()Laurent Pinchart2020-07-281-15/+20
* drm: mxsfb: Stop using DRM simple display pipeline helperLaurent Pinchart2020-07-281-15/+175
* drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.cLaurent Pinchart2020-07-281-0/+326