Re: [PATCH v2 1/3] drm/mtk: Remove impossible internal error

2018-07-01 Thread CK Hu
Hi, Daniel: For the series, applied to mediatek-drm-next-4.19 [1]. [1] https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-next-4.19 Regards, CK On Fri, 2018-05-18 at 14:47 +0100, Daniel Stone wrote: > We cannot create a framebuffer with no objects, so there's no point >

Re: [PATCH v2 1/3] drm/mtk: Remove impossible internal error

2018-05-20 Thread CK Hu
On Fri, 2018-05-18 at 14:47 +0100, Daniel Stone wrote: > We cannot create a framebuffer with no objects, so there's no point > testing for it. > > v2: Remove the error entirely. (Sean, CK, Thierry) > Reviewed-by: CK Hu > Signed-off-by: Daniel Stone

Re: [PATCH v2 1/3] drm/mtk: Remove impossible internal error

2018-05-18 Thread Thierry Reding
On Fri, May 18, 2018 at 02:47:03PM +0100, Daniel Stone wrote: > We cannot create a framebuffer with no objects, so there's no point > testing for it. > > v2: Remove the error entirely. (Sean, CK, Thierry) > > Signed-off-by: Daniel Stone > Cc: Sean Paul

[PATCH v2 1/3] drm/mtk: Remove impossible internal error

2018-05-18 Thread Daniel Stone
We cannot create a framebuffer with no objects, so there's no point testing for it. v2: Remove the error entirely. (Sean, CK, Thierry) Signed-off-by: Daniel Stone Cc: Sean Paul Cc: Thierry Reding Cc: CK Hu