Re: [Intel-gfx] [PATCH v2] drm: prefix header search paths with $(srctree)/

2019-03-29 Thread james qian wang (Arm Technology China)
flags-y += -I$(src)/include > -ccflags-y += -I$(src)/include/nvkm > -ccflags-y += -I$(src)/nvkm > -ccflags-y += -I$(src) > +ccflags-y += -I $(srctree)/$(src)/include > +ccflags-y += -I $(srctree)/$(src)/include/nvkm > +ccflags-y += -I $(srctree)/$(src)/nvkm > +ccflags-y += -I $(srctree)/$(src) > > # NVKM - HW resource manager > #- code also used by various userspace tools/tests > -- > 2.7.4 -- Reviewed-by: James Qian Wang (Arm Technology China) ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

2019-06-16 Thread james qian wang (Arm Technology China)
handle = drm_gem_prime_fd_to_handle, > - .gem_prime_export = drm_gem_prime_export, > - .gem_prime_import = drm_gem_prime_import, > .gem_prime_get_sg_table = drm_gem_cma_prime_get_sg_table, > .gem_prime_import_sg_table = drm_gem_cma_prime_import_sg_table, > .gem_prime_vmap = drm_gem_cma_p

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 07/59] drm/arm/komeda: Remove DRIVER_HAVE_IRQ

2019-06-17 Thread james qian wang (Arm Technology China)
On Mon, Jun 17, 2019 at 03:43:45PM +0200, Daniel Vetter wrote: > On Mon, Jun 17, 2019 at 06:26:08AM +0000, james qian wang (Arm Technology > China) wrote: > > On Fri, Jun 14, 2019 at 10:35:23PM +0200, Daniel Vetter wrote: > > > Read the docs, komeda is not an old e

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

2019-06-17 Thread james qian wang (Arm Technology China)
On Tue, Jun 18, 2019 at 12:41:32PM +0800, James (Qian) Wang wrote: > On Mon, Jun 17, 2019 at 03:43:45PM +0200, Daniel Vetter wrote: > > On Mon, Jun 17, 2019 at 06:26:08AM +0000, james qian wang (Arm Technology > > China) wrote: > > > On Fri, Jun 14, 2019 at 10:35:23PM +0

Re: [Intel-gfx] [v8, 2/4] drm/panel: set display info in panel attach

2019-09-28 Thread james qian wang (Arm Technology China)
On Wed, Sep 25, 2019 at 03:58:31PM -0700, Derek Basehore wrote: > Devicetree systems can set panel orientation via a panel binding, but > there's no way, as is, to propagate this setting to the connector, > where the property need to be added. > To address this, this patch sets orientation, as well

Re: [Intel-gfx] [6/8] drm/atomic: convert to drm device based logging

2019-12-12 Thread james qian wang (Arm Technology China)
On Tue, Dec 10, 2019 at 02:30:48PM +0200, Jani Nikula wrote: > Prefer drm_dbg_atomic(). > > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/drm_agpsupport.c | 4 +- > drivers/gpu/drm/drm_atomic.c | 187 +-- > 2 files changed, 102 insertions(+), 89 deletions(-

Re: [Intel-gfx] [PATCH 36/44] drm/komeda: use devm_drm_dev_alloc

2020-04-08 Thread james qian wang (Arm Technology China)
On Fri, Apr 03, 2020 at 09:58:20PM +0800, Daniel Vetter wrote: > Komeda uses the component framework, which does open/close a new > devres group around all the bind callbacks. Which means we can use > devm_ functions for managing the drm_device cleanup, with leaking > stuff in case of deferred prob

Re: [Intel-gfx] [v7, 01/16] drm: Add Enhanced Gamma LUT precision structure

2019-08-13 Thread james qian wang (Arm Technology China)
On Fri, Mar 29, 2019 at 01:45:59AM +0530, Uma Shankar wrote: > Existing LUT precision structure is having only 16 bit > precision. This is not enough for upcoming enhanced hardwares > and advance usecases like HDR processing. Hence added a new > structure with 32 bit precision values. Also added th

Re: [Intel-gfx] [v7, 01/16] drm: Add Enhanced Gamma LUT precision structure

2019-08-19 Thread james qian wang (Arm Technology China)
On Wed, Aug 14, 2019 at 02:29:57PM +, Shankar, Uma wrote: > > > >-Original Message----- > >From: james qian wang (Arm Technology China) [mailto:james.qian.w...@arm.com] > >Sent: Tuesday, August 13, 2019 3:12 PM > >To: Shankar, Uma > >Cc: int

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

2019-08-29 Thread james qian wang (Arm Technology China)
On Mon, Aug 26, 2019 at 01:06:37PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the drm tree got a conflict in: > > drivers/gpu/drm/arm/display/komeda/komeda_dev.c > > between commit: > > 51a44a28eefd ("drm/komeda: Add missing of_node_get() call") > > from the d

Re: [Intel-gfx] [PATCH 07/25] drm/komdea: Annotate dma-fence critical section in commit path

2020-07-07 Thread james qian wang (Arm Technology China)
On Tue, Jul 07, 2020 at 10:12:11PM +0200, Daniel Vetter wrote: > Like the helpers, nothing special. Well except not, because we the > critical section extends until after hw_done(), since that's the last > thing which could hold up a subsequent atomic commit. That means the > wait_for_flip_done is