Re: [Intel-gfx] [PATCH 03/16] drm/i915: stop using drm_pci_alloc

2019-06-14 Thread Ville Syrjälä
gt; struct reservation_object __builtin_resv; > }; > diff --git a/drivers/gpu/drm/i915/intel_display.c > b/drivers/gpu/drm/i915/intel_display.c > index 5098228f1302..4f8b368ac4e2 100644 > --- a/drivers/gpu/drm/i915/intel_display.c > +++ b/drivers/gpu/drm/i915/inte

Re: [RFC v2 7/8] drm/fence: add fence timeline to drm_crtc

2016-04-26 Thread Ville Syrjälä
{ > + if (fence->ops != &drm_crtc_fence_ops) > + return NULL; > + > + return container_of(fence->lock, struct drm_crtc, fence_lock); > +} > + > /** > * struct drm_connector_state - mutable connector state > * @connector: backpointer to the connector > -- > 2.5.5 > > ___ > dri-devel mailing list > dri-de...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Ville Syrjälä Intel OTC ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [RFC v2 5/8] drm/fence: add in-fences support

2016-04-26 Thread Ville Syrjälä
E_OBJECT_CRTC); > if (!prop) > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h > index 8cb377c..5ba3cda 100644 > --- a/include/drm/drm_crtc.h > +++ b/include/drm/drm_crtc.h > @@ -2122,6 +2122,7 @@ struct drm_mode_config { > struct drm_property *prop_crt

Re: [PATCH] staging/android: add flags member to sync ioctl structs

2016-03-03 Thread Ville Syrjälä
ebase to use only stacked sync_file_info > > Why are these vX things here in the changelog? That's how we usually roll in gpu land. -- Ville Syrjälä Intel OTC ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: Panic in drm_calc_timestamping_constants in staging-next

2015-11-16 Thread Ville Syrjälä
On Mon, Nov 16, 2015 at 12:02:51PM -0500, ira.weiny wrote: > On Mon, Nov 16, 2015 at 07:29:46PM +0300, Dan Carpenter wrote: > > Ville Syrjälä already posted the answer but his email had no text just a > > link inside 300+ lines of quoted output so you may have missed it. > &

Re: Panic in drm_calc_timestamping_constants in staging-next

2015-11-16 Thread Ville Syrjälä
> c0 40 42 0f 00 48 f7 f6 f6 43 74 10 41 89 c4 75 26 f6 05 fa 6f 03 00 01 <45> > 89 > 96 b0 00 00 00 45 89 a6 ac 00 00 00 75 35 48 83 c4 08 5b > [ 11.232990] RIP [] > drm_calc_timestamping_constants+0x86/0x130 [drm] > [ 11.232991] RSP > [ 11.232992] CR2: 0

Re: [PATCH 1/3] drm: Add LCD display clock polarity flags

2013-12-03 Thread Ville Syrjälä
I agree this information should not be coming from > userspace). Seems like the sort of thing that the bridge or encoder > could set on the adjusted_mode. Probably better to not mix user visible and internal flags in drm_display_mode.flags. Just

Re: [Patch v2][ 03/37] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-10-23 Thread Ville Syrjälä
On Wed, Oct 23, 2013 at 04:48:51PM +0200, Denis Carikli wrote: > Hi, > > On 10/18/2013 09:46 AM, Ville Syrjälä wrote: > >> +#define DRM_MODE_FLAG_PDATEN (1<<22) > >> +#define DRM_MODE_FLAG_NDATEN (1<<23) > >&g

Re: [Patch v2][ 03/37] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-10-18 Thread Ville Syrjälä
(1<<24) > +#define DRM_MODE_FLAG_NPIXDATEDGE(1<<25) Do we really need to make this stuff visible to userspace? And there's no documentation to explain any of it. > > /* DPMS flags */ > /* bit compatible with the xorg definitions. */ > -- > 1.