summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson
AgeCommit message (Expand)AuthorLines
2026-01-21drm/meson/dw-hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli-1/+5
2026-01-05drm/meson: venc: add support for HDMI DMT modes up to 3840x2160Martin Blumenstingl-2/+2
2025-12-30drm/meson: encoder_hdmi: get/put the next bridgeLuca Ceresoli-5/+4
2025-12-30drm/meson: encoder_dsi: get/put the next bridgeLuca Ceresoli-4/+3
2025-12-30drm/meson: encoder_cvbs: get/put the next bridgeLuca Ceresoli-4/+3
2025-12-25drm/bridge: add connector argument to .hpd_notify callbackDmitry Baryshkov-0/+1
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+2
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-12/+18
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2025-06-10drm/meson: fix more rounding issues with 59.94Hz modesMartin Blumenstingl-21/+34
2025-06-10drm/meson: use vclk_freq instead of pixel_freq in debug printMartin Blumenstingl-3/+3
2025-06-10drm/meson: fix debug log statement when setting the HDMI clocksMartin Blumenstingl-1/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+6
2025-05-23drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc...Luca Ceresoli-12/+18
2025-05-09drm/meson: Use 1000ULL when operating with mode->clockI Hsin Cheng-2/+2
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie-115/+126
2025-04-22drm/meson: use unsigned long long / Hz for frequency typesMartin Blumenstingl-115/+126
2025-04-22Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"Christian Hewitt-3/+3
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard-3/+6
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard-3/+3
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard-6/+3
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-3/+3
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-3/+3
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-10-25drm/meson: Allow build with COMPILE_TEST=yVille Syrjälä-1/+1
2024-10-21drm/meson: drop unused static dw_hdmi_dwc_write_bitsKrzysztof Kozlowski-14/+0
2024-10-19drm/meson: Constify struct regmap_configJavier Carrasco-1/+1
2024-10-14drm/meson: Use video aperture helpersThomas Zimmermann-2/+2
2024-09-26drm/meson: Run DRM default client setupThomas Zimmermann-1/+4
2024-09-03drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov-0/+2
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-6/+11
2024-07-09drm/meson: fix canvas release in bind functionYao Zi-19/+18
2024-06-06drm/meson: plane: Add error handlingHaoran Liu-6/+11
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+10
2024-05-03drm/meson: dw-hdmi: add bandgap setting for g12Jerome Brunet-17/+26
2024-05-03drm/meson: dw-hdmi: power up phy on device initJerome Brunet-34/+17
2024-05-02Revert "drm: Make drivers depends on DRM_DW_HDMI"Geert Uytterhoeven-1/+1
2024-04-22drm/meson: gate px_clk when setting rateNeil Armstrong-0/+7
2024-03-29drm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt-3/+3
2024-03-28drm: Make drivers depends on DRM_DW_HDMIMaxime Ripard-1/+1
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter-3/+0
2024-02-19drm/meson: improve encoder probe / initialization error handlingMartin Blumenstingl-39/+35
2024-02-19drm/meson: Don't remove bridges which are created by other driversMartin Blumenstingl-3/+0
2024-02-08drm/meson: switch to drm_bridge_edid_read()Jani Nikula-4/+16
2023-11-21drm/meson: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-20drm/meson: fix memory leak on ->hpd_notify callbackJani Nikula-0/+2
2023-07-21drm: Explicitly include correct DT includesRob Herring-5/+7
2023-06-27drm/bridge: dw-hdmi: change YUV420 selection logic at clock setupAdrián Larumbe-2/+2
2023-06-08drm/meson: Convert to platform remove callback returning voidUwe Kleine-König-8/+4