Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-10 Thread CK Hu
On Mon, 2020-02-10 at 09:10 -0500, Sean Paul wrote: > On Sun, Feb 9, 2020 at 9:53 PM CK Hu wrote: > > > > Hi, Evan: > > > > On Fri, 2020-02-07 at 16:34 +0800, CK Hu wrote: > > > Hi, Evan: > > > > > > On Fri, 2020-02-07 at 15:23 +1100, Evan Benn wrote: > > > > The cursor and primary planes were har

Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-10 Thread Sean Paul
On Sun, Feb 9, 2020 at 9:53 PM CK Hu wrote: > > Hi, Evan: > > On Fri, 2020-02-07 at 16:34 +0800, CK Hu wrote: > > Hi, Evan: > > > > On Fri, 2020-02-07 at 15:23 +1100, Evan Benn wrote: > > > The cursor and primary planes were hard coded. > > > Now search for them for passing to drm_crtc_init_with_p

Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-09 Thread CK Hu
Hi, Evan: On Fri, 2020-02-07 at 16:34 +0800, CK Hu wrote: > Hi, Evan: > > On Fri, 2020-02-07 at 15:23 +1100, Evan Benn wrote: > > The cursor and primary planes were hard coded. > > Now search for them for passing to drm_crtc_init_with_planes > > > > Reviewed-by: CK Hu Applied to mediatek-drm-

Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-07 Thread Sean Paul
On Thu, Feb 6, 2020 at 11:24 PM Evan Benn wrote: > > The cursor and primary planes were hard coded. > Now search for them for passing to drm_crtc_init_with_planes > > Signed-off-by: Evan Benn I like it! Reviewed-by: Sean Paul > --- > > drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 18 +++

Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-07 Thread Evan Benn
Apologies for the confusing thread. Please apply the above patch: 'drm/mediatek: Find the cursor plane instead of hard coding it' before Sean Paul's original patch: 'drm/mediatek: Ensure the cursor plane is on top of other overlays' This way authorship is correctly preserved, but we do not introdu

Re: [PATCH] drm/mediatek: Find the cursor plane instead of hard coding it

2020-02-07 Thread CK Hu
Hi, Evan: On Fri, 2020-02-07 at 15:23 +1100, Evan Benn wrote: > The cursor and primary planes were hard coded. > Now search for them for passing to drm_crtc_init_with_planes > Reviewed-by: CK Hu > Signed-off-by: Evan Benn > --- > > drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 18 --