Re: [Intel-gfx] [PATCH 07/59] drm/arm/komeda: Remove DRIVER_HAVE_IRQ

2019-06-16 Thread james qian wang (Arm Technology China)
On Fri, Jun 14, 2019 at 10:35:23PM +0200, Daniel Vetter wrote: > Read the docs, komeda is not an old enough driver for this :-) > > Signed-off-by: Daniel Vetter > Cc: "James (Qian) Wang" > Cc: Liviu Dudau > --- > drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 3 +-- > 1 file changed, 1 inse

Re: [Intel-gfx] [PATCH 40/59] drm/vram-helper: Drop drm_gem_prime_export/import

2019-06-16 Thread Gerd Hoffmann
On Fri, Jun 14, 2019 at 10:35:56PM +0200, Daniel Vetter wrote: > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. > > Signed-off-by: Daniel Vetter > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Sean Paul > Cc: David Airlie > Cc: Dan

Re: [Intel-gfx] [PATCH 37/59] drm/virtio: Drop drm_gem_prime_export/import

2019-06-16 Thread Gerd Hoffmann
On Fri, Jun 14, 2019 at 10:35:53PM +0200, Daniel Vetter wrote: > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. > > Signed-off-by: Daniel Vetter > Cc: David Airlie > Cc: Gerd Hoffmann > Cc: virtualizat...@lists.linux-foundation.org > -

Re: [Intel-gfx] [PATCH 25/59] drm/qxl: Drop drm_gem_prime_export/import

2019-06-16 Thread Gerd Hoffmann
On Fri, Jun 14, 2019 at 10:35:41PM +0200, Daniel Vetter wrote: > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. > > Signed-off-by: Daniel Vetter > Cc: Dave Airlie > Cc: Gerd Hoffmann > Cc: virtualizat...@lists.linux-foundation.org > Cc

Re: [Intel-gfx] [PATCH 01/59] drm/todo: Improve drm_gem_object funcs todo

2019-06-16 Thread Gerd Hoffmann
On Fri, Jun 14, 2019 at 10:35:17PM +0200, Daniel Vetter wrote: > We're kinda going in the wrong direction. Spotted while typing better > gem/prime docs. > > Cc: Thomas Zimmermann > Cc: Gerd Hoffmann > Cc: Rob Herring > Cc: Noralf Trønnes > Signed-off-by: Daniel Vetter Acked-by: Gerd Hoffmann

Re: [Intel-gfx] [PATCH 44/59] drm/mediatek: Use drm_atomic_helper_wait_for_fences

2019-06-16 Thread CK Hu
Hi, Daniel: On Fri, 2019-06-14 at 22:36 +0200, Daniel Vetter wrote: > If we use the gem fb helper as the prepare_fb hook, plus the > drm_prime.c import helpers now automatically setting obj->resv, we can > use the shared helpers to wait for fences instead of rolling our own. > Note that this relie

Re: [Intel-gfx] linux-next: manual merge of the drm-misc tree with the amdgpu tree

2019-06-16 Thread Stephen Rothwell
Hi all, On Wed, 12 Jun 2019 11:46:15 +1000 Stephen Rothwell wrote: > > Hi all, > > Today's linux-next merge of the drm-misc tree got a conflict in: > > drivers/gpu/drm/amd/display/dc/dce/dce_audio.c > > between commit: > > c7c7192c56d2 ("drm/amd/display: add audio related regs") > > fro

Re: [Intel-gfx] [PATCH 11/59] drm/arm: Drop drm_gem_prime_export/import

2019-06-16 Thread james qian wang (Arm Technology China)
On Fri, Jun 14, 2019 at 10:35:27PM +0200, Daniel Vetter wrote: > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. > > Signed-off-by: Daniel Vetter > Cc: "James (Qian) Wang" > Cc: Liviu Dudau > Cc: Brian Starkey > --- > drivers/gpu/drm/

[Intel-gfx] linux-next: manual merge of the drm-intel tree with the pci tree

2019-06-16 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in: drivers/gpu/drm/i915/i915_drv.h between commit: 151f4e2bdc7a ("docs: power: convert docs to ReST and rename to *.rst") from the pci tree and commit: 1bf676cc2dba ("drm/i915: move and rename i915_runtime_pm") from

Re: [Intel-gfx] [PATCH 19/59] drm/mtk: Drop drm_gem_prime_export/import

2019-06-16 Thread CK Hu
Hi, Daniel: On Fri, 2019-06-14 at 22:35 +0200, Daniel Vetter wrote: > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. Reviewed-by: CK Hu > > Signed-off-by: Daniel Vetter > Cc: CK Hu > Cc: Philipp Zabel > Cc: Matthias Brugger > Cc:

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Restore -Wunused-but-set-variable

2019-06-16 Thread Patchwork
== Series Details == Series: drm/i915: Restore -Wunused-but-set-variable URL : https://patchwork.freedesktop.org/series/62161/ State : warning == Summary == $ dim sparse origin/drm-tip Sparse version: v0.5.2 Commit: drm/i915: Restore -Wunused-but-set-variable - +./arch/x86/include/asm/pgtable_

[Intel-gfx] [PATCH] drm/i915: Restore -Wunused-but-set-variable

2019-06-16 Thread Chris Wilson
We appear to be clear of this warning, so time to re-enable the gcc error checking. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index c0a7b2994077..f4971900087a 1006

Re: [Intel-gfx] [PATCH 13/59] drm/etnaviv: Drop drm_gem_prime_export/import

2019-06-16 Thread Christian Gmeiner
Am Fr., 14. Juni 2019 um 22:36 Uhr schrieb Daniel Vetter : > > They're the default. > > Aside: Would be really nice to switch the others over to > drm_gem_object_funcs. > > Signed-off-by: Daniel Vetter Reviewed-by: Christian Gmeiner > Cc: Lucas Stach > Cc: Russell King > Cc: Christian Gmeiner