HomeSort by: relevance | last modified time | path
    Searched refs:hpd_mask (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce110/
amdgpu_hw_factory_dce110.c 81 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
152 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce80/
amdgpu_hw_factory_dce80.c 81 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
152 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce120/
amdgpu_hw_factory_dce120.c 94 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
165 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn10/
amdgpu_hw_factory_dcn10.c 90 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
197 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn20/
amdgpu_hw_factory_dcn20.c 100 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
215 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/
amdgpu_hw_factory_dcn21.c 97 static const struct hpd_sh_mask hpd_mask = { variable in typeref:typename:const struct hpd_sh_mask
205 hpd->masks = &hpd_mask;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_irq_kms.c 518 * @hpd_mask: mask of hpd pins you want to enable.
522 void radeon_irq_kms_enable_hpd(struct radeon_device *rdev, unsigned hpd_mask)
532 rdev->irq.hpd[i] |= !!(hpd_mask & (1 << i));
541 * @hpd_mask: mask of hpd pins you want to disable.
545 void radeon_irq_kms_disable_hpd(struct radeon_device *rdev, unsigned hpd_mask)
555 rdev->irq.hpd[i] &= !(hpd_mask & (1 << i));
radeon.h 861 void radeon_irq_kms_enable_hpd(struct radeon_device *rdev, unsigned hpd_mask);
862 void radeon_irq_kms_disable_hpd(struct radeon_device *rdev, unsigned hpd_mask);

Completed in 174 milliseconds