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

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c294 src_x = dflow->out_x;
423 st->addr[i] = komeda_fb_get_pixel_addr(kfb, dflow->out_x,
680 if ((dflow->out_x + dflow->out_w > compiz_w) ||
684 dflow->out_x, dflow->out_y,
701 cin->hoffset = dflow->out_x;
894 dflow->out_x, dflow->out_y, dflow->out_w, dflow->out_h);
1044 l_dflow->out_x = dflow->out_x;
1045 r_dflow->out_x = l_dflow->out_w + l_dflow->out_x;
[all...]
H A Dkomeda_plane.c40 dflow->out_x = st->crtc_x;
H A Dkomeda_pipeline.h355 u32 out_x, out_y, out_w, out_h; member in struct:komeda_data_flow_cfg
/linux-master/include/uapi/linux/
H A Domapfb.h115 __u32 out_x, out_y; member in struct:omapfb_update_window
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c68 int in_x, int out_x, int flip_lr,
81 if ( 0 == out_x ) {
92 if (in_x > out_x) {
93 xpsc = in_x / out_x;
131 if ( (in_x == out_x) && ( 1 == xpsc ) )
134 xsci = ( (1024 * in_x) / (out_x * xpsc) ) + xpsc;
67 calculate_h_scale_registers(struct saa7146_dev *dev, int in_x, int out_x, int flip_lr, u32* hps_ctrl, u32* hps_v_gain, u32* hps_h_prescale, u32* hps_h_scale) argument
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c703 win->out_x > xres || win->out_y > yres)
714 if (win->out_x + win->out_width > xres)
715 win->out_width = xres - win->out_x;
752 win.out_x = 0;
1101 u->out_x = u->x;
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c968 struct fixed31_32 *out_x)
989 *out_x = dc_fixpt_zero;
1041 compute_de_pq(E3, out_x);
1043 *out_x = dc_fixpt_div(*out_x, dc_fixpt_div(max_display, max_content));
964 hermite_spline_eetf(struct fixed31_32 input_x, struct fixed31_32 max_display, struct fixed31_32 min_display, struct fixed31_32 max_content, struct fixed31_32 *out_x) argument

Completed in 119 milliseconds