OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overscan_bottom
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c
243
int
overscan_bottom
= data->v_active - data->recout.y - data->recout.height;
local in function:program_overscan
246
overscan_bottom
+= 2;
254
if (
overscan_bottom
< 0) {
256
overscan_bottom
= 0;
268
set_reg_field_value(overscan_top_bottom,
overscan_bottom
,
amdgpu_dce110_transform_v.c
243
int
overscan_bottom
= data->v_active - data->recout.y - data->recout.height;
local in function:program_overscan
246
overscan_bottom
+= 2;
254
if (
overscan_bottom
< 0) {
256
overscan_bottom
= 0;
268
set_reg_field_value(overscan_top_bottom,
overscan_bottom
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c
160
int
overscan_bottom
= data->v_active
local in function:program_overscan
164
overscan_bottom
+= 2;
172
if (
overscan_bottom
< 0) {
174
overscan_bottom
= 0;
182
EXT_OVERSCAN_BOTTOM,
overscan_bottom
);
amdgpu_dce_transform.c
160
int
overscan_bottom
= data->v_active
local in function:program_overscan
164
overscan_bottom
+= 2;
172
if (
overscan_bottom
< 0) {
174
overscan_bottom
= 0;
182
EXT_OVERSCAN_BOTTOM,
overscan_bottom
);
Completed in 24 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025