Re: [PATCH v3 03/11] drm/amd/display: Honor the offset for plane 0.

2020-10-26 Thread Kazlauskas, Nicholas
On 2020-10-21 7:31 p.m., Bas Nieuwenhuizen wrote: With modifiers I'd like to support non-dedicated buffers for images. Signed-off-by: Bas Nieuwenhuizen Cc: sta...@vger.kernel.org # 5.1.0 Reviewed-by: Nicholas Kazlauskas Regards, Nicholas Kazlauskas --- drivers/gpu/drm/amd/display/amdgpu

Re: [PATCH v3 03/11] drm/amd/display: Honor the offset for plane 0.

2020-10-22 Thread Greg KH
On Thu, Oct 22, 2020 at 11:36:12AM -0400, Alex Deucher wrote: > On Wed, Oct 21, 2020 at 7:31 PM Bas Nieuwenhuizen > wrote: > > > > With modifiers I'd like to support non-dedicated buffers for > > images. > > > > Signed-off-by: Bas Nieuwenhuizen > > Cc: sta...@vger.kernel.org # 5.1.0 > > I think

Re: [PATCH v3 03/11] drm/amd/display: Honor the offset for plane 0.

2020-10-22 Thread Alex Deucher
On Wed, Oct 21, 2020 at 7:31 PM Bas Nieuwenhuizen wrote: > > With modifiers I'd like to support non-dedicated buffers for > images. > > Signed-off-by: Bas Nieuwenhuizen > Cc: sta...@vger.kernel.org # 5.1.0 I think you need # 5.1.x- for it to be applied to all stable kernels since 5.1 otherwise i

[PATCH v3 03/11] drm/amd/display: Honor the offset for plane 0.

2020-10-21 Thread Bas Nieuwenhuizen
With modifiers I'd like to support non-dedicated buffers for images. Signed-off-by: Bas Nieuwenhuizen Cc: sta...@vger.kernel.org # 5.1.0 --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/di