Home
last modified time | relevance | path

Searched defs:hpd (Results 1 – 25 of 30) sorted by relevance

12

/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/
H A Dhw_hpd.c61 struct hw_hpd *hpd) in destruct()
69 struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr); in destroy() local
82 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in get_value() local
105 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in set_config() local
128 struct hw_hpd *hpd, in construct()
142 struct hw_hpd *hpd; in dal_hw_hpd_create() local
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c141 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c137 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c151 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/dce120/
H A Dhw_factory_dce120.c156 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_gfx.c251 u32 *hpd; in amdgpu_gfx_kiq_init() local
H A Ddce_virtual.c73 enum amdgpu_hpd_id hpd) in dce_virtual_hpd_sense()
79 enum amdgpu_hpd_id hpd) in dce_virtual_hpd_set_polarity()
H A Ddce_v11_0.c86 uint32_t hpd; member
292 enum amdgpu_hpd_id hpd) in dce_v11_0_hpd_sense()
315 enum amdgpu_hpd_id hpd) in dce_v11_0_hpd_set_polarity()
3119 unsigned hpd, in dce_v11_0_set_hpd_irq_state()
3272 int hpd) in dce_v11_0_hpd_int_ack()
3360 unsigned hpd; in dce_v11_0_hpd_irq() local
H A Ddce_v10_0.c84 uint32_t hpd; member
274 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_sense()
297 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_set_polarity()
2993 unsigned hpd, in dce_v10_0_set_hpd_irq_state()
3146 int hpd) in dce_v10_0_hpd_int_ack()
3233 unsigned hpd; in dce_v10_0_hpd_irq() local
H A Damdgpu_mode.h148 enum amdgpu_hpd_id hpd; member
499 enum amdgpu_hpd_id hpd; member
559 struct amdgpu_hpd hpd; member
H A Damdgpu_atombios.c201 struct amdgpu_hpd hpd; in amdgpu_atombios_get_hpd_info_from_gpio() local
308 struct amdgpu_hpd hpd; in amdgpu_atombios_get_connector_info_from_object_table() local
H A Damdgpu_connectors.c1513 struct amdgpu_hpd *hpd, in amdgpu_connector_add()
/dflybsd-src/sys/dev/drm/radeon/
H A Drs600.c347 bool rs600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in rs600_hpd_sense()
370 enum radeon_hpd_id hpd) in rs600_hpd_set_polarity()
H A Dradeon_combios.c1451 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_table() local
2218 struct radeon_hpd *hpd) in radeon_apply_legacy_quirks()
2308 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_bios() local
H A Devergreen.c1705 bool evergreen_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in evergreen_hpd_sense()
1722 enum radeon_hpd_id hpd) in evergreen_hpd_set_polarity()
1752 enum radeon_hpd_id hpd = in evergreen_hpd_init() local
1791 enum radeon_hpd_id hpd = in evergreen_hpd_fini() local
H A Dradeon_connectors.c1902 struct radeon_hpd *hpd, in radeon_add_atom_connector()
2380 struct radeon_hpd *hpd) in radeon_add_legacy_connector()
H A Dradeon_atombios.c232 struct radeon_hpd hpd; in radeon_atom_get_hpd_info_from_gpio() local
279 struct radeon_hpd *hpd) in radeon_atom_apply_quirks()
528 struct radeon_hpd hpd; in radeon_get_atom_connector_info_from_object_table() local
886 struct radeon_hpd hpd; member
H A Dradeon_dp_mst.c27 enum radeon_hpd_id hpd, bool enable) in radeon_dp_mst_set_be_cntl()
H A Dradeon_mode.h118 enum radeon_hpd_id hpd; member
508 enum radeon_hpd_id hpd; member
561 struct radeon_hpd hpd; member
H A Dr600.c794 bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r600_hpd_sense()
850 enum radeon_hpd_id hpd) in r600_hpd_set_polarity()
H A Dr100.c524 bool r100_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in r100_hpd_sense()
552 enum radeon_hpd_id hpd) in r100_hpd_set_polarity()
/dflybsd-src/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c135 struct gpio *hpd; in program_hpd_filter() local
906 struct gpio *hpd; in get_hpd_line() local
2522 struct gpio *hpd; in dc_link_enable_hpd_filter() local
/dflybsd-src/games/hack/
H A Dhack.mon.c938 int mhp, hpn, hpd; in newcham() local
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h144 struct amdgpu_hpd hpd; member
/dflybsd-src/sys/dev/drm/amd/display/include/
H A Dgpio_types.h326 struct gpio_hpd_config hpd; member

12