summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mxsfb/mxsfb_kms.c
AgeCommit message (Expand)Author
2021-10-12drm: mxsfb: Set fallback bus format when the bridge doesn't provide oneGuido Günther
2021-10-12drm: mxsfb: Print failed bus format in hexGuido Günther
2021-07-27drm: mxsfb: Clear FIFO_CLEAR bitMarek Vasut
2021-07-27drm: mxsfb: Use bus_format from the nearest bridge if presentMarek Vasut
2021-07-27drm: mxsfb: Increase number of outstanding requests on V4 and newer HWMarek Vasut
2021-07-27drm: mxsfb: Enable recovery on underflowMarek Vasut
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-11-26drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht
2020-11-26drm: mxsfb: fix fence synchronizationLucas Stach
2020-11-10drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-07-28drm: mxsfb: Support the alpha planeLaurent Pinchart
2020-07-28drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()Laurent Pinchart
2020-07-28drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void functionLaurent Pinchart
2020-07-28drm: mxsfb: Enable vblank handlingLaurent Pinchart
2020-07-28drm: mxsfb: Don't touch AXI clock in IRQ contextLaurent Pinchart
2020-07-28drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()Laurent Pinchart
2020-07-28drm: mxsfb: Stop using DRM simple display pipeline helperLaurent Pinchart
2020-07-28drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.cLaurent Pinchart