summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mxsfb/mxsfb_kms.c
AgeCommit message (Expand)Author
2023-06-25drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()Liu Ying
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-05-05drm: mxsfb: Implement LCDIF scanout CRC32 supportMarek Vasut
2022-04-26drm: mxsfb: Obtain bus flags from bridge stateMarek Vasut
2022-04-26drm: mxsfb: Reorder mxsfb_crtc_mode_set_nofb()Marek Vasut
2022-04-26drm: mxsfb: Factor out mxsfb_set_mode()Marek Vasut
2022-04-26drm: mxsfb: Replace mxsfb_get_fb_paddr() with drm_fb_cma_get_gem_addr()Marek Vasut
2022-04-26drm: mxsfb: Wrap FIFO reset and comments into mxsfb_reset_block()Marek Vasut
2022-02-03drm: mxsfb: Fix NULL pointer dereferenceAlexander Stein
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