Re: [PATCH v2 1/2] dt-bindings: display: panel: Add bindings for Tianma nt36672a panel

2020-07-23 Thread Sumit Semwal
Hi Rob, Thanks for the review! On Thu, 23 Jul 2020 at 23:25, Rob Herring wrote: > > On Wed, Jul 22, 2020 at 11:28:15AM +0530, Sumit Semwal wrote: > > The nt36672a panel from Tianma is a FHD+ panel with a resolution of > > 1080x2246 > > and 6.18 inches size. It is found in some of the Poco F1 ph

Re: [PATCH] drm/bridge/adv7511: set the bridge type properly

2020-07-23 Thread Vinod Koul
On 22-07-20, 15:15, Laurent Pinchart wrote: > Hi Laurentiu, > > Thank you for the patch. > > On Mon, Jul 20, 2020 at 03:42:27PM +0300, Laurentiu Palcu wrote: > > From: Laurentiu Palcu > > > > After the drm_bridge_connector_init() helper function has been added, the > > ADV > > driver has been

Re: [PATCH] drm: bridge: adv7511: Add missing bridge type

2020-07-23 Thread Vinod Koul
On 24-07-20, 04:30, Laurent Pinchart wrote: > Hi Vinod, > > Thank you for the patch. > > On Thu, Jul 23, 2020 at 04:15:23PM +0530, Vinod Koul wrote: > > Add bridge type as DRM_MODE_CONNECTOR_HDMIA > > > > Signed-off-by: Vinod Koul > > This has already been submitted: > https://lore.kernel.org

Re: [PATCH] drm/drm_fb_helper: fix fbdev with sparc64

2020-07-23 Thread Dave Airlie
On Tue, 14 Jul 2020 at 18:56, Thomas Zimmermann wrote: > > Hi > > Am 14.07.20 um 10:41 schrieb Daniel Vetter: > > On Tue, Jul 14, 2020 at 08:41:58AM +0200, Thomas Zimmermann wrote: > >> Hi > >> > >> Am 13.07.20 um 18:21 schrieb Daniel Vetter: > >>> On Fri, Jul 10, 2020 at 08:28:16AM +0200, Thomas

[git pull] drm fixes for 5.8-rc7

2020-07-23 Thread Dave Airlie
Quiet fixes, I may have a single regression fix follow up to this for nouveau, but it might be next week, Ben was testing it a bit more . Otherwise two amdgpu fixes, one lima and one sun4i. Dave. drm-fixes-2020-07-24: drm fixes for 5.6-rc7 amdgpu: - Fix crash when overclocking VegaM - Fix possi

Re: [PATCH] drm/drm_fb_helper: fix fbdev with sparc64

2020-07-23 Thread Sam Ravnborg
Hi Dave. On Fri, Jul 24, 2020 at 02:53:30PM +1000, Dave Airlie wrote: > On Tue, 14 Jul 2020 at 18:56, Thomas Zimmermann wrote: > > > > Hi > > > > Am 14.07.20 um 10:41 schrieb Daniel Vetter: > > > On Tue, Jul 14, 2020 at 08:41:58AM +0200, Thomas Zimmermann wrote: > > >> Hi > > >> > > >> Am 13.07.

[PATCH] newport_con: vc_color is now in state

2020-07-23 Thread Jiri Slaby
Since commit 28bc24fc46f9 (vc: separate state), vc->vc_color is known as vc->state.color. Somehow both me and 0-day bot missed this driver during the conversion. So fix the driver now. Signed-off-by: Jiri Slaby Cc: Bartlomiej Zolnierkiewicz Cc: dri-devel@lists.freedesktop.org Cc: linux-fb...@vg

Re: [PATCH 1/9] drm/ttm: initialize the system domain with defaults

2020-07-23 Thread Thomas Zimmermann
Am 23.07.20 um 17:17 schrieb Christian König: > Instead of repeating that in each driver. > > Signed-off-by: Christian König Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 3 --- > drivers/gpu/drm/drm_gem_vram_helper.c | 3 --- > drivers/gpu/drm/nou

Re: [PATCH 2/9] drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED

2020-07-23 Thread Thomas Zimmermann
Am 23.07.20 um 17:17 schrieb Christian König: > Instead use a boolean field in the memory manager structure. > > Also invert the meaning of the field since the use of a TT > structure is the special case here. > > Signed-off-by: Christian König There's a comment further below. In any case Re

Re: [PATCH 9/9] drm/ttm: remove the init_mem_type callback

2020-07-23 Thread Thomas Zimmermann
Am 23.07.20 um 17:17 schrieb Christian König: > It is a very strange concept to call a function which just > calls back the caller for the functions parameters. > > Signed-off-by: Christian König Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 7 --- >

Re: [PATCH 8/9] drm/vram-helper: stop implementing init_mem_type

2020-07-23 Thread Thomas Zimmermann
Am 23.07.20 um 17:17 schrieb Christian König: > Instead just initialize the memory type parameters > before calling ttm_bo_init_mm. > > Signed-off-by: Christian König Reviewed-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_gem_vram_helper.c | 16 > 1 file changed, 4 inse

Re: [PATCH] drm/drm_fb_helper: fix fbdev with sparc64

2020-07-23 Thread Thomas Zimmermann
Hi Am 24.07.20 um 06:53 schrieb Dave Airlie: > On Tue, 14 Jul 2020 at 18:56, Thomas Zimmermann wrote: >> >> Hi >> >> Am 14.07.20 um 10:41 schrieb Daniel Vetter: >>> On Tue, Jul 14, 2020 at 08:41:58AM +0200, Thomas Zimmermann wrote: Hi Am 13.07.20 um 18:21 schrieb Daniel Vetter: >>>

<    1   2