Searched refs:pix_clk_100hz (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c885 dto_params.pixclk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10;
2640 params.timing.pix_clk_100hz /= 2;
2888 dto_params.pixclk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c611 refresh_hz = div_u64((uint64_t) stream->timing.pix_clk_100hz *
5572 } else if (dc_crtc_timing->pix_clk_100hz > 270300) {
5617 normalized_clk = timing_out->pix_clk_100hz / 10;
5720 timing_out->pix_clk_100hz = mode_in->clock * 10;
5730 timing_out->pix_clk_100hz = mode_in->crtc_clock * 10;
5873 refresh_rate = (stream_set[j]->timing.pix_clk_100hz*100)/
H A Damdgpu_dm_mst_types.c1696 ((stream->timing.pix_clk_100hz / 10) > branch_max_throughput_mps * 1000))
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1378 unsigned int frame_rate = timing->pix_clk_100hz / (timing->h_total * timing->v_total);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1231 pixel_clk_params->requested_pix_clk_100hz = stream->timing.pix_clk_100hz;
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Ddce_calcs.c2824 data->pixel_rate[num_displays + 4] = bw_frc_to_fixed(pipe[i].stream->timing.pix_clk_100hz, 10000);
2923 pixel_clock_100hz = pipe[i].stream->timing.pix_clk_100hz;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1405 pipes[pipe_cnt].pipe.dest.pixel_rate_mhz = timing->pix_clk_100hz/10000.0;

Completed in 203 milliseconds

123