Commit ad47b8fa5a679b7acaae831635e40d2e4887e9e7

Authored by Alex Deucher
Committed by Christian König
1 parent c2fb309466

drm/radeon/aux: fix hpd assignment for aux bus

The hpd (hot plug detect) pin assignment got lost
in the conversion to to the common i2c over aux
code.  Without this information, aux transactions
do not work properly.  Fixes DP failures.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/gpu/drm/radeon/atombios_dp.c
... ... @@ -209,6 +209,7 @@
209 209 {
210 210 int ret;
211 211  
  212 + radeon_connector->ddc_bus->rec.hpd = radeon_connector->hpd.hpd;
212 213 radeon_connector->ddc_bus->aux.dev = radeon_connector->base.kdev;
213 214 radeon_connector->ddc_bus->aux.transfer = radeon_dp_aux_transfer;
214 215 ret = drm_dp_aux_register_i2c_bus(&radeon_connector->ddc_bus->aux);