Home
last modified time | relevance | path

Searched refs:VIDTCON2_HBPD (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/video/
Dexynos7_decon.h300 #define VIDTCON2_HBPD(_x) ((_x) << 16) macro
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c207 val = VIDTCON2_HBPD(hbpd - 1) | VIDTCON2_HFPD(hfpd - 1); in decon_commit()