Searched defs:vtotal (Results 51 – 60 of 60) sorted by relevance
123
/openbmc/linux/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 985 u32 mds, sync, htotal, vtotal, vsync, hsync; in aspeed_video_get_timings() local
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_mode.h | 252 __u16 vtotal; member
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7842.c | 264 static inline unsigned vtotal(const struct v4l2_bt_timings *t) in vtotal() function
|
H A D | adv7604.c | 337 static inline unsigned vtotal(const struct v4l2_bt_timings *t) in vtotal() function
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 651 u32 dp_br, link_m, link_n, htotal, vtotal; in vgpu_update_refresh_rate() local
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 688 int vtotal, vdes, vdew, vfph, vsyncw; in it6505_calc_video_info() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 1288 uint16_t vtotal; member 1309 uint16_t vtotal; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 177 float vtotal[number_of_planes_minus_one + 1]; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 517 unsigned int vtotal; member
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 1945 #define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal)) argument
|
123