Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_hpd.c56 struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr); in dal_hw_hpd_destroy() local
69 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in get_value() local
92 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in set_config() local
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c65 struct gpio *hpd; in link_enable_hpd_filter() local
137 struct gpio *hpd; in get_hpd_line() local
179 struct gpio *hpd; in program_hpd_filter() local
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c56 bool hpd; member
94 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
151 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event()
170 bool hpd; in mtk_cec_htplg_isr_thread() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c46 static const u8 hpd[] = { 0x07, 0x08, 0x51, 0x52, 0x5e, 0x5f, 0x60 }; in nvkm_conn_ctor() local
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c226 int ret = NOUVEAU_DP_NONE, hpd; in nouveau_dp_detect() local
504 u64 hpd = 0; in nouveau_dp_irq() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h25 struct nvkm_gsp_event hpd; member
36 struct nvkm_event hpd; member
/linux/drivers/gpu/drm/display/
H A Ddrm_bridge_connector.c155 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_enable_hpd() local
166 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_disable_hpd() local
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dgpio.h35 struct hw_hpd *hpd; member
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_factory_dce60.c143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c139 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dconn.h38 u8 hpd; member
/linux/drivers/gpu/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
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c188 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/radeon/
H A Drs600.c359 bool rs600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in rs600_hpd_sense()
382 enum radeon_hpd_id hpd) in rs600_hpd_set_polarity()
H A Dradeon_combios.c1440 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_table() local
2207 struct radeon_hpd *hpd) in radeon_apply_legacy_quirks()
2300 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_bios() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_factory_dcn32.c229 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_factory_dcn30.c225 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_factory_dcn21.c196 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_factory_dcn20.c208 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn401/
H A Dhw_factory_dcn401.c221 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_factory_dcn315.c217 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c94 uint32_t hpd; member
305 enum amdgpu_hpd_id hpd) in dce_v11_0_hpd_sense()
328 enum amdgpu_hpd_id hpd) in dce_v11_0_hpd_set_polarity()
3176 unsigned hpd, in dce_v11_0_set_hpd_irq_state()
3329 int hpd) in dce_v11_0_hpd_int_ack()
3417 unsigned hpd; in dce_v11_0_hpd_irq() local
H A Ddce_v10_0.c90 uint32_t hpd; member
281 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_sense()
304 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_set_polarity()
3045 unsigned hpd, in dce_v10_0_set_hpd_irq_state()
3198 int hpd) in dce_v10_0_hpd_int_ack()
3285 unsigned hpd; in dce_v10_0_hpd_irq() local
/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.h79 bool hpd; member

123