Home
last modified time | relevance | path

Searched refs:h_div (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/
A Ddrm_fb_dma_helper.c79 u8 h_div = 1, v_div = 1; in drm_fb_dma_get_gem_addr() local
95 h_div = fb->format->hsub; in drm_fb_dma_get_gem_addr()
99 sample_x = (state->src_x >> 16) / h_div; in drm_fb_dma_get_gem_addr()
/drivers/gpu/drm/amd/display/dc/optc/dcn314/
A Ddcn314_optc.c167 enum h_timing_div_mode h_div = H_TIMING_NO_DIV; in optc314_set_odm_bypass() local
177 h_div = optc->funcs->is_two_pixels_per_container(dc_crtc_timing); in optc314_set_odm_bypass()
179 OTG_H_TIMING_DIV_MODE, h_div); in optc314_set_odm_bypass()
/drivers/gpu/drm/amd/display/dc/optc/dcn32/
A Ddcn32_optc.c231 enum h_timing_div_mode h_div = H_TIMING_NO_DIV; in optc32_set_odm_bypass() local
241 h_div = optc->funcs->is_two_pixels_per_container(dc_crtc_timing); in optc32_set_odm_bypass()
243 OTG_H_TIMING_DIV_MODE, h_div); in optc32_set_odm_bypass()
/drivers/gpu/drm/amd/display/dc/optc/dcn30/
A Ddcn30_optc.c199 enum h_timing_div_mode h_div = H_TIMING_NO_DIV; in optc3_set_odm_bypass() local
209 h_div = optc->funcs->is_two_pixels_per_container(dc_crtc_timing); in optc3_set_odm_bypass()
211 OTG_H_TIMING_DIV_MODE, h_div); in optc3_set_odm_bypass()
/drivers/gpu/drm/amd/display/dc/optc/dcn401/
A Ddcn401_optc.c266 enum h_timing_div_mode h_div = H_TIMING_NO_DIV; in optc401_set_odm_bypass() local
276 h_div = optc->funcs->is_two_pixels_per_container(dc_crtc_timing); in optc401_set_odm_bypass()
278 OTG_H_TIMING_DIV_MODE, h_div); in optc401_set_odm_bypass()
/drivers/gpu/drm/amd/display/dc/optc/dcn10/
A Ddcn10_optc.c175 enum h_timing_div_mode h_div = H_TIMING_NO_DIV; in optc1_program_timing() local
306 h_div = H_TIMING_DIV_BY2; in optc1_program_timing()
321 h_div = H_TIMING_DIV_BY4; in optc1_program_timing()
324 OTG_H_TIMING_DIV_MODE, h_div); in optc1_program_timing()
327 OTG_H_TIMING_DIV_BY2, h_div); in optc1_program_timing()
/drivers/media/i2c/
A Dov2640.c518 #define PER_SIZE_REG_SEQ(x, y, v_div, h_div, pclk_div) \ argument
520 CTRLI_H_DIV_SET(h_div)}, \
/drivers/media/test-drivers/vicodec/
A Dvicodec-core.c176 unsigned int h_div = (plane_idx == 1 || plane_idx == 2) ? in copy_cap_to_ref() local
193 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
198 cap += cap_stride * (state->coded_height / h_div); in copy_cap_to_ref()
199 p_ref += ref_stride * (state->coded_height / h_div); in copy_cap_to_ref()

Completed in 24 milliseconds