Searched refs:RGB_TEST_DATA (Results 1 – 1 of 1) sorted by relevance
57 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv42_tv_sample_load() macro 58 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load()