summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/analogix/anx7625.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30drm/bridge: anx7625: Update audio status while detectingHsin-Te Yuan1-1/+8
2024-05-30drm/bridge: anx7625: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
2024-01-22drm/bridge: anx7625: Ensure bridge is suspended in disable()Hsin-Yi Wang1-1/+6
2023-11-29drm/bridge: anx7625: Fix Set HPD irq detect window to 2msXin Ji1-15/+36
2023-11-29Revert "drm/bridge: Add 200ms delay to wait FW HPD status stable"Xin Ji1-3/+0
2023-09-25drm/bridge: Add 200ms delay to wait FW HPD status stableXin Ji1-0/+3
2023-07-24drm/bridge: Remove redundant i2c_client in anx7625/it6505Pin-yen Lin1-49/+49
2023-07-24drm/bridge: anx7625: Drop device lock before drm_helper_hpd_irq_event()Chen-Yu Tsai1-6/+8
2023-07-17drm/bridge: anx7625: Use common macros for HDCP capabilitiesChen-Yu Tsai1-2/+2
2023-07-17drm/bridge: anx7625: Use common macros for DP power sequencing commandsChen-Yu Tsai1-4/+4
2023-05-31drm: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-23drm/bridge: anx7625: Prevent endless probe loopNícolas F. R. A. Prado1-40/+88
2023-04-23drm/bridge: anx7625: Drop of_gpio headerMaíra Canal1-1/+0
2023-01-18drm/bridge: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-1/+0
2022-12-12drm/bridge: anx7625: keep last configure timingXin Ji1-1/+0
2022-12-09drm/bridge: anx7625: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+32
2022-09-06drm/bridge: anx7625: Set HPD irq detect window to 2msXin Ji1-0/+14
2022-08-29drm/bridge: anx7625: Support HDMI_I2S audio formatXin Ji1-6/+17
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-19drm/bridge: anx7625: Fix refcount bug in anx7625_parse_dt()Liang He1-0/+1
2022-07-06drm/bridge: anx7625: Add wait_hpd_asserted() callbackHsin-Yi Wang1-6/+27
2022-07-06drm/bridge: anx7625: Fix NULL pointer crash when using edp-panelHsin-Yi Wang1-8/+9
2022-07-06drm/bridge: anx7625: use pm_runtime_force_suspend(resume)Hsin-Yi Wang1-31/+2
2022-07-06drm/bridge: anx7625: Convert to devm_i2c_new_dummy_device()Hsin-Yi Wang1-69/+27
2022-06-20drm/bridge: anx7625: Use DPI bus typeXin Ji1-4/+4
2022-06-15drm/bridge: anx7625: Zero error variable when panel bridge not presentNícolas F. R. A. Prado1-1/+3
2022-06-12drm/bridge: anx7625: Convert to drm_of_get_data_lanes_countMarek Vasut1-4/+4
2022-05-23Revert "drm/bridge: anx7625: Use DPI bus type"Robert Foss1-4/+4
2022-05-23drm/bridge: anx7625: Add missing of_node_put for endpointMarek Vasut1-0/+1
2022-05-17drm/bridge: anx7625: Use DPI bus typeXin Ji1-4/+4
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-2/+2
2022-04-19drm/bridge: anx7625: Use uint8 for lane-swing arraysNícolas F. R. A. Prado1-6/+6
2022-04-19drm/bridge: anx7625: Fill in empty ELD when no connectorHsin-Yi Wang1-6/+6
2022-03-31drm/bridge: anx7625: add missing destroy_workqueue() in anx7625_i2c_probe()Yang Yingliang1-2/+2
2022-03-28drm/bridge: anx7625: Set downstream sink into normal statusXin Ji1-0/+8
2022-03-09drm/bridge: anx7625: switch to devm_drm_of_get_bridgeJosé Expósito1-11/+5
2022-03-09drm/bridge: anx7625: check the return on anx7625_aux_transTom Rix1-1/+4
2022-03-09drm/bridge: anx7625: config hs packets end aligned to avoid screen shiftRex-BC Chen1-1/+2
2022-03-02drm/bridge: Clear the DP_AUX_I2C_MOT bit passed in aux read command.Hsin-Yi Wang1-0/+2
2022-03-01drm/bridge: anx7625: Fix release wrong workqueueXin Ji1-2/+2
2022-02-14drm/bridge: anx7625: Fix overflow issue on reading EDIDPin-Yen Lin1-1/+2
2022-02-14drm/bridge: anx7625: Support reading edid through aux channelHsin-Yi Wang1-18/+102
2022-02-14drm/bridge: anx7625: Convert to use devm_kzallocHsin-Yi Wang1-7/+3
2022-02-14drm/bridge: anx7625: send DPCD command to downstreamXin Ji1-7/+35
2022-01-17drm/bridge: anx7625: Return -EPROBE_DEFER if the dsi host was not foundowen1-1/+1
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2022-01-10drm/bridge: anx7625: add audio codec .get_eld supportXin Ji1-0/+18
2022-01-10drm/bridge: anx7625: add HDCP supportXin Ji1-3/+332