summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"Christian Hewitt1-3/+3
2024-09-12drm/meson: plane: Add error handlingHaoran Liu1-6/+11
2024-06-16drm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt1-3/+3
2023-04-05drm/meson: fix missing component unbind on bind errorsJohan Hovold1-4/+7
2023-04-05drm/meson: Fix error handling when afbcd.ops->init failsMartin Blumenstingl1-7/+10
2023-03-22drm/meson: fix 1px pink line on GXM when scaling video overlayChristian Hewitt1-0/+2
2023-01-14drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2022-10-26drm/meson: explicitly remove aggregate driver at module unload timeAdrián Larumbe1-0/+8
2022-09-23drm/meson: Fix OSD1 RGB to YCbCr coefficientStuart Menefy1-1/+1
2022-09-23drm/meson: Correct OSD1 global alpha valueStuart Menefy1-1/+1
2022-08-25drm/meson: Fix overflow implicit truncation warningsSai Prakash Ranjan1-11/+11
2022-08-25drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He1-1/+4
2022-04-08drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_opsMartin Blumenstingl3-18/+30
2021-08-18drm/meson: fix colour distortion from HDR set during vendor u-bootChristian Hewitt2-1/+11
2021-06-03drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
2021-03-17drm: meson_drv add shutdown functionArtem Lapkin1-0/+11
2020-12-30drm/meson: dw-hdmi: Enable the iahb clock early enoughMarc Zyngier1-2/+6
2020-12-30drm/meson: dw-hdmi: Disable clocks on driver teardownMarc Zyngier1-14/+29
2020-12-30drm/meson: dw-hdmi: Ensure that clocks are enabled before touching the TOP re...Marc Zyngier1-2/+2
2020-12-30drm/meson: dw-hdmi: Register a callback to disable the regulatorMarc Zyngier1-0/+9
2020-12-30drm/meson: Unbind all connectors on module removalMarc Zyngier1-1/+3
2020-12-30drm/meson: Free RDMA resources after tearing down DRMMarc Zyngier1-5/+5
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie2-9/+8
2020-07-07drm/meson: overlay: fix build failureNeil Armstrong1-2/+4
2020-07-03drm/meson: crtc: handle commit of Amlogic FBC framesNeil Armstrong1-30/+88
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layoutNeil Armstrong1-18/+35
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving modeNeil Armstrong1-2/+23
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBCNeil Armstrong2-8/+259
2020-07-03drm/meson: add Amlogic Video FBC registersNeil Armstrong1-0/+22
2020-07-02drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STATMartin Blumenstingl2-9/+8
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2-6/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-15/+2
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart1-1/+2
2020-06-23drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart1-2/+2
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart1-10/+10
2020-06-23drm: meson: dw-hdmi: Use dw_hdmi context to replace hackLaurent Pinchart1-2/+4
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart1-1/+2
2020-06-10drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-9/+2
2020-06-10drm/meson: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-7/+56
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+0
2020-05-13drm/meson: pm resume add return errno branchBernard Zhao1-3/+1
2020-05-05drm/meson: add mode selection limits against specific SoC revisionsNeil Armstrong5-4/+52
2020-04-28drm/meson: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-15drm/meson: Delete an error message in meson_dw_hdmi_bind()Markus Elfring1-3/+1
2020-03-26drm/meson: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-2/+3
2020-03-10drm/meson: Add YUV420 output supportNeil Armstrong1-21/+70
2020-03-10drm/meson: vclk: add support for YUV420 setupNeil Armstrong4-35/+95
2020-03-10drm/meson: venc: add support for YUV420 setupNeil Armstrong3-4/+9