Home
last modified time | relevance | path

Searched refs:r600_hpd_sense (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_asic.c979 .sense = &r600_hpd_sense,
1065 .sense = &r600_hpd_sense,
1158 .sense = &r600_hpd_sense,
1264 .sense = &r600_hpd_sense,
H A Dradeon_asic.h356 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
H A Dr600.c804 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r600_hpd_sense() function
863 bool connected = r600_hpd_sense(rdev, hpd); in r600_hpd_set_polarity()