Searched refs:drmModeCrtcSetGamma (Results 1 – 5 of 5) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 107 drmModeCrtcSetGamma
|
D | xf86drmMode.h | 492 extern int drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size,
|
D | xf86drmMode.c | 867 drm_public int drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size, in drmModeCrtcSetGamma() function
|
/third_party/weston/libweston/backend-drm/ |
D | kms.c | 538 rc = drmModeCrtcSetGamma(backend->drm.fd, in drm_output_set_gamma()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 1169 ret = drmModeCrtcSetGamma(dev->fd, crtc_id, 256, r, g, b); in set_gamma()
|