Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ | |
intel_sprite.c | 2110 int pipe_src_w = crtc_state->pipe_src_w; local in function:skl_plane_check_dst_coordinates 2122 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { 2126 4, pipe_src_w - 4); |
intel_display_types.h | 832 int pipe_src_w, pipe_src_h; member in struct:intel_crtc_state |