Home
last modified time | relevance | path

Searched refs:clamping (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c86 static bool clamping; variable
101 bool clamping; member
419 if (clamping && w_data->clamping && cpu_online(w_data->cpu)) in clamp_balancing_func()
451 if (clamping && w_data->clamping && cpu_online(w_data->cpu)) in clamp_idle_injection_func()
488 if (true == clamping) in poll_pkg_cstate()
504 w_data->clamping = true; in start_power_clamp_worker()
520 w_data->clamping = false; in stop_power_clamp_worker()
556 clamping = true; in start_power_clamp()
576 clamping = false; in end_power_clamp()
588 if (clamping == false) in powerclamp_cpu_online()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c505 struct clamping_and_pixel_encoding_params *clamping) in dce110_opp_program_fmt() argument
510 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce110_opp_program_fmt()
519 clamping); in dce110_opp_program_fmt()
521 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce110_opp_program_fmt()
Ddce_opp.h304 struct clamping_and_pixel_encoding_params *clamping);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c279 struct clamping_and_pixel_encoding_params *clamping) in opp1_program_fmt() argument
283 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in opp1_program_fmt()
294 clamping); in opp1_program_fmt()
Ddcn10_resource.c942 stream->clamping.clamping_level = CLAMPING_FULL_RANGE; in build_clamping_params()
943 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
944 stream->clamping.pixel_encoding = stream->timing.pixel_encoding; in build_clamping_params()
957 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding; in build_pipe_hw_param()
Ddcn10_opp.h172 struct clamping_and_pixel_encoding_params *clamping);
Ddcn10_hw_sequencer.c674 &stream->clamping); in dcn10_enable_stream_timing()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h275 struct clamping_and_pixel_encoding_params *clamping);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h93 struct clamping_and_pixel_encoding_params clamping; member
/Linux-v4.19/Documentation/thermal/
Dintel_powerclamp.txt78 clamping actions of controlled duty ratio and duration. Each per-CPU
216 keeps track of clamping kernel threads, even after they are migrated
/Linux-v4.19/Documentation/ioctl/
Dbotching-up-ioctls.txt92 over/underflows and clamping issues of integer values in general. The usual
95 server doesn't bother with clamping itself and the cursor wraps around the
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c351 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
368 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
369 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dcolorspaces.rst126 that colorspace. This clamping is what reduces the extent or gamut of
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c769 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding; in dce110_resource_build_pipe_hw_param()
Ddce110_hw_sequencer.c1383 &stream->clamping); in apply_single_controller_ctx_to_hw()
1413 &stream->clamping); in apply_single_controller_ctx_to_hw()