summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mxsfb/mxsfb_kms.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+9
2020-11-26drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht1-0/+8
2020-11-26drm: mxsfb: fix fence synchronizationLucas Stach1-0/+3
2020-11-10drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht1-0/+8
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+6
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-07-28drm: mxsfb: Support the alpha planeLaurent Pinchart1-15/+114
2020-07-28drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()Laurent Pinchart1-28/+19
2020-07-28drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void functionLaurent Pinchart1-9/+2
2020-07-28drm: mxsfb: Enable vblank handlingLaurent Pinchart1-1/+5
2020-07-28drm: mxsfb: Don't touch AXI clock in IRQ contextLaurent Pinchart1-11/+4
2020-07-28drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()Laurent Pinchart1-15/+20
2020-07-28drm: mxsfb: Stop using DRM simple display pipeline helperLaurent Pinchart1-15/+175
2020-07-28drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.cLaurent Pinchart1-0/+326