Home
last modified time | relevance | path

Searched refs:HDP_LS_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Dsid.h647 #define HDP_LS_ENABLE (1 << 0) macro
Dcikd.h770 #define HDP_LS_ENABLE (1 << 0) macro
Dsi.c5604 data |= HDP_LS_ENABLE; in si_enable_hdp_ls()
5606 data &= ~HDP_LS_ENABLE; in si_enable_hdp_ls()
Dcik.c6270 data |= HDP_LS_ENABLE; in cik_enable_hdp_ls()
6272 data &= ~HDP_LS_ENABLE; in cik_enable_hdp_ls()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dsid.h650 #define HDP_LS_ENABLE (1 << 0) macro