HomeSort by: relevance | last modified time | path
    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