Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_asic.c642 .hpd_sense = &r600_hpd_sense,
689 .hpd_sense = &r600_hpd_sense,
736 .hpd_sense = &r600_hpd_sense,
Dradeon_asic.h317 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
Dr600.c606 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r600_hpd_sense() function
665 bool connected = r600_hpd_sense(rdev, hpd); in r600_hpd_set_polarity()