summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mxsfb/mxsfb_kms.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12drm: mxsfb: Set fallback bus format when the bridge doesn't provide oneGuido Günther1-0/+6
2021-10-12drm: mxsfb: Print failed bus format in hexGuido Günther1-1/+1
2021-07-27drm: mxsfb: Clear FIFO_CLEAR bitMarek Vasut1-0/+3
2021-07-27drm: mxsfb: Use bus_format from the nearest bridge if presentMarek Vasut1-8/+24
2021-07-27drm: mxsfb: Increase number of outstanding requests on V4 and newer HWMarek Vasut1-0/+8
2021-07-27drm: mxsfb: Enable recovery on underflowMarek Vasut1-0/+29
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-2/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-2/+2
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-3/+3
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