Displaying 1 result from an estimated 1 matches for "drm_dp_i2c_help".
Did you mean:
drm_dp_i2c_helper
2012 Oct 18
13
[PATCH 00/10] extract dp helper functions
...so that's more work and probably best done when reworking these functions
for other reasons.
I've also tried to put the new helpers a bit to use in nouveau, but due to lack
of hw that part is untested.
Comments and testing highly welcome.
Yours, Daniel
Daniel Vetter (10):
drm: rename drm_dp_i2c_helper.c to drm_dp_helper.c
drm: dp helper: extract drm_dp_channel_eq_ok
drm: dp helper: extract drm_dp_clock_recovery_ok
drm/nouveau: use the cr_ok/chanel_eq_ok helpers
drm: extract helpers to compute new training values from sink request
drm/nouveau: use dp link train request helper
drm: e...