Searched refs:active_h_end (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c108 u32 active_h_start, active_h_end; local
139 active_h_end = active_h_start + p->xres - 1;
142 active_h_end = 0;
153 if (active_h_end) {
154 active_hctl = (active_h_end << 16) | active_h_start;
182 active_h_end = active_h_start + p->xres - 1;
186 active_hctl = (active_h_end << 16) | active_h_start;

Completed in 205 milliseconds