Re: [PATCH] drm/hisilicon: Added three new resolutions and changed the alignment to 128 Bytes

2019-12-31 Thread tiantao (H)
Hi Daniel: Thanks you very much ,I will follow your suggestion to split this to three patches. Best 在 2019/12/30 18:23, Daniel Stone 写道: Hi Tian, On Sat, 28 Dec 2019 at 01:14, Tian Tao wrote: @@ -118,11 +119,9 @@ static void hibmc_plane_atomic_update(struct drm_plane *plane,

Re: [PATCH] drm/hisilicon: Added three new resolutions and changed the alignment to 128 Bytes

2019-12-30 Thread Daniel Stone
Hi Tian, On Sat, 28 Dec 2019 at 01:14, Tian Tao wrote: > @@ -118,11 +119,9 @@ static void hibmc_plane_atomic_update(struct drm_plane > *plane, > writel(gpu_addr, priv->mmio + HIBMC_CRT_FB_ADDRESS); > > reg = state->fb->width * (state->fb->format->cpp[0]); > - /* now

[PATCH] drm/hisilicon: Added three new resolutions and changed the alignment to 128 Bytes

2019-12-28 Thread Tian Tao
Add the three new resolution 1440x900 and 1600x900, 640x480 for hibmc and Set the FB Offset of the display hardware to 128 Byte alignment Signed-off-by: Tian Tao Signed-off-by: Gong junjie --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 11 +--