[Intel-gfx] [PATCH 6/7] drm/i915/skl: Query display address through a wrapper

2015-03-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Need to do this in order to support 90/270 rotated display. v2: Pass in drm_plane instead of plane index to intel_obj_display_address. v3: * Renamed intel_obj_display_address to intel_plane_obj_offset. (Chris Wilson) * Simplified rotation check to bitwise AND.

Re: [Intel-gfx] [PATCH 6/7] drm/i915/skl: Query display address through a wrapper

2015-03-19 Thread Joonas Lahtinen
On ti, 2015-03-17 at 15:45 +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Need to do this in order to support 90/270 rotated display. > > v2: Pass in drm_plane instead of plane index to intel_obj_display_address. > > v3: > * Renamed intel_obj_display_address to intel_plane_obj_offs

[Intel-gfx] [PATCH 6/7] drm/i915/skl: Query display address through a wrapper

2015-03-17 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Need to do this in order to support 90/270 rotated display. v2: Pass in drm_plane instead of plane index to intel_obj_display_address. v3: * Renamed intel_obj_display_address to intel_plane_obj_offset. (Chris Wilson) * Simplified rotation check to bitwise AND.

[Intel-gfx] [PATCH 6/7] drm/i915/skl: Query display address through a wrapper

2015-03-05 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Need to do this in order to support 90/270 rotated display. v2: Pass in drm_plane instead of plane index to intel_obj_display_address. v3: * Renamed intel_obj_display_address to intel_plane_obj_offset. (Chris Wilson) * Simplified rotation check to bitwise AND.