Searched refs:reset_pipe (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v9_4_3.c | 3517 uint32_t reset_pipe, clean_pipe; in gfx_v9_4_3_reset_hw_pipe() local 3526 reset_pipe = RREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL); in gfx_v9_4_3_reset_hw_pipe() 3527 clean_pipe = reset_pipe; in gfx_v9_4_3_reset_hw_pipe() 3532 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3536 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3540 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3544 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3552 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3555 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe() 3559 WREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL, reset_pipe); in gfx_v9_4_3_reset_hw_pipe()
|
/linux-6.12.1/sound/sparc/ |
D | dbri.c | 821 static void reset_pipe(struct snd_dbri *dbri, int pipe) in reset_pipe() function 886 reset_pipe(dbri, pipe); in setup_pipe() 2143 reset_pipe(dbri, info->pipe); in snd_dbri_hw_free() 2192 reset_pipe(dbri, info->pipe); in snd_dbri_trigger()
|
/linux-6.12.1/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.c | 268 static int reset_pipe(struct drm_crtc *crtc, in reset_pipe() function 374 return reset_pipe(crtc, ctx); in vc4_hdmi_reset_link()
|