Searched refs:linear_offset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_sprite.c | 55 unsigned long sprsurf_offset, linear_offset; in ivb_update_plane() local 127 linear_offset = y * fb->pitches[0] + x * pixel_size; in ivb_update_plane() 131 linear_offset -= sprsurf_offset; in ivb_update_plane() 140 I915_WRITE(SPRLINOFF(pipe), linear_offset); in ivb_update_plane() 235 unsigned long dvssurf_offset, linear_offset; in ilk_update_plane() local 292 linear_offset = y * fb->pitches[0] + x * pixel_size; in ilk_update_plane() 296 linear_offset -= dvssurf_offset; in ilk_update_plane() 301 I915_WRITE(DVSLINOFF(pipe), linear_offset); in ilk_update_plane()
|
| H A D | intel_display.c | 2044 unsigned long linear_offset; in i9xx_update_plane() local 2105 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); in i9xx_update_plane() 2112 linear_offset -= intel_crtc->dspaddr_offset; in i9xx_update_plane() 2114 intel_crtc->dspaddr_offset = linear_offset; in i9xx_update_plane() 2118 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]); in i9xx_update_plane() 2124 I915_WRITE(DSPLINOFF(plane), linear_offset); in i9xx_update_plane() 2126 I915_WRITE(DSPADDR(plane), obj->gtt_offset + linear_offset); in i9xx_update_plane() 2141 unsigned long linear_offset; in ironlake_update_plane() local 2205 linear_offset -= intel_crtc->dspaddr_offset; in ironlake_update_plane() 2208 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]); in ironlake_update_plane() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | lambda.h | 115 lambda_linear_expression linear_offset; member 121 #define LL_LINEAR_OFFSET(T) ((T)->linear_offset)
|