summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
AgeCommit message (Expand)Author
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit
2023-09-06drm/bridge: Drop CONFIG_OF conditionals around of_node pointersBiju Das
2023-08-04drm: bridge: dw_hdmi: Fix ELD is not updated issueSandor Yu
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard
2023-06-27drm/bridge: dw-hdmi: remove dead code and fix indentationAdrián Larumbe
2023-06-27drm/bridge: dw-hdmi: truly enforce 420-only formats when drm mode demands itAdrián Larumbe
2023-06-27drm/bridge: dw-hdmi: change YUV420 selection logic at clock setupAdrián Larumbe
2023-06-22drm: bridge: dw_hdmi: fix connector access for scdcAdrián Larumbe
2023-05-23drm/bridge: dw-hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä
2022-12-01drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420Guillaume BRUN
2022-08-29drm: bridge: dw_hdmi: only trigger hotplug event on link changeLucas Stach
2022-07-05drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann
2022-04-19drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driverSandor Yu
2022-04-19drm: bridge: dw_hdmi: add reset function for PHY GEN1Sandor Yu
2022-04-19drm: bridge: dw_hdmi: Enable GCP only for Deep ColorSandor Yu
2022-04-19drm: bridge: dw_hdmi: default enable workaround to clear the overflowSandor Yu
2022-03-14drm/bridge: Use drm_mode_copy()Ville Syrjälä
2022-02-10drm/bridge: dw-hdmi: use safe format when first in bridge chainNeil Armstrong
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard
2021-11-12drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTORNeil Armstrong
2021-10-15drm/bridge: synopsys: dw-hdmi: also allow interlace on bridgeNeil Armstrong
2021-07-28drm: bridge: dw-hdmi: Attach to next bridge if availableLaurent Pinchart
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-05-07drm/connector: Add helper to compare HDR metadataMaxime Ripard
2021-05-07drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard
2021-04-20drm/bridge/synopsys: dw-hdmi: Add an option to suppress loading CEC driverJernej Skrabec
2021-01-05drm: bridge: dw-hdmi: Remove redundant null check before clk_disable_unprepareXu Wang
2020-11-12drm: bridge: dw-hdmi: Avoid resetting force in the detect functionJonathan Liu
2020-07-10drm/bridge: dw-hdmi: Always add the bridge in the global bridge listLiu Ying
2020-07-10drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe...Liu Ying
2020-06-23drm: bridge: dw-hdmi: Make connector creation optionalLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Pass drm_connector to internal functions as neededLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Store current connector in struct dw_hdmiLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Split connector creation to a separate functionLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Constify mode argument to internal functionsLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Remove unused field from dw_hdmi_plat_dataLaurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .configure_phy()Laurent Pinchart
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-03-31Merge v5.6 into drm-nextDave Airlie