summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson
AgeCommit message (Expand)Author
2025-06-10drm/meson: fix more rounding issues with 59.94Hz modesMartin Blumenstingl
2025-06-10drm/meson: use vclk_freq instead of pixel_freq in debug printMartin Blumenstingl
2025-06-10drm/meson: fix debug log statement when setting the HDMI clocksMartin Blumenstingl
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-09drm/meson: Use 1000ULL when operating with mode->clockI Hsin Cheng
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-04-22drm/meson: use unsigned long long / Hz for frequency typesMartin Blumenstingl
2025-04-22Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"Christian Hewitt
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann
2024-10-25drm/meson: Allow build with COMPILE_TEST=yVille Syrjälä
2024-10-21drm/meson: drop unused static dw_hdmi_dwc_write_bitsKrzysztof Kozlowski
2024-10-19drm/meson: Constify struct regmap_configJavier Carrasco
2024-10-14drm/meson: Use video aperture helpersThomas Zimmermann
2024-09-26drm/meson: Run DRM default client setupThomas Zimmermann
2024-09-03drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-09drm/meson: fix canvas release in bind functionYao Zi
2024-06-06drm/meson: plane: Add error handlingHaoran Liu
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-05-03drm/meson: dw-hdmi: add bandgap setting for g12Jerome Brunet
2024-05-03drm/meson: dw-hdmi: power up phy on device initJerome Brunet
2024-05-02Revert "drm: Make drivers depends on DRM_DW_HDMI"Geert Uytterhoeven
2024-04-22drm/meson: gate px_clk when setting rateNeil Armstrong
2024-03-29drm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt
2024-03-28drm: Make drivers depends on DRM_DW_HDMIMaxime Ripard
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter
2024-02-19drm/meson: improve encoder probe / initialization error handlingMartin Blumenstingl
2024-02-19drm/meson: Don't remove bridges which are created by other driversMartin Blumenstingl
2024-02-08drm/meson: switch to drm_bridge_edid_read()Jani Nikula
2023-11-21drm/meson: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-20drm/meson: fix memory leak on ->hpd_notify callbackJani Nikula
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-27drm/bridge: dw-hdmi: change YUV420 selection logic at clock setupAdrián Larumbe
2023-06-08drm/meson: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-02drm/meson: venc: include linux/bitfield.hArnd Bergmann
2023-06-02drm/meson: Remove unneeded semicolonYang Li
2023-06-01drm/meson: add support for MIPI-DSI transceiverNeil Armstrong
2023-06-01drm/meson: add DSI encoderNeil Armstrong
2023-06-01drm/meson: venc: add ENCL encoder setup for MIPI-DSI outputNeil Armstrong
2023-06-01drm/meson: only use components with dw-hdmiNeil Armstrong
2023-06-01drm/meson: fix unbind path if HDMI fails to bindNeil Armstrong
2023-04-27drm/meson: set variables meson_hdmi_* storage-class-specifier to staticTom Rix
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter