summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mxsfb
AgeCommit message (Expand)AuthorFilesLines
2024-02-26drm: lcdif: Switch to drmm_mode_config_initMarek Vasut1-2/+5
2024-02-26drm/mxsfb: Switch to drmm_mode_config_initMarek Vasut1-2/+5
2023-11-27drm: Use device_get_match_data()Rob Herring1-7/+3
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-25drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()Liu Ying1-0/+9
2023-06-08drm/mxsfb: Convert to platform remove callback returning voidUwe Kleine-König2-8/+4
2023-05-26drm: lcdif: Add i.MX93 LCDIF compatible stringLiu Ying1-0/+1
2023-05-26drm: lcdif: Add multiple encoders and first bridges supportLiu Ying3-28/+65
2023-05-26drm: lcdif: Check consistent bus format and flags across first bridgesLiu Ying3-27/+58
2023-05-26drm: lcdif: Determine bus format and flags in ->atomic_check()Liu Ying1-38/+102
2023-05-26drm: lcdif: Drop unnecessary NULL pointer check on lcdif->bridgeLiu Ying1-21/+15
2023-03-14drm/mxsfb: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm/mxsfb/lcdif: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-01-10drm/mxsfb: improve clk handling for axi clkUwe Kleine-König1-6/+4
2022-11-26drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven1-0/+1
2022-11-26drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXCGeert Uytterhoeven1-0/+1
2022-11-09drm: lcdif: Set and enable FIFO Panic thresholdMarek Vasut2-0/+17
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2-2/+2
2022-11-01drm: lcdif: change burst size to 256BMarco Felsch2-2/+16
2022-10-15drm: lcdif: Add support for YUV planesKieran Bingham2-30/+220
2022-10-15drm: lcdif: Switch to limited range for RGB to YUV conversionLaurent Pinchart1-6/+12
2022-10-15drm: lcdif: Don't use BIT() for multi-bit register fieldsLaurent Pinchart1-14/+14
2022-10-15drm: lcdif: Fix indentation in lcdif_regs.hLaurent Pinchart1-2/+2
2022-08-22drm/lcdif: switch to devm_drm_of_get_bridgeMarek Vasut1-15/+3
2022-08-22drm/lcdif: Clean up debug prints and commentsMarek Vasut1-1/+1
2022-08-22drm/lcdif: Consistently use plain timingsMarek Vasut1-4/+4
2022-08-22drm/lcdif: Clean up headersMarek Vasut3-4/+2
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-15/+15
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich5-10/+10
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2-7/+7
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2-2/+0
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-29drm: lcdif: Add support for i.MX8MP LCDIF variantMarek Vasut6-0/+1143
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-05drm: mxsfb: Implement LCDIF scanout CRC32 supportMarek Vasut4-5/+74
2022-04-26drm: mxsfb: Obtain bus flags from bridge stateMarek Vasut1-2/+5
2022-04-26drm: mxsfb: Reorder mxsfb_crtc_mode_set_nofb()Marek Vasut1-9/+9
2022-04-26drm: mxsfb: Factor out mxsfb_set_mode()Marek Vasut1-44/+52
2022-04-26drm: mxsfb: Replace mxsfb_get_fb_paddr() with drm_fb_cma_get_gem_addr()Marek Vasut1-18/+7
2022-04-26drm: mxsfb: Wrap FIFO reset and comments into mxsfb_reset_block()Marek Vasut1-16/+20
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-1/+5
2022-02-03drm: mxsfb: Use dev_err_probe() helperAlexander Stein1-2/+1
2022-02-03drm: mxsfb: Fix NULL pointer dereferenceAlexander Stein1-1/+5
2022-01-27drm: mxsfb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm: mxsfb: Shutdown the display on system shutdownMarek Vasut1-0/+8
2022-01-27drm: mxsfb: Shutdown the display on removeMarek Vasut1-0/+1
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+1
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+7