Home
last modified time | relevance | path

Searched refs:H_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dedid.h113 #define H_SIZE COMBINE_HI_8LO( H_SIZE_HI, H_SIZE_LO ) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dhub.c489 value = V_SIZE(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w); in tegra_shared_plane_atomic_update()
495 value = V_SIZE(plane->state->crtc_h) | H_SIZE(plane->state->crtc_w); in tegra_shared_plane_atomic_update()
H A Ddc.h631 #define H_SIZE(x) (((x) & 0x1fff) << 0) /* XXX 0x7fff on Tegra186 */ macro
H A Ddc.c363 value = V_SIZE(window->dst.h) | H_SIZE(window->dst.w); in tegra_dc_setup_window()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dedid.h228 #define H_SIZE _H_SIZE(c) macro
H A Dinterpret_edid.c728 r->h_size = H_SIZE; in get_detailed_timing_section()