Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c653 struct clamping_and_pixel_encoding_params *clamping) in dce110_opp_program_fmt() argument
658 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce110_opp_program_fmt()
667 clamping); in dce110_opp_program_fmt()
669 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce110_opp_program_fmt()
679 struct clamping_and_pixel_encoding_params *clamping) in dce60_opp_program_fmt() argument
684 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce60_opp_program_fmt()
693 clamping); in dce60_opp_program_fmt()
695 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in dce60_opp_program_fmt()
H A Ddce_opp.h352 struct clamping_and_pixel_encoding_params *clamping);
/linux-6.15/drivers/thermal/intel/
H A Dintel_powerclamp.c67 bool clamping; member
162 if (powerclamp_data.clamping) { in cpumask_set()
223 if (powerclamp_data.clamping) { in max_idle_set()
526 if (powerclamp_data.clamping) in poll_pkg_cstate()
577 powerclamp_data.clamping = true; in trigger_idle_injection()
613 if (!powerclamp_data.clamping) in remove_idle_injection()
616 powerclamp_data.clamping = false; in remove_idle_injection()
644 if (powerclamp_data.clamping) { in end_power_clamp()
/linux-6.15/drivers/gpu/drm/amd/display/dc/opp/dcn10/
H A Ddcn10_opp.c303 struct clamping_and_pixel_encoding_params *clamping) in opp1_program_fmt() argument
307 if (clamping->pixel_encoding == PIXEL_ENCODING_YCBCR420) in opp1_program_fmt()
318 clamping); in opp1_program_fmt()
H A Ddcn10_opp.h176 struct clamping_and_pixel_encoding_params *clamping);
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Damdgpu-stoney-flakes.txt13 kms_plane@pixel-format-source-clamping
H A Drockchip-rk3399-fails.txt68 kms_plane@pixel-format-source-clamping,Fail
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h308 struct clamping_and_pixel_encoding_params *clamping);
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1023 stream->clamping.clamping_level = CLAMPING_FULL_RANGE; in build_clamping_params()
1024 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
1025 stream->clamping.pixel_encoding = stream->timing.pixel_encoding; in build_clamping_params()
1038 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding; in build_pipe_hw_param()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h261 struct clamping_and_pixel_encoding_params clamping; member
/linux-6.15/Documentation/process/
H A Dbotching-up-ioctls.rst93 over/underflows and clamping issues of integer values in general. The usual
96 server doesn't bother with clamping itself and the cursor wraps around the
/linux-6.15/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst82 clamping actions of controlled duty ratio and duration. Each per-CPU
225 keeps track of clamping kernel threads, even after they are migrated
/linux-6.15/Documentation/translations/it_IT/process/
H A Dbotching-up-ioctls.rst105 interi si devono verificare *overflow*, *underflow*, e *clamping*. Il
109 server* non decide di preoccuparsi lui stesso del *clamping* e il cursore
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1277 stream->clamping.clamping_level = CLAMPING_FULL_RANGE; in build_clamping_params()
1278 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
1279 stream->clamping.pixel_encoding = stream->timing.pixel_encoding; in build_clamping_params()
1301 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding; in build_pipe_hw_param()
/linux-6.15/Documentation/scheduler/
H A Dsched-util-clamp.rst10 Utilization clamping, also known as util clamp or uclamp, is a scheduler
21 util clamp acts on that to achieve its goal by clamping the signal to a certain
22 point; hence the name. That is, by clamping utilization we are making the
/linux-6.15/init/
H A DKconfig836 bool "Enable utilization clamping for RT/FAIR tasks"
862 the precision of clamping aggregation and tracking at run-time.
1101 bool "Utilization clamping per group of tasks"
1115 When task group based utilization clamping is enabled, an eventually
1117 specified clamp value. Both minimum and maximum task clamping cannot
1118 be bigger than the corresponding clamping defined at task group level.
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst126 that colorspace. This clamping is what reduces the extent or gamut of
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c622 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
645 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
646 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
H A Ddc.c3523 &stream->clamping); in commit_planes_do_stream_update()
3527 &stream->clamping); in commit_planes_do_stream_update()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c926 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding; in dce110_resource_build_pipe_hw_param()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1624 &stream->clamping); in dce110_apply_single_controller_ctx_to_hw()
1642 &stream->clamping); in dce110_apply_single_controller_ctx_to_hw()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2035 &pipe_ctx->stream->clamping); in dcn401_program_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2007 &pipe_ctx->stream->clamping); in dcn20_program_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1022 &stream->clamping); in dcn10_enable_stream_timing()
/linux-6.15/Documentation/admin-guide/
H A Dcgroup-v2.rst1074 The (optional) utilization clamping support allows to hint the schedutil