Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_asic.c979 .sense = &r600_hpd_sense,
1065 .sense = &r600_hpd_sense,
1158 .sense = &r600_hpd_sense,
1264 .sense = &r600_hpd_sense,
Dradeon_asic.h357 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
Dr600.c751 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r600_hpd_sense() function
810 bool connected = r600_hpd_sense(rdev, hpd); in r600_hpd_set_polarity()