Re: [Intel-gfx] Fixes that failed to apply to v5.0-rc5

2019-02-05 Thread Ville Syrjälä
next. Is it OK if we just cherry-pick that into drm-intel-fixes? Dave / Daniel? -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 05/13] lib: Add GPU power measurement

2019-02-05 Thread Ville Syrjälä
t; > > + setlocale(LC_ALL, oldlocale); > > Why we are first setting "C" locale and then restoring it? Is there a moment > > during mesurement when it is changed? > > No, but it may be set in the environment for pretty-printing of outpu

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-05 Thread Ville Syrjälä
ds the framebuffer and out-fence for a writeback connector. As > @@ -995,6 +1038,12 @@ struct drm_connector { > struct drm_property *content_protection_property; > > /** > + * @colorspace_property: Connector property to set the suitable > + * colorspace supported by the

Re: [Intel-gfx] [v11 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-05 Thread Ville Syrjälä
orspace(struct hdmi_avi_infoframe *frame, > + const struct drm_connector_state *conn_state); > + > void > drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, > struct drm_connector *connector, > -- > 1.9.1 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH] drm/i915: Rename HAS_GMCH

2019-02-05 Thread Ville Syrjälä
on displays side. > > No functional change and no manual interaction to generate > this patch. > > It is only: > > sed -si -e 's/has_gmch_display/has_gmch/g' \ > -e 's/HAS_GMCH_DISPLAY/HAS_GMCH/g' drivers/gpu/drm/i915/*{c,h} > > Cc: José R

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-05 Thread Ville Syrjälä
On Tue, Feb 05, 2019 at 05:32:16PM +, Shankar, Uma wrote: > > > >-Original Message----- > >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > >Sent: Tuesday, February 5, 2019 10:02 PM > >To: Shankar, Uma > >Cc: intel-gfx@lists.freedesktop.

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915: Setup PIPE_CHICKEN for fastsets too

2019-02-05 Thread Ville Syrjälä
On Tue, Feb 05, 2019 at 03:49:42PM +0100, Maarten Lankhorst wrote: > Op 05-02-2019 om 14:39 schreef Ville Syrjälä: > > On Tue, Feb 05, 2019 at 12:21:19PM +0100, Maarten Lankhorst wrote: > >> Op 04-02-2019 om 21:22 schreef Ville Syrjala: > >>> From: Ville Syrjälä >

Re: [Intel-gfx] [PATCH] drm/i915: Include register polling in reg_rw traces

2019-02-05 Thread Ville Syrjälä
On Mon, Feb 04, 2019 at 09:33:08PM +, Chris Wilson wrote: > Quoting Ville Syrjala (2019-02-04 21:16:44) > > From: Ville Syrjälä > > > > We generally omit register polling from the i915_reg_rw tracepoint. > > Understandable since polling could generate a lot of

Re: [Intel-gfx] [PATCH] drm/i915: Push clear_intel_crtc_state() onto the heap

2019-02-05 Thread Ville Syrjälä
ase)); > > - crtc_state->scaler_state = scaler_state; > - crtc_state->shared_dpll = shared_dpll; > - crtc_state->dpll_hw_state = dpll_hw_state; > - crtc_state->pch_pfit.force_thru = force_thru; > - crtc_state->ips_force_disable = ips_force_disable

Re: [Intel-gfx] [PATCH v5 3/3] drm/i915: Add background color hardware readout and state check

2019-02-05 Thread Ville Syrjälä
ify the most significant bits of the color after performing readout. > > At boot time the pipe color is already sanitized to full black as > required by ABI, so the new readout here won't break that requirement. > > Suggested-by: Ville Syrjälä > Cc: Ville Syrjälä > S

Re: [Intel-gfx] [PATCH v3 2/3] drm/i915: Refactor icl_is_hdr_plane

2019-02-06 Thread Ville Syrjälä
On Tue, Feb 05, 2019 at 07:29:21PM -0800, Kevin Strasser wrote: > Change the api in order to enable callers that can't supply a valid > intel_plane pointer, as would be the case prior to calling > drm_universal_plane_init. > > Cc: Uma Shankar > Cc: Shashank Sharma &g

Re: [Intel-gfx] [PATCH v3 3/3] drm/i915/icl: Implement half float formats

2019-02-06 Thread Ville Syrjälä
ted > * Color Keying not supported > > v2: > - Drop handling pixel normalize register > - Don't use icl_is_hdr_plane too early > > v3: > - Use refactored icl_is_hdr_plane (Ville) > - Use u32 instead of uint32_t (Ville) > > Cc: Uma Shankar > Cc: Shasha

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Just use icl+ definition for PLANE_WM blocks field

2019-02-06 Thread Ville Syrjälä
On Wed, Feb 06, 2019 at 01:04:19AM +, Souza, Jose wrote: > On Tue, 2019-02-05 at 22:50 +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > The unused bits on PLANE_WM & co. are hardwired to zero. So no > > need to worry about reading the extra bit on

Re: [Intel-gfx] [PATCH v3 2/3] drm/i915: Don't send MST hotplugs during resume

2019-02-06 Thread Ville Syrjälä
_kms_helper_hotplug_event() That of course requires that no one is hanging on to the kref(s). The lifetime of the references isn't really clear to me, but I'll take your word that it works. Reviewed-by: Ville Syrjälä > + } > } > } > -- > 2.20.1 >

Re: [Intel-gfx] [PATCH v3 3/3] drm/i915: Don't send hotplug in intel_dp_check_mst_status()

2019-02-06 Thread Ville Syrjälä
ude Paul > Cc: Imre Deak > Cc: Daniel Vetter Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_dp.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c > index c2399

Re: [Intel-gfx] [PATCH v2 07/13] drm/i915: Populate gamma_mode for all platforms

2019-02-07 Thread Ville Syrjälä
On Thu, Feb 07, 2019 at 04:49:47PM +0100, Maarten Lankhorst wrote: > Op 05-02-2019 om 17:08 schreef Ville Syrjala: > > From: Ville Syrjälä > > > > On pre-HSW gamma mode is configured via PIPECONF. The bits are > > the same except shifted up, so we can reuse just s

Re: [Intel-gfx] [PATCH v2 13/13] drm/i915: Update DSPCNTR gamma/csc bits during crtc_enable()

2019-02-07 Thread Ville Syrjälä
On Thu, Feb 07, 2019 at 04:58:22PM +0100, Maarten Lankhorst wrote: > Op 05-02-2019 om 17:08 schreef Ville Syrjala: > > From: Ville Syrjälä > > > > On g4x+ we depend on the primary plane DSPCNTR gamma/csc enable > > bits for the pipe bottom color. To guarantee that th

Re: [Intel-gfx] [PATCH v2 07/13] drm/i915: Populate gamma_mode for all platforms

2019-02-07 Thread Ville Syrjälä
On Thu, Feb 07, 2019 at 06:27:19PM +0200, Ville Syrjälä wrote: > On Thu, Feb 07, 2019 at 04:49:47PM +0100, Maarten Lankhorst wrote: > > Op 05-02-2019 om 17:08 schreef Ville Syrjala: > > > From: Ville Syrjälä > > > > > > On pre-HSW gamma mode is configured via P

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-07 Thread Ville Syrjälä
On Tue, Feb 05, 2019 at 07:22:32PM +, Shankar, Uma wrote: > > > >-Original Message- > >From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf Of > >Ville Syrjälä > >Sent: Tuesday, February 5, 2019 11:43 PM > &g

Re: [Intel-gfx] [PATCH v2 06/13] drm/i915: Move LUT programming to happen after vblank waits

2019-02-07 Thread Ville Syrjälä
On Thu, Feb 07, 2019 at 04:46:54PM +0100, Maarten Lankhorst wrote: > Hey, > > Op 05-02-2019 om 17:08 schreef Ville Syrjala: > > From: Ville Syrjälä > > > > The LUTs are single buffered so we should program them after > > the double buffered pipe updates have

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for Enable/disable gamma/csc dynamically and fix C8

2019-02-07 Thread Ville Syrjälä
anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_12171: 649cf2d353ecd5b115d958c61f53000cf1cbd4c6 @ > git://anongit.freedesktop.org/gfx-ci/linux > > > == Linux commits == > > 649cf2d353ec drm/i915: Update DSPCNTR gamma/csc bits during crtc_enable() > fed3bc8c

Re: [Intel-gfx] [PATCH 13/13] drm/i915: Remove the fragile array index -> link rate mapping

2019-02-08 Thread Ville Syrjälä
On Thu, Feb 07, 2019 at 03:11:59PM -0800, Lucas De Marchi wrote: > On Thu, Feb 7, 2019 at 9:33 AM Ville Syrjala > wrote: > > > > From: Ville Syrjälä > > > > Rather than try to maintain some magic relationship between the link > > rates and the index into the

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 12:36:25PM +, Sharma, Shashank wrote: > Regards > Shashank > > > -Original Message- > > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > > Of > > Shankar, Uma > > Sent: Friday, February 8, 201

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 06:36:39PM +0530, Sharma, Shashank wrote: > Regards > > Shashank > > On 2/8/2019 6:22 PM, Ville Syrjälä wrote: > > On Fri, Feb 08, 2019 at 12:36:25PM +, Sharma, Shashank wrote: > >> Regards > >> Shashank > >> > &

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 07:36:24PM +0530, Sharma, Shashank wrote: > Regards > > Shashank > > On 2/8/2019 7:00 PM, Ville Syrjälä wrote: > > On Fri, Feb 08, 2019 at 06:36:39PM +0530, Sharma, Shashank wrote: > >> Regards > >> > >> Shashank &g

Re: [Intel-gfx] [v11 1/4] drm: Add HDMI colorspace property

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 03:03:34PM +, Shankar, Uma wrote: > > > >-Original Message----- > >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > >Sent: Friday, February 8, 2019 8:08 PM > >To: Sharma, Shashank > >Cc: Shankar, Uma ; intel-g

Re: [Intel-gfx] [PATCH 1/3] drm/i915/opregion: fix version check

2019-02-08 Thread Ville Syrjälä
. > > > > Fixes: 04ebaadb9f2d ("drm/i915/opregion: handle VBT sizes bigger than 6 KB") > > Cc: Ville Syrjälä > > Cc: Imre Deak > > Signed-off-by: Jani Nikula > > --- > > drivers/gpu/drm/i915/intel_opregion.c | 11 +-- > &g

Re: [Intel-gfx] [PATCH 1/3] drm/i915/opregion: fix version check

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 05:57:53PM +0200, Ville Syrjälä wrote: > On Fri, Feb 08, 2019 at 05:09:51PM +0200, Jani Nikula wrote: > > On Fri, 08 Feb 2019, Jani Nikula wrote: > > > The u32 version field encodes major version in the high word. We've been > >

Re: [Intel-gfx] [PATCH 1/3] drm/i915/opregion: fix version check

2019-02-08 Thread Ville Syrjälä
ndle VBT sizes bigger than 6 KB") > Cc: Ville Syrjälä > Cc: Imre Deak > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_opregion.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_opregion.c &g

Re: [Intel-gfx] [PATCH v3 2/3] drm/i915/opregion: rvda is relative from opregion base in opregion 2.1+

2019-02-08 Thread Ville Syrjälä
relative vs. absolute conditional on the opregion version, > bumped for the purpose. Turned out there are machines relying on > absolute RVDA in the wild. > > v3: Fix the version checks > > Fixes: 04ebaadb9f2d ("drm/i915/opregion: handle VBT sizes bigger than 6 KB") >

Re: [Intel-gfx] [PATCH v3 2/3] drm/i915/opregion: rvda is relative from opregion base in opregion 2.1+

2019-02-08 Thread Ville Syrjälä
On Fri, Feb 08, 2019 at 09:00:59PM +0200, Jani Nikula wrote: > On Fri, 08 Feb 2019, Ville Syrjälä wrote: > > On Fri, Feb 08, 2019 at 08:42:53PM +0200, Jani Nikula wrote: > >> Starting from opregion version 2.1 (roughly corresponding to ICL+) the > >> RVDA field is rel

Re: [Intel-gfx] ✓ Fi.CI.IGT: success for Add support for Gen 11 pipe color features (rev9)

2019-02-12 Thread Ville Syrjälä
current > hardware behaves. We can create a separate task and work within team to come > up with different ideas > to test these in CI. At least one problem is that the uapi doesn't allow us to say 1.0 which is what we need for all the interpolated gamma modes. Not sure if the tes

Re: [Intel-gfx] [v15 4/4] drm/i915: Attach colorspace property and enable modeset

2019-02-12 Thread Ville Syrjälä
intel_attach_force_audio_property(connector); > intel_attach_broadcast_rgb_property(connector); > intel_attach_aspect_ratio_property(connector); > + > + /* > + * Attach Colorspace property for Non LSPCON based device > + * ToDo: This needs to be extended for LS

Re: [Intel-gfx] [v15 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-12 Thread Ville Syrjälä
e); > + > +void > +drm_hdmi_avi_infoframe_colorspace(struct hdmi_avi_infoframe *frame, > + const struct drm_connector_state *conn_state); > + > void > drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, > struct drm_connector *connector, > -- > 1.9.1 > > ___ > dri-devel mailing list > dri-de...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [v15 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-13 Thread Ville Syrjälä
On Tue, Feb 12, 2019 at 09:30:50PM +, Shankar, Uma wrote: > > > >-Original Message----- > >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > >Sent: Tuesday, February 12, 2019 10:35 PM > >To: Shankar, Uma > >Cc: intel-gfx@lists.freedesktop.

Re: [Intel-gfx] [PATCH v5 0/3] Support 64 bpp half float formats

2019-02-13 Thread Ville Syrjälä
- > include/uapi/drm/drm_fourcc.h| 11 ++ > 6 files changed, 112 insertions(+), 15 deletions(-) > > -- > 2.7.4 -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH] drm/i915/psr: Bump vblank evasion time for seamless updates

2019-02-13 Thread Ville Syrjälä
orresponding boost to the evasion window. We should have exited PSR before the evasion. Is that code not working? > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105870 > Signed-off-by: Chris Wilson > Cc: Jani Nikula > Cc: Ville Syrjälä > Cc: Paulo Zanon

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Include "ignore lines" in skl+ wm state

2019-02-13 Thread Ville Syrjälä
On Wed, Feb 13, 2019 at 11:44:44AM -0800, Clinton Taylor wrote: > > On 2/13/19 8:54 AM, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > We'll need to poke at the "ignore lines" bit in the skl+ > > watermark registers for a w/a. Include that b

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Remove the broken DP CRC support for g4x

2019-02-14 Thread Ville Syrjälä
On Thu, Feb 14, 2019 at 12:38:22PM -0800, Rodrigo Vivi wrote: > On Thu, Feb 14, 2019 at 09:22:18PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > DP CRCs don't really work on g4x. If you want any CRCs on DP you must > > select the CRC source before th

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Extend skl+ crc sources with more planes

2019-02-14 Thread Ville Syrjälä
On Thu, Feb 14, 2019 at 12:47:23PM -0800, Rodrigo Vivi wrote: > On Thu, Feb 14, 2019 at 09:22:19PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > On skl the crc registers were extended to provide plane crcs > > for up to 7 planes. Add the new crc sources

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Remove the "pf" crc source

2019-02-15 Thread Ville Syrjälä
On Thu, Feb 14, 2019 at 05:45:31PM -0800, Dhinakaran Pandiyan wrote: > On Thu, 2019-02-14 at 17:32 -0800, Dhinakaran Pandiyan wrote: > > On Thu, 2019-02-14 at 21:22 +0200, Ville Syrjala wrote: > > > From: Ville Syrjälä > > > > > > The "pipe" a

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Remove the broken DP CRC support for g4x

2019-02-15 Thread Ville Syrjälä
On Thu, Feb 14, 2019 at 06:26:29PM -0800, Dhinakaran Pandiyan wrote: > On Thu, 2019-02-14 at 21:22 +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > DP CRCs don't really work on g4x. If you want any CRCs on DP you must > > select the CRC source before th

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Remove the broken DP CRC support for g4x

2019-02-15 Thread Ville Syrjälä
On Fri, Feb 15, 2019 at 01:06:32PM -0800, Dhinakaran Pandiyan wrote: > On Fri, 2019-02-15 at 14:47 +0200, Ville Syrjälä wrote: > > On Thu, Feb 14, 2019 at 06:26:29PM -0800, Dhinakaran Pandiyan wrote: > > > On Thu, 2019-02-14 at 21:22 +0200, Ville Syrjala wrote: > >

Re: [Intel-gfx] [PATCH v2] drm/i915: Restore interrupt enabling after a reset

2019-02-18 Thread Ville Syrjälä
s generating from resuming the rings. > The simple solution to both is to pull the interrupt reenabling from > afterwards to around the device reset. > > Signed-off-by: Chris Wilson > Cc: Ville Syrjälä > --- > drivers/gpu/drm/i915/i915_reset.c| 6 ++ > drivers/gpu/

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Remove the broken DP CRC support for g4x

2019-02-18 Thread Ville Syrjälä
On Fri, Feb 15, 2019 at 09:43:37PM +, Pandiyan, Dhinakaran wrote: > On Fri, 2019-02-15 at 23:34 +0200, Ville Syrjälä wrote: > > On Fri, Feb 15, 2019 at 01:06:32PM -0800, Dhinakaran Pandiyan wrote: > > > On Fri, 2019-02-15 at 14:47 +0200, Ville Syrjälä wrote: > > > &

Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-18 Thread Ville Syrjälä
COLORIMETRY_OPYCC_601] = HDMI_COLORIMETRY_OPYCC_601, > + [DRM_MODE_COLORIMETRY_OPRGB] = HDMI_COLORIMETRY_OPRGB, > + [DRM_MODE_COLORIMETRY_BT2020_CYCC] = HDMI_COLORIMETRY_BT2020_CYCC, > + [DRM_MODE_COLORIMETRY_BT2020_RGB] = HDMI_COLORIMETRY_BT2020_RGB, > + [DRM_MODE_COLORIMETRY_BT2

Re: [Intel-gfx] [v16 2/4] drm: Add DP colorspace property

2019-02-18 Thread Ville Syrjälä
; + prop = drm_property_create_enum(dev, DRM_MODE_PROP_ENUM, > + "Colorspace", dp_colorspaces, > + ARRAY_SIZE(dp_colorspaces)); > +

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix checks for userspace ctm + ycbcr output

2019-02-18 Thread Ville Syrjälä
ut CSC and not the pipe CSC, there's > no need to set crtc_state->csc_enable, so let's also not consider the > output format when setting csc_enable on gen11+ platforms. > > Fixes: a91de580541c ("drm/i915/icl: Enable pipe output csc") > Cc: Uma Shankar > Cc: M

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] drm/i915: Remove the "pf" crc source

2019-02-18 Thread Ville Syrjälä
/bugs.freedesktop.org/show_bug.cgi?id=109315 > [fdo#109350]: https://bugs.freedesktop.org/show_bug.cgi?id=109350 > [fdo#109369]: https://bugs.freedesktop.org/show_bug.cgi?id=109369 > [fdo#109373]: https://bugs.freedesktop.org/show_bug.cgi?id=109373 >

Re: [Intel-gfx] [PATCH 01/25] drm/i915: Move verify_wm_state() to heap

2019-02-19 Thread Ville Syrjälä
On Tue, Feb 19, 2019 at 12:21:51PM +, Chris Wilson wrote: > The stack usage exceeded 1024 bytes prompting warnings on conservative > setups, so move the temporary allocation for HW readback onto the heap. > > Signed-off-by: Chris Wilson > Cc: Ville Syrjälä Reviewed-by

Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-19 Thread Ville Syrjälä
On Tue, Feb 19, 2019 at 03:09:00PM +, Shankar, Uma wrote: > > > >-Original Message- > >From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf > >Of Ville > >Syrjälä > >Sent: Tuesday, February 19, 2019 1:37 AM &

Re: [Intel-gfx] [PATCH] drm/i915/icl: Update gamma mode mask

2019-02-20 Thread Ville Syrjälä
(0 << 0) > #define GAMMA_MODE_MODE_10BIT (1 << 0) > #define GAMMA_MODE_MODE_12BIT (2 << 0) > -- > 1.9.1 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Extend skl+ crc sources with more planes

2019-02-20 Thread Ville Syrjälä
On Thu, Feb 14, 2019 at 06:07:05PM -0800, Dhinakaran Pandiyan wrote: > On Thu, 2019-02-14 at 21:22 +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > On skl the crc registers were extended to provide plane crcs > > for up to 7 planes. Add the new crc sources

Re: [Intel-gfx] [PATCH] drm/i915/icl: Drop redundant gamma mode mask

2019-02-21 Thread Ville Syrjälä
9) { > u32 tmp = I915_READ(SKL_BOTTOM_COLOR(crtc->pipe)); > -- > 1.9.1 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH] drm/i915/hdcp: Silence compiler critics

2019-02-21 Thread Ville Syrjälä
onnector) > { > struct intel_hdcp *hdcp = &connector->hdcp; > struct drm_i915_private *dev_priv = connector->base.dev->dev_private; > -- > 2.20.1 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedeskt

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 1/2] lib: Add --skip-crc-compare option

2019-02-21 Thread Ville Syrjälä
When looking at failures I seem to end up patching the crc checks out most of the time and relying on the tracepoints to get me the data I need. This knob could save me a step. So Reviewed-by: Ville Syrjälä > -Daniel > > > --- > > lib/igt_core.c| 7 +++ > >

Re: [Intel-gfx] [RFC v2 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs

2019-02-21 Thread Ville Syrjälä
ie. also move the 420_only check into the function itself. > + > pipe_config->has_drrs = false; > if (IS_G4X(dev_priv) || port == PORT_A) > pipe_config->has_audio = false; > -- > 2.20.1 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [RFC v2 5/6] drm/i915/dp: Update pipe_bpp for DP YCbCr4:2:0 outputs

2019-02-21 Thread Ville Syrjälä
etup_vsc(struct intel_dp > *intel_dp, >* 011b = 12bpc. >* 100b = 16bpc. >*/ > - vsc_sdp.DB17 = 0x1; > + switch (crtc_state->pipe_bpp) { > + case 12: /* 8bpc */ > + vsc_sdp.DB17 = 0x1; > + break; > +

Re: [Intel-gfx] [PATCH] drm/i915: Sort newer to older platforms.

2019-02-21 Thread Ville Syrjälä
On Thu, Feb 21, 2019 at 01:33:51PM -0800, Rodrigo Vivi wrote: > No functional change. Just a reorg to match the preferred > behavior. > > Cc: Ville Syrjälä > Cc: Lucas De Marchi > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_hdmi.c | 12 ++---

Re: [Intel-gfx] [PATCH v2] drm/i915: Sort newer to older platforms.

2019-02-21 Thread Ville Syrjälä
On Thu, Feb 21, 2019 at 01:44:30PM -0800, Rodrigo Vivi wrote: > No functional change. Just a reorg to match the preferred > behavior. > > v2: missing else (Ville) > > Cc: Ville Syrjälä > Cc: Lucas De Marchi > Signed-off-by: Rodrigo Vivi Looks correct enough. Re

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Use intel_apply_pci_quirks() to apply ILK+ wm quirks

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 03:14:52PM +0200, Jani Nikula wrote: > On Fri, 22 Feb 2019, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Use the newly introduced intel_apply_pci_quirks() to clean up > > the way we apply the ilk+ watermark quirks. > >

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Generalize pci quirks

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 03:28:18PM +0200, Jani Nikula wrote: > On Mon, 25 Feb 2019, Jani Nikula wrote: > > On Fri, 22 Feb 2019, Ville Syrjala wrote: > >> From: Ville Syrjälä > >> > >> Add support for multiple independent pci quirk tables. > >> I wa

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Restrict SNB LP3+ disable to Thinkpad X220 tablet

2019-02-25 Thread Ville Syrjälä
On Fri, Feb 22, 2019 at 05:52:51PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The only machine we know for sure to require the LP3+ disable > is the Lenovo Thinkpad X220 tablet. Originally in commit > 03981c6ebec4 ("drm/i915: Disable LP3 watermarks on all SNB >

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Restrict SNB LP3+ disable to Thinkpad X220 tablet

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 05:45:38PM +0200, Ville Syrjälä wrote: > On Fri, Feb 22, 2019 at 05:52:51PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > The only machine we know for sure to require the LP3+ disable > > is the Lenovo Thinkpad X220 t

Re: [Intel-gfx] [PATCH] drm/i915: Yet another if/else sort of newer to older platforms.

2019-02-25 Thread Ville Syrjälä
undle this time and hoping there's no other > missing places. > > Cc: Ville Syrjälä > Cc: Chris Wilson > Cc: Lucas De Marchi > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/i915_drv.c | 24 - > drivers/gpu/drm/i915/i915_perf.c | 5

Re: [Intel-gfx] [PATCH] drm/i915: extract AUX mask assignment to separate function

2019-02-25 Thread Ville Syrjälä
ase > for CNL_WITH_PORT_F is separate from the generic gen >= 11. > > Cc: Ville Syrjälä > Cc: Jose Souza > Signed-off-by: Lucas De Marchi > --- > drivers/gpu/drm/i915/i915_irq.c | 34 +++-- > 1 file changed, 20 insertions(+), 14 deletions(-) &g

Re: [Intel-gfx] [PATCH 1/2] drm/i915: remove unused bits from Panel Power Sequence State

2019-02-25 Thread Ville Syrjälä
OL) > -- > 2.20.0 > > _______ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 2/2] drm/i915: don't check internal state in PP_STATUS

2019-02-25 Thread Ville Syrjälä
(PP_ON | PP_SEQUENCE_MASK | 0 > | 0) > #define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0 > | 0) > -- > 2.20.0 > > ___ > Intel-gfx mailing list > Intel-

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-25 Thread Ville Syrjälä
> Signed-off-by: Lucas De Marchi There's quite a bit more cleanup to be done in this area. As a start https://patchwork.freedesktop.org/series/56354/ ;) This patch looks good to me. It'll conflict with my series though, but no biggie. Reviewed-by: Ville Syrjälä > --- > drivers

Re: [Intel-gfx] [PATCH 3/3] drm/i915/icl: decouple dpll ids from type

2019-02-25 Thread Ville Syrjälä
rm/i915/intel_dpll_mgr.h > b/drivers/gpu/drm/i915/intel_dpll_mgr.h > index b1fdce1be942..12ffe83598aa 100644 > --- a/drivers/gpu/drm/i915/intel_dpll_mgr.h > +++ b/drivers/gpu/drm/i915/intel_dpll_mgr.h > @@ -352,6 +352,5 @@ int icl_calc_dp_combo_pll_link(struct drm_i915_private > *dev_priv, > u32 pll_id); > int cnl_hdmi_pll_ref_clock(struct drm_i915_private *dev_priv); > enum intel_dpll_id icl_tc_port_to_pll_id(enum tc_port tc_port); > -bool intel_dpll_is_combophy(enum intel_dpll_id id); > > #endif /* _INTEL_DPLL_MGR_H_ */ > -- > 2.20.0 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 05/12] drm/i915: Fix DRAM size reporting for BXT

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 08:35:08PM +, Chris Wilson wrote: > Quoting Ville Syrjala (2019-02-25 20:29:00) > > From: Ville Syrjälä > > > > The BXT DUNIT register tells us the size of each DRAM device > > in Gb. We want to report the size of the whole DIMM in GB, so

Re: [Intel-gfx] [PATCH 05/12] drm/i915: Fix DRAM size reporting for BXT

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 08:57:45PM +, Chris Wilson wrote: > Quoting Ville Syrjälä (2019-02-25 20:48:10) > > On Mon, Feb 25, 2019 at 08:35:08PM +, Chris Wilson wrote: > > > Quoting Ville Syrjala (2019-02-25 20:29:00) > > > > From: Ville Syrjälä > > >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: remove unused bits from Panel Power Sequence State

2019-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 01:54:16PM -0800, Lucas De Marchi wrote: > On Mon, Feb 25, 2019 at 09:28:06PM +0200, Ville Syrjälä wrote: > >On Fri, Feb 22, 2019 at 04:34:48PM -0800, Lucas De Marchi wrote: > >> No change in behavior. Just removing the unused bits since it makes it >

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 04:03:05PM -0800, Lucas De Marchi wrote: > On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: > >On Fri, Feb 22, 2019 at 03:23:22PM -0800, Lucas De Marchi wrote: > >> Let the MG plls have their own hooks since it shares very little with &g

Re: [Intel-gfx] [PATCH 3/3] drm/i915/icl: decouple dpll ids from type

2019-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 01:28:23PM -0800, Lucas De Marchi wrote: > On Mon, Feb 25, 2019 at 10:45:34PM +0200, Ville Syrjälä wrote: > >On Fri, Feb 22, 2019 at 03:23:24PM -0800, Lucas De Marchi wrote: > >> Use the first 3 bits of dpll_info.platform_flags to mark the type of the &

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-27 Thread Ville Syrjälä
On Tue, Feb 26, 2019 at 11:15:44AM -0800, Lucas De Marchi wrote: > On Tue, Feb 26, 2019 at 04:21:01PM +0200, Ville Syrjälä wrote: > >On Mon, Feb 25, 2019 at 04:03:05PM -0800, Lucas De Marchi wrote: > >> On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: > >>

Re: [Intel-gfx] [PATCH 3/3] drm/i915/icl: decouple dpll ids from type

2019-02-27 Thread Ville Syrjälä
On Tue, Feb 26, 2019 at 11:02:58AM -0800, Lucas De Marchi wrote: > On Tue, Feb 26, 2019 at 04:48:23PM +0200, Ville Syrjälä wrote: > >> >This seems a rather roundabout way of doing things when we already have > >> >the vfuncs. > >> > > >

Re: [Intel-gfx] [PATCH 1/2] drm/edid: If no preferred mode is found assume the first mode is preferred

2019-02-27 Thread Ville Syrjälä
On Wed, Feb 27, 2019 at 03:23:01PM -0500, Adam Jackson wrote: > On Wed, 2019-02-27 at 19:14 +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Some monitors apparently forget to mark any mode as preferred in the > > EDID. In this particular case we hav

Re: [Intel-gfx] [PATCH v3 3/3] drm/i915: use REG_FIELD_PREP() to define register bitfield values

2019-02-27 Thread Ville Syrjälä
ssion. But with this, we can ensure the mask > is non-zero, power of 2, fits u32, and the value fits the mask (when the > value is a constant expression). I might like a debug knob to make that into a runtime check for non-const expressions. But that can be considered later. --

Re: [Intel-gfx] [PATCH v3 1/3] drm/i915: introduce REG_BIT() and REG_GENMASK() to define register contents

2019-02-27 Thread Ville Syrjälä
. > > I'll get used to the hi,lo convention eventually. The nice thing is that it matches the spec. The hard part is running out of fingers for wide bitfields :P -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedes

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix atomic state leak when resetting HDMI link

2019-02-28 Thread Ville Syrjälä
On Wed, Feb 27, 2019 at 03:04:07PM -0800, José Roberto de Souza wrote: > Atomic state needs to be put even if the commit was successful. > > Fixes: dba14b27dd3c ("drm/i915: Reinitialize sink scrambling/TMDS clock ratio > on HPD") > Cc: Ville Syrjälä > Cc: Lyude

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Don't manually add connectors and planes state

2019-02-28 Thread Ville Syrjälä
On Wed, Feb 27, 2019 at 03:04:08PM -0800, José Roberto de Souza wrote: > drm_atomic_commit() call chain already takes care of adding > connectors and planes, so lets no add then manually if not changing > their states. The specific callgraph would make review easier. > > Cc: Vill

Re: [Intel-gfx] [PATCH v3 2/6] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset

2019-02-28 Thread Ville Syrjälä
/* Mark mode as changed to trigger a pipe->update() */ > crtc_state->mode_changed = true; > -- > 2.21.0 > > _______ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http

Re: [Intel-gfx] [PATCH v3 3/6] drm/i915: Compute and commit color features in fastsets

2019-02-28 Thread Ville Syrjälä
any code patch that duplicates the > actual(with color features already enabled) state and only mark > mode_changed as true. > > Cc: Ville Syrjälä > Cc: Maarten Lankhorst > Signed-off-by: José Roberto de Souza Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i

Re: [Intel-gfx] [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic

2019-02-28 Thread Ville Syrjälä
onfig() will take care of all the checks removed > from here. > > Cc: Dhinakaran Pandiyan > Cc: Ville Syrjälä > Signed-off-by: José Roberto de Souza > --- > drivers/gpu/drm/i915/intel_display.c | 10 +-- > drivers/gpu/drm/i915/intel_drv.h | 3 +- > dri

Re: [Intel-gfx] [PATCH v3 5/6] drm/i915: Disable PSR2 while getting pipe CRC

2019-02-28 Thread Ville Syrjälä
> > v3: Reusing intel_crtc_crc_prepare() and crc_enabled > > v2: Changed commit description to describe that PSR2 inhibit CRC > calculations. > > Cc: Dhinakaran Pandiyan > Cc: Ville Syrjälä > Signed-off-by: José Roberto de Souza > --- > drivers/gpu/drm/i915/intel_pipe_c

Re: [Intel-gfx] [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic

2019-02-28 Thread Ville Syrjälä
On Thu, Feb 28, 2019 at 06:56:48PM +0200, Ville Syrjälä wrote: > On Wed, Feb 27, 2019 at 05:32:57PM -0800, José Roberto de Souza wrote: > > Other features like PSR2 also needs to be disabled while getting CRC > > so lets rename ips_force_disable to crc_enabled, drop all this checks

Re: [Intel-gfx] [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic

2019-03-01 Thread Ville Syrjälä
On Thu, Feb 28, 2019 at 11:26:57PM +, Souza, Jose wrote: > On Thu, 2019-02-28 at 18:56 +0200, Ville Syrjälä wrote: > > On Wed, Feb 27, 2019 at 05:32:57PM -0800, José Roberto de Souza > > wrote: > > > Other features like PSR2 also needs to be disabled while getting

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Don't manually add connectors and planes state

2019-03-01 Thread Ville Syrjälä
On Thu, Feb 28, 2019 at 09:27:48PM +, Souza, Jose wrote: > On Thu, 2019-02-28 at 13:37 +0200, Ville Syrjälä wrote: > > On Wed, Feb 27, 2019 at 03:04:08PM -0800, José Roberto de Souza > > wrote: > > > drm_atomic_commit() call chain already takes care of adding > &g

Re: [Intel-gfx] [PATCH v3 5/6] drm/i915: Disable PSR2 while getting pipe CRC

2019-03-01 Thread Ville Syrjälä
> v2: Changed commit description to describe that PSR2 inhibit CRC > calculations. > > Cc: Dhinakaran Pandiyan > Cc: Ville Syrjälä > Signed-off-by: José Roberto de Souza > --- > drivers/gpu/drm/i915/intel_pipe_crc.c | 1 + > drivers/gpu/drm/i915/intel_ps

Re: [Intel-gfx] [PATCH] drm/i915: Fix the state checker for ICL Y planes

2019-03-04 Thread Ville Syrjälä
On Mon, Mar 04, 2019 at 04:45:28PM +0200, Imre Deak wrote: > On Mon, Mar 04, 2019 at 03:12:17PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > The plane used to scan out NV12 luma on ICL is logically > > off but actually on. Fix the state checker to ac

Re: [Intel-gfx] [PATCH] drm/i915: Simplify i830 DVO 2x clock handling

2019-03-04 Thread Ville Syrjälä
On Mon, Mar 04, 2019 at 03:52:30PM +, Chris Wilson wrote: > Quoting Ville Syrjala (2019-03-04 13:41:13) > > From: Ville Syrjälä > > > > Let's just always enable the DVO 2x clock on i830. This way we don't > > have to track if DVO is being used or not

Re: [Intel-gfx] [PATCH 01/12] drm/i915: Store DIMM rank information as a number

2019-03-04 Thread Ville Syrjälä
On Mon, Mar 04, 2019 at 06:17:50PM +0200, Jani Nikula wrote: > On Mon, 25 Feb 2019, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Life will be easier later if we have the ranks stored > > as a bare number. > > > > Signed-off-by: Ville Syrjälä >

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Forcing a modeset when resetting HDMI link

2019-03-04 Thread Ville Syrjälä
actually, so setting connectors_changed instead that will cause > modeset as desired. > > Cc: Ville Syrjälä > Signed-off-by: José Roberto de Souza Reviewed-by: Ville Syrjälä The two other questionable places seem to be: * intel_digital_connector_atomic_check() Looks like this i

Re: [Intel-gfx] [PATCH 02/12] drm/i915: Extract functions to derive SKL+ DIMM info

2019-03-04 Thread Ville Syrjälä
On Mon, Mar 04, 2019 at 06:32:25PM +0200, Jani Nikula wrote: > On Mon, 25 Feb 2019, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Make the code less repetitive by extracting a few small helpers. > > > > Signed-off-by: Ville Syrjälä > > --- &g

Re: [Intel-gfx] [PATCH 1/5] drm/i915/vlv: Move czclk to intel_pm

2019-03-04 Thread Ville Syrjälä
gt; @@ -7675,6 +7684,7 @@ static void cherryview_init_gt_powersave(struct > drm_i915_private *dev_priv) > > cherryview_setup_pctx(dev_priv); > > + vlv_update_czclk(dev_priv); > vlv_init_gpll_ref_freq(dev_priv); > > mutex_lock(&dev_priv->sb_lock)

Re: [Intel-gfx] [PATCH 1/5] drm/i915/vlv: Move czclk to intel_pm

2019-03-04 Thread Ville Syrjälä
On Mon, Mar 04, 2019 at 06:57:15PM +0200, Ville Syrjälä wrote: > On Fri, Mar 01, 2019 at 04:49:31PM -0800, José Roberto de Souza wrote: > > Moving VLV/CHV/BYT czclk to intel_pm as it is a core clock used as > > base by several other GPU blocks including GT. > > > > BSpe

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Move rawclck, power_domain and irq un/initialization from modeset functions

2019-03-04 Thread Ville Syrjälä
ience fancy races otherwise. > - */ > - intel_irq_uninstall(dev_priv); > - > /* >* Due to the hpd irq storm handling the hotplug work can re-arm the >* poll handlers. Hence disable polling after hpd handling is shut down. > -- > 2.21.0 > > ___ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix bit name in PP_STATUS register

2019-03-04 Thread Ville Syrjälä
On Fri, Mar 01, 2019 at 05:14:04PM -0800, Lucas De Marchi wrote: > According to the spec PP_SEQUENCE_STATE_ON_S1_1 is the correct name, so > just rename it. > > Signed-off-by: Lucas De Marchi Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i915_reg.h | 2 +- &g

Re: [Intel-gfx] [PATCH 2/2] drm/i915: fix placement of ICP_PP_CONTROL

2019-03-04 Thread Ville Syrjälä
undant. Just nuke the whole thing? > + > #define _PP_CONTROL 0x61204 > #define PP_CONTROL(pps_idx) _MMIO_PPS(pps_idx, _PP_CONTROL) > #define PANEL_UNLOCK_REGS (0xabcd << 16) > -- > 2.20.1 -- Ville Syrjälä Intel ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

<    4   5   6   7   8   9   10   11   12   13   >