[Intel-gfx] [PATCH 04/14] drm/i915: Add aliases for uapi and hw to crtc_state

2019-10-24 Thread Maarten Lankhorst
Prepare to split up hw and uapi machinally, by adding a uapi and hw alias. We will remove the base in a bit. This is a split from the original uapi/hw patch, which did it all in one go. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_atomic.c | 8 -- drivers/gpu/dr

Re: [Intel-gfx] [PATCH 04/14] drm/i915: Add aliases for uapi and hw to crtc_state

2019-10-18 Thread Ville Syrjälä
On Fri, Oct 18, 2019 at 02:09:17PM +0200, Maarten Lankhorst wrote: > Op 18-10-2019 om 12:36 schreef Ville Syrjälä: > > On Thu, Oct 17, 2019 at 03:20:55PM +0200, Maarten Lankhorst wrote: > >> Prepare to split up hw and uapi machinally, by adding a uapi and > >> hw alias. We will remove the base in a

Re: [Intel-gfx] [PATCH 04/14] drm/i915: Add aliases for uapi and hw to crtc_state

2019-10-18 Thread Maarten Lankhorst
Op 18-10-2019 om 12:36 schreef Ville Syrjälä: > On Thu, Oct 17, 2019 at 03:20:55PM +0200, Maarten Lankhorst wrote: >> Prepare to split up hw and uapi machinally, by adding a uapi and >> hw alias. We will remove the base in a bit. This is a split from the >> original uapi/hw patch, which did it all

Re: [Intel-gfx] [PATCH 04/14] drm/i915: Add aliases for uapi and hw to crtc_state

2019-10-18 Thread Ville Syrjälä
On Thu, Oct 17, 2019 at 03:20:55PM +0200, Maarten Lankhorst wrote: > Prepare to split up hw and uapi machinally, by adding a uapi and > hw alias. We will remove the base in a bit. This is a split from the > original uapi/hw patch, which did it all in one go. > > Signed-off-by: Maarten Lankhorst >

[Intel-gfx] [PATCH 04/14] drm/i915: Add aliases for uapi and hw to crtc_state

2019-10-17 Thread Maarten Lankhorst
Prepare to split up hw and uapi machinally, by adding a uapi and hw alias. We will remove the base in a bit. This is a split from the original uapi/hw patch, which did it all in one go. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_atomic.c | 8 -- drivers/gpu/dr