Searched refs:DRM_RECT_INIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_plane_helper_test.c | 86 struct drm_rect expected = DRM_RECT_INIT(src_x, src_y, src_w, src_h); in check_src_eq() 105 struct drm_rect expected = DRM_RECT_INIT(crtc_x, crtc_y, crtc_w, crtc_h); in check_crtc_eq()
|
A D | drm_format_helper_test.c | 91 .clip = DRM_RECT_INIT(0, 0, 1, 1), 138 .clip = DRM_RECT_INIT(1, 1, 1, 1), 192 .clip = DRM_RECT_INIT(1, 1, 2, 4), 301 .clip = DRM_RECT_INIT(0, 0, 3, 3),
|
/linux-6.3-rc2/include/drm/ |
A D | drm_rect.h | 60 #define DRM_RECT_INIT(x, y, w, h) ((struct drm_rect){ \ macro
|
Completed in 7 milliseconds