Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_asic.c243 .sense = &r100_hpd_sense,
311 .sense = &r100_hpd_sense,
407 .sense = &r100_hpd_sense,
475 .sense = &r100_hpd_sense,
543 .sense = &r100_hpd_sense,
611 .sense = &r100_hpd_sense,
H A Dradeon_asic.h99 bool r100_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
H A Dr100.c524 bool r100_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r100_hpd_sense() function
555 bool connected = r100_hpd_sense(rdev, hpd); in r100_hpd_set_polarity()