Searched refs:RGB_TEST_DATA (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/nouveau/dispnv04/ |
D | dac.c | 247 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv17_dac_sample_load() macro 249 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0); in nv17_dac_sample_load() 254 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */ in nv17_dac_sample_load()
|
D | tvnv17.c | 56 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv42_tv_sample_load() macro 57 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load()
|