Re: [Intel-gfx] [PATCH v6 1/4] drm/i915: Add audio sync_audio_rate callback

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, libin.y...@intel.com wrote: > From: Libin Yang > > Add the sync_audio_rate callback. > > With the callback, audio driver can trigger > i915 driver to set the proper N/CTS or N/M > based on different sample rates. > > Signed-off-by: Libin Yang Reviewed-by: Jani Nikula > ---

Re: [Intel-gfx] [PATCH v6 2/4] drm/i915: implement sync_audio_rate callback

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, libin.y...@intel.com wrote: > From: Libin Yang > > HDMI audio may not work at some frequencies > with the HW provided N/CTS. > > This patch sets the proper N value for the > given audio sample rate at the impacted frequencies. > At other frequencies, it will use the N/CTS valu

Re: [Intel-gfx] [PATCH 02/16] drm/i915: fix the FBC work allocation failure path

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 02:03:34PM +0300, Ville Syrjälä wrote: > On Tue, Sep 01, 2015 at 12:07:01PM +0200, Daniel Vetter wrote: > > On Fri, Aug 28, 2015 at 11:50:08AM -0300, Paulo Zanoni wrote: > > > 2015-08-28 11:20 GMT-03:00 Ville Syrjälä : > > > > On Fri, Aug 14, 2015 at 06:34:07PM -0300, Paulo

Re: [Intel-gfx] [PATCH] drm/i915: Fix module initialisation, v2.

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 01:51:38PM +0200, Maarten Lankhorst wrote: > Op 01-09-15 om 12:12 schreef Daniel Vetter: > > On Mon, Aug 31, 2015 at 03:13:41PM -0700, Matt Roper wrote: > >> On Thu, Aug 27, 2015 at 03:15:15PM +0200, Maarten Lankhorst wrote: > >>> Set DRIVER_MODESET and DRIVER_ATOMIC by defa

Re: [Intel-gfx] [PATCH] drm/i915/guc: Support GuC version 4.3

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 05:32:10PM +0100, Dave Gordon wrote: > On 18/08/15 22:32, yu@intel.com wrote: > >From: Alex Dai > > > >The firmware layout changes that now it only has css header + > >uCode + RSA signature. Plus, other trivial changes to support > >GuC V4.3. > > > >Signed-off-by: Alex

Re: [Intel-gfx] [PATCH] drm/i915: Notify GuC rc6 state

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 12:47:30PM -0700, O'Rourke, Tom wrote: > On Tue, Aug 18, 2015 at 02:34:47PM -0700, yu@intel.com wrote: > > From: Alex Dai > > > > If rc6 is enabled, notify GuC so it can do proper forcewake before > > command submission. > > > > Signed-off-by: Alex Dai > > Reviewed-

Re: [Intel-gfx] [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 04:10:36PM +0300, Jani Nikula wrote: > On Thu, 20 Aug 2015, Takashi Iwai wrote: > > On Thu, 20 Aug 2015 11:41:42 +0200, > > David Henningsson wrote: > >> > >> > >> > >> On 2015-08-20 11:28, Takashi Iwai wrote: > >> > On Wed, 19 Aug 2015 10:48:58 +0200, > >> > David Henni

Re: [Intel-gfx] [PATCH 14/15] drm/i915: skl nv12 workarounds

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 01:44:06AM +, Konduru, Chandra wrote: > > > -static char intel_get_stepping(struct drm_device *dev) > > > +char intel_get_stepping(struct drm_device *dev) > > > > I guess we should have a new home for this now that it's used outside of > > intel_csr.c Plus kerneldoc, as

Re: [Intel-gfx] [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

2015-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2015 10:00:44 +0200, Daniel Vetter wrote: > > On Fri, Aug 28, 2015 at 04:10:36PM +0300, Jani Nikula wrote: > > On Thu, 20 Aug 2015, Takashi Iwai wrote: > > > On Thu, 20 Aug 2015 11:41:42 +0200, > > > David Henningsson wrote: > > >> > > >> > > >> > > >> On 2015-08-20 11:28, Takas

Re: [Intel-gfx] [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 01:51:52AM +, Konduru, Chandra wrote: > > > +static void test_nv12_invalid_fb_params(data_t *d) > > > +{ > > > + igt_display_t *display = &d->display; > > > + igt_output_t *output; > > > + enum pipe pipe; > > > + int valid_tests = 0; > > > + > > > + igt_require(d->displa

Re: [Intel-gfx] [PATCH 2/7] drm/i915: Enable full ppgtt for vgpu

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 10:28:49AM +0800, Zhiyuan Lv wrote: > Hi Danie, > > On Wed, Aug 26, 2015 at 10:47:37AM +0200, Daniel Vetter wrote: > > On Thu, Aug 20, 2015 at 01:57:13PM +0300, Joonas Lahtinen wrote: > > > On to, 2015-08-20 at 15:45 +0800, Zhiyuan Lv wrote: > > > > The full ppgtt is suppor

Re: [Intel-gfx] [PATCH 3/7] drm/i915: Always enable execlists on BDW for vgpu

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 10:49:28AM +0800, Zhiyuan Lv wrote: > Hi Daniel, > > On Wed, Aug 26, 2015 at 10:50:23AM +0200, Daniel Vetter wrote: > > > > @@ -332,6 +332,12 @@ int i915_gem_context_init(struct drm_device > > > > *dev) > > > > if (WARN_ON(dev_priv->ring[RCS].default_context)) > >

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, libin.y...@intel.com wrote: > From: Libin Yang > > When modeset occurs and the TMDS frequency is set to some > speical values, the N/CTS need to be set manually if audio > is playing. Do we still need this patch after David Henningsson's series [1]? IIUC you will now always g

Re: [Intel-gfx] About the iGVT-g's requirement to pin guest contexts in VM

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 09:50:03AM +0800, Zhiyuan Lv wrote: > Hi Daniel, > > On Wed, Aug 26, 2015 at 10:56:00AM +0200, Daniel Vetter wrote: > > On Tue, Aug 25, 2015 at 08:17:05AM +0800, Zhiyuan Lv wrote: > > > Hi Chris, > > > > > > On Mon, Aug 24, 2015 at 11:23:13AM +0100, Chris Wilson wrote: > >

Re: [Intel-gfx] [PATCH v6 2/4] drm/i915: implement sync_audio_rate callback

2015-09-02 Thread Yang, Libin
Hi Jani, > -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, September 02, 2015 3:52 PM > To: Yang, Libin; alsa-de...@alsa-project.org; ti...@suse.de; intel- > g...@lists.freedesktop.org; daniel.vet...@ffwll.ch; > ville.syrj...@linux.intel.com >

Re: [Intel-gfx] [PATCH] drm/i915: Enabling RC6 immediately during init/resume

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 05:08:36PM +0530, Salonie, Namrta wrote: > Hi Chris, Daniel. > > Thanks for your inputs. > I agree that we need to amend the patch. Will do following changes. > 1.RPM ref count is not needed with immediate enabling of RC6, I will > remove > that. > 2.I will extend

Re: [Intel-gfx] [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 10:03:55AM +0200, Takashi Iwai wrote: > On Wed, 02 Sep 2015 10:00:44 +0200, > Daniel Vetter wrote: > > > > On Fri, Aug 28, 2015 at 04:10:36PM +0300, Jani Nikula wrote: > > > On Thu, 20 Aug 2015, Takashi Iwai wrote: > > > > On Thu, 20 Aug 2015 11:41:42 +0200, > > > > David

Re: [Intel-gfx] [PATCH v6 2/4] drm/i915: implement sync_audio_rate callback

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, "Yang, Libin" wrote: > Hi Jani, > >> -Original Message- >> From: Jani Nikula [mailto:jani.nik...@linux.intel.com] >> Sent: Wednesday, September 02, 2015 3:52 PM >> To: Yang, Libin; alsa-de...@alsa-project.org; ti...@suse.de; intel- >> g...@lists.freedesktop.org; daniel

[Intel-gfx] [PATCH 2/2] drm/i915: Make plane fb tracking work correctly.

2015-09-02 Thread Maarten Lankhorst
atomic->disabled_planes is a hack that had to exist because prepare_fb was only called when a new fb was set. This messed up fb tracking in some circumstances like aborts from interruptible waits. As a result interruptible waiting in prepare_plane_fb was forbidden, but other errors could still caus

[Intel-gfx] [PATCH 1/2] drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.

2015-09-02 Thread Maarten Lankhorst
This removes the need to separately track fb changes i915. That will be done as a separate commit, however. Changes since v1: - Add dri-devel to cc. - Fix a check in intel's prepare and cleanup fb to take rotation into account. Changes since v2: - Split out i915 changes to a separate commit. Cc

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Yang, Libin
Hi Jani, > -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, September 02, 2015 4:20 PM > To: Yang, Libin; alsa-de...@alsa-project.org; ti...@suse.de; intel- > g...@lists.freedesktop.org; daniel.vet...@ffwll.ch; > ville.syrj...@linux.intel.com >

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Retry for live status

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 02:46:26PM +0530, Sharma, Shashank wrote: > Regards > Shashank > > On 8/26/2015 8:47 PM, Daniel Vetter wrote: > >On Wed, Aug 26, 2015 at 10:05:00AM +, Jindal, Sonika wrote: > >>HPD bits control the interrupt but the live status (with some monitors) > >>takes time to ge

Re: [Intel-gfx] [PATCH v6 2/4] drm/i915: implement sync_audio_rate callback

2015-09-02 Thread Yang, Libin
Hi Jani, > -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, September 02, 2015 4:42 PM > To: Yang, Libin; alsa-de...@alsa-project.org; ti...@suse.de; intel- > g...@lists.freedesktop.org; daniel.vet...@ffwll.ch; > ville.syrj...@linux.intel.com

Re: [Intel-gfx] [DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading.

2015-09-02 Thread Daniel Vetter
On Wed, Aug 26, 2015 at 07:40:54PM +0530, Animesh Manna wrote: > > > On 8/26/2015 6:40 PM, Daniel Vetter wrote: > >On Wed, Aug 26, 2015 at 01:36:05AM +0530, Animesh Manna wrote: > >>Dmc will restore the csr program except DC9, cold boot, > >>warm reset, PCI function level reset, and hibernate/sus

Re: [Intel-gfx] [DMC_BUGFIX_SKL_V2 4/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 01:03:03AM +, Hindman, Gavin wrote: > Unless I'm misreading that would imply that we are moving away from our > previous position that DMC FW is optional, correct?Would this not > render power-sequencing broken if a distro chose not to include DMC FW? For upstream w

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, "Yang, Libin" wrote: > Hi Jani, > >> -Original Message- >> From: Jani Nikula [mailto:jani.nik...@linux.intel.com] >> Sent: Wednesday, September 02, 2015 4:20 PM >> To: Yang, Libin; alsa-de...@alsa-project.org; ti...@suse.de; intel- >> g...@lists.freedesktop.org; daniel

Re: [Intel-gfx] [PATCH 1/2] drm/i915: move intel_hrawclk() to intel_display.c

2015-09-02 Thread Daniel Vetter
On Wed, Aug 26, 2015 at 02:22:13PM -0700, Clint Taylor wrote: > On 08/26/2015 12:58 AM, Jani Nikula wrote: > >Make it available outside of intel_dp.c. > > > >Signed-off-by: Jani Nikula > >--- > > drivers/gpu/drm/i915/intel_display.c | 33 + > > drivers/gpu/drm/i915

Re: [Intel-gfx] [PATCH 1/4] drm/i915: read dpcd 0 - 12 & link_status always

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 01:16:49PM +0300, Jani Nikula wrote: > On Thu, 27 Aug 2015, Sivakumar Thulasimani > wrote: > > From: "Thulasimani,Sivakumar" > > > > Compliance requires the driver to read dpcd register 0 to 12 and > > registers 0x200 to 0x205 to be read always. > > Current code performs

Re: [Intel-gfx] [PATCH 4/4] drm/i915: force full detect on sink count change

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 02:18:32PM +0530, Sivakumar Thulasimani wrote: > From: "Thulasimani,Sivakumar" > > This patch checks for changes in sink count between short pulse > hpds and forces full detect when there is a change. > > This will allow both detection of hotplug and unplug of panels > th

Re: [Intel-gfx] [RFC PATCH] drm/i915: Use universal planes for cursor on skylake.

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 12:08:30PM +0200, Maarten Lankhorst wrote: > This appears to make all the cursor tests really slow because of the many > calls to skl_update_wm > when the cursor plane visibility is changed. It performs does 3 vblanks each > time it's called, and > it's probably called mor

Re: [Intel-gfx] [PATCH 2/3] drm/i915: add yesno utility function

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 03:33:13PM +0100, Chris Wilson wrote: > On Mon, Aug 31, 2015 at 05:23:27PM +0300, Jani Nikula wrote: > > On Thu, 27 Aug 2015, Jani Nikula wrote: > > > On Thu, 27 Aug 2015, Chris Wilson wrote: > > >> On Thu, Aug 27, 2015 at 04:23:30PM +0300, Jani Nikula wrote: > > >>> Add a

Re: [Intel-gfx] [PATCH] drm/atomic: Make sure lock is held in trylock contexts.

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 01:58:09PM +0200, Maarten Lankhorst wrote: > This will make sure we get a lockdep spat in all cases > even if the context is a complete garbage pointer. > > Signed-off-by: Maarten Lankhorst Applied to drm-misc, thanks. -Daniel > --- > diff --git a/drivers/gpu/drm/drm_mod

Re: [Intel-gfx] [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS

2015-09-02 Thread Graham Whaley
On Tue, 2015-09-01 at 14:56 -0300, Danilo Cesar Lemes de Paula wrote: > On 08/25/2015 01:10 PM, Graham Whaley wrote: > > On Tue, 2015-08-25 at 16:29 +0200, Daniel Vetter wrote: > > > On Tue, Aug 25, 2015 at 10:26:44AM +0100, Graham Whaley wrote: > > > > The KMS Properties table is in HTML format, w

Re: [Intel-gfx] About the iGVT-g's requirement to pin guest contexts in VM

2015-09-02 Thread Zhiyuan Lv
Hi Daniel, Thanks for the comments! And my reply in line: On Wed, Sep 02, 2015 at 10:19:03AM +0200, Daniel Vetter wrote: > > > > > > Also you obviously have to complete the copying from shadow->guest ctx > > > before you send the irq to the guest to signal ctx completion. Which means > > > there

Re: [Intel-gfx] [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

2015-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2015 10:32:34 +0200, Daniel Vetter wrote: > > On Wed, Sep 02, 2015 at 10:03:55AM +0200, Takashi Iwai wrote: > > On Wed, 02 Sep 2015 10:00:44 +0200, > > Daniel Vetter wrote: > > > > > > On Fri, Aug 28, 2015 at 04:10:36PM +0300, Jani Nikula wrote: > > > > On Thu, 20 Aug 2015, Takashi

Re: [Intel-gfx] About the iGVT-g's requirement to pin guest contexts in VM

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 05:20:34PM +0800, Zhiyuan Lv wrote: > Hi Daniel, > > Thanks for the comments! And my reply in line: > > On Wed, Sep 02, 2015 at 10:19:03AM +0200, Daniel Vetter wrote: > > > > > > > > Also you obviously have to complete the copying from shadow->guest ctx > > > > before you

Re: [Intel-gfx] [PATCH igt] dma-buf mmap

2015-09-02 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 07:48:49PM -0300, Tiago Vignatti wrote: > Hi, > > Here's the igt side of the work I sent yesterday to dri-devel: > > http://lists.freedesktop.org/archives/dri-devel/2015-August/089263.html > > I've addressed all the commentaries made in the previous igt patchset and I > b

Re: [Intel-gfx] [PATCH v2 2/6] drm/i915: Enable full ppgtt for vgpu on Broadwell

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 03:55:58PM +0300, Joonas Lahtinen wrote: > On pe, 2015-08-28 at 15:41 +0800, Zhiyuan Lv wrote: > > The full ppgtt is supported now in Intel GVT-g device model. > > Broadwell > > is allowed to use it in virtual machines. > > > > v2: > > - Keep backward compatibility on HSW w

Re: [Intel-gfx] [PATCH v2 6/6] drm/i915: Allow Broadwell guest with Intel GVT-g

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 03:41:19PM +0800, Zhiyuan Lv wrote: > I915 Broadwell guest driver is now supported to run inside a VM with > Intel GVT-g > > v2: > - Introduce HAS_VGPU macro (Zhenyu Wang) > > Signed-off-by: Zhiyuan Lv > Signed-off-by: Zhi Wang > Reviewed-by: Joonas Lahtinen I'll hold

Re: [Intel-gfx] [PATCH] drm/i915: Detect virtual south bridge

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 01:10:22PM +0100, robert.beck...@intel.com wrote: > From: Robert Beckett > > Virtualized systems often use a virtual P2X4 south bridge. > Detect this in intel_detect_pch and make a best guess as to which PCH > we should be using. > > This was seen on vmware esxi hyperviso

Re: [Intel-gfx] [RFC 1/3] drm/i915: Roll intel_crtc->atomic into intel_crtc_state

2015-09-02 Thread Ville Syrjälä
On Wed, Sep 02, 2015 at 07:15:25AM +0200, Maarten Lankhorst wrote: > Op 01-09-15 om 17:48 schreef Ville Syrjälä: > > On Tue, Sep 01, 2015 at 08:30:05AM -0700, Matt Roper wrote: > >> On Tue, Sep 01, 2015 at 07:24:19AM +0200, Maarten Lankhorst wrote: > >>> Op 29-08-15 om 01:57 schreef Matt Roper: > >

Re: [Intel-gfx] [RFC 1/3] drm/i915: Roll intel_crtc->atomic into intel_crtc_state

2015-09-02 Thread Maarten Lankhorst
Op 02-09-15 om 12:35 schreef Ville Syrjälä: > On Wed, Sep 02, 2015 at 07:15:25AM +0200, Maarten Lankhorst wrote: >> Op 01-09-15 om 17:48 schreef Ville Syrjälä: >>> On Tue, Sep 01, 2015 at 08:30:05AM -0700, Matt Roper wrote: On Tue, Sep 01, 2015 at 07:24:19AM +0200, Maarten Lankhorst wrote: >>>

Re: [Intel-gfx] [RFC 1/3] drm/i915: Roll intel_crtc->atomic into intel_crtc_state

2015-09-02 Thread Ville Syrjälä
On Wed, Sep 02, 2015 at 01:08:31PM +0200, Maarten Lankhorst wrote: > Op 02-09-15 om 12:35 schreef Ville Syrjälä: > > On Wed, Sep 02, 2015 at 07:15:25AM +0200, Maarten Lankhorst wrote: > >> Op 01-09-15 om 17:48 schreef Ville Syrjälä: > >>> On Tue, Sep 01, 2015 at 08:30:05AM -0700, Matt Roper wrote:

Re: [Intel-gfx] Request Linux Graphic Driver for Intel GMA 3150

2015-09-02 Thread David Ho
Dear Rodrigo, Is it possible to obtain the "raw" driver and to install it manually, without installing it through the Installer? Regards, David -Original Message- From: Vivi, Rodrigo [mailto:rodrigo.v...@intel.com] Sent: 01 September 2015 23:04 To: intel-gfx@lists.freedesktop.org; jan

Re: [Intel-gfx] [PATCH] drm/i915: Update ring space correctly on lrc context reset

2015-09-02 Thread Arun Siluvery
On 20/08/2015 16:27, Chris Wilson wrote: On Thu, Aug 20, 2015 at 05:34:59PM +0300, Mika Kuoppala wrote: If we leave the last_retired_head to pre-reset value, we might end up in a situation where intel_ring_space() returns wrong value on next hardware init. http://patchwork.freedesktop.org/patc

[Intel-gfx] [PATCH] drm/i915: Fix cmdparser STORE/LOAD command descriptors

2015-09-02 Thread Chris Wilson
Fixes regression from commit f1afe24f0e736b9d7f2275e2b1504af3fe612f2a Author: Arun Siluvery Date: Tue Aug 4 16:22:20 2015 +0100 drm/i915: Change SRM, LRM instructions to use correct length which forgot to account for the length bias when declaring the fixed length. Bugzilla: https://bugs.

[Intel-gfx] [PATCH] uapi/drm/i915_drm.h: fix userspace compilation.

2015-09-02 Thread Artem Savkov
Patch "drm/i915: Use expcitly fixed type in compat32 structs" changed the type of param field in drm_i915_getparam from int to s32. This header is exported to userspace and needs to use userspace type __s32 instead. This fixes userspace compilation errors like the following: include/drm/i915_drm.h

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add audio pin sense / ELD callback

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 07:02:27PM +0200, David Henningsson wrote: > This callback will be called by the i915 driver to notify the hda > driver that its HDMI information needs to be refreshed, i e, > that audio output is now available (or unavailable) - usually as a > result of a monitor being plug

Re: [Intel-gfx] [PATCH 0/4 v5] i915 to call hda driver on HDMI plug/unplug

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 08:14:48PM +0300, Jani Nikula wrote: > On Fri, 28 Aug 2015, David Henningsson > wrote: > > Hopefully last version? :-) > > > > * Added commit text about duplicate events (patch 4/4) > > * Added locks in bind/unbind on i915 side (patch 2/4) > > * Fixed docbook comments i

[Intel-gfx] [PULL] drm-intel-next-fixes

2015-09-02 Thread Jani Nikula
Hi Dave - i915 display fixes headed for v4.3. Mostly SKL, but some regression fixes too. BR, Jani. The following changes since commit 26951caf55d73ceb1967b0bf12f6d0b96853508e: drm/i915/skl: enable DDI-E hotplug (2015-08-26 10:24:25 +0300) are available in the git repository at: git://ano

Re: [Intel-gfx] [PATCH] drm/i915/bxt: Fix irq_port for eDP

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 02:35:32PM +0530, Sonika Jindal wrote: > From: Durgadoss R > > Currently, HDMI hotplug with eDP as local panel is failing > because the HDMI hpd is detected as a long hpd for eDP; and is > thus rightfully ignored. But, it should really be handled as > an interrupt on port

Re: [Intel-gfx] [PATCH] drm/i915/bxt: Fix irq_port for eDP

2015-09-02 Thread Jindal, Sonika
:( This had a hole.. Please drop this patch.. I am going to send another patch tested with hdmi optimization series for bxt. Regards, Sonika -Original Message- From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter Sent: Wednesday, September 2, 2015 5:17 PM To: Ji

Re: [Intel-gfx] [PATCH] drm/i915/bxt: Fix irq_port for eDP

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 11:48:36AM +, Jindal, Sonika wrote: > :( This had a hole.. > Please drop this patch.. What kind of hole? It sounds like we need this to avoid blowing up when we handle the edp hpd interrupt everywhere? Please explain so I can understand what I've missed here ... Thanks

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: Also record time difference if vblank evasion fails, v2.

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 12:15:33PM +0200, Maarten Lankhorst wrote: > This makes the error message slightly more useful. > > Changes since v1: > - Use ktime_get() while irqs are still disabled. (vsyrjala) > > Signed-off-by: Maarten Lankhorst > Reviewed-by: Ville Syrjälä Both applied to dinq, th

Re: [Intel-gfx] [PATCH] drm/i915: Always mark the object as dirty when used by the GPU

2015-09-02 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 03:10:39PM +0100, Chris Wilson wrote: > There have been many hard to track down bugs whereby userspace forgot to > flag a write buffer and then cause graphics corruption or a hung GPU > when that buffer was later purged under memory pressure (as the buffer > appeared clean,

Re: [Intel-gfx] [PATCH] uapi/drm/i915_drm.h: fix userspace compilation.

2015-09-02 Thread Ville Syrjälä
On Wed, Sep 02, 2015 at 01:41:18PM +0200, Artem Savkov wrote: > Patch "drm/i915: Use expcitly fixed type in compat32 structs" changed the type > of param field in drm_i915_getparam from int to s32. This header is exported > to > userspace and needs to use userspace type __s32 instead. > > This fi

Re: [Intel-gfx] [PATCH 1/4] drm: Add a non-locking version of drm_kms_helper_poll_enable().

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 10:21:32PM +0200, Egbert Eich wrote: > drm_kms_helper_poll_enable() was converted to lock the mode_config > mutex in commit 8c4ccc4ab6f64e859d4ff8d7c02c2ed2e956e07f > ("drm/probe-helper: Grab mode_config.mutex in poll_init/enable"). > > This disregarded the cases where this

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Call non-locking version of drm_kms_helper_poll_enable()

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 10:21:33PM +0200, Egbert Eich wrote: > drm_kms_helper_poll_enable() is called from a context in > intel_hpd_irq_storm_disable() where the the mode_config mutex is > already locked. > When this function was converted to lock this mutex in: > > commit 8c4ccc4ab6f64e859d4ff8d7

Re: [Intel-gfx] [PATCH 0/4 v5] i915 to call hda driver on HDMI plug/unplug

2015-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2015 13:45:03 +0200, Daniel Vetter wrote: > > On Fri, Aug 28, 2015 at 08:14:48PM +0300, Jani Nikula wrote: > > On Fri, 28 Aug 2015, David Henningsson > > wrote: > > > Hopefully last version? :-) > > > > > > * Added commit text about duplicate events (patch 4/4) > > > * Added loc

Re: [Intel-gfx] [PATCH] drm/i915/bxt: Fix irq_port for eDP

2015-09-02 Thread Jindal, Sonika
When hpd occurs on port_b, due to the below assignment, it calls digital_port_wok_func first. There it tries to check the connector status for port B (actually checking port A's HPD pin due to the BXT WA). It finds it connected and continues to read the dpcd. Since this port was only initialized

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Use the correct hpd_status list for non-G4xx/VLV

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 10:21:34PM +0200, Egbert Eich wrote: > This copy-and-past error was introduced in: > > commit fd63e2a972c670887e5e8a08440111d3812c0996 > Author: Imre Deak > Date: Tue Jul 21 15:32:44 2015 -0700 > > drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins > > Signed

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 10:21:35PM +0200, Egbert Eich wrote: > A HPD interrupt may fire during intel_crt_detect_hotplug() - especially > when HPD interrupt storms occur. > Since the interrupt handler changes the enabled interrupt lines when it > detects a storm this races with intel_crt_detect_hotp

Re: [Intel-gfx] [PATCH 0/4 v5] i915 to call hda driver on HDMI plug/unplug

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 01:59:30PM +0200, Takashi Iwai wrote: > On Wed, 02 Sep 2015 13:45:03 +0200, > Daniel Vetter wrote: > > > > On Fri, Aug 28, 2015 at 08:14:48PM +0300, Jani Nikula wrote: > > > On Fri, 28 Aug 2015, David Henningsson > > > wrote: > > > > Hopefully last version? :-) > > > > >

Re: [Intel-gfx] [PATCH] drm/i915: add kerneldoc for i915_audio_component

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 02:12:24PM +0800, libin.y...@intel.com wrote: > From: Libin Yang > > Add the kerneldoc for i915_audio_component in i915_component.h > > Signed-off-by: Libin Yang > --- > include/drm/i915_component.h | 39 --- > 1 file changed, 24 inse

Re: [Intel-gfx] [PATCH] uapi/drm/i915_drm.h: fix userspace compilation.

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 02:52:19PM +0300, Ville Syrjälä wrote: > On Wed, Sep 02, 2015 at 01:41:18PM +0200, Artem Savkov wrote: > > Patch "drm/i915: Use expcitly fixed type in compat32 structs" changed the > > type > > of param field in drm_i915_getparam from int to s32. This header is > > exporte

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Use the correct hpd_status list for non-G4xx/VLV

2015-09-02 Thread Imre Deak
On ke, 2015-09-02 at 14:00 +0200, Daniel Vetter wrote: > On Tue, Sep 01, 2015 at 10:21:34PM +0200, Egbert Eich wrote: > > This copy-and-past error was introduced in: > > > > commit fd63e2a972c670887e5e8a08440111d3812c0996 > > Author: Imre Deak > > Date: Tue Jul 21 15:32:44 2015 -0700 > > > >

Re: [Intel-gfx] [PATCH] uapi/drm/i915_drm.h: fix userspace compilation.

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Daniel Vetter wrote: > On Wed, Sep 02, 2015 at 02:52:19PM +0300, Ville Syrjälä wrote: >> On Wed, Sep 02, 2015 at 01:41:18PM +0200, Artem Savkov wrote: >> > Patch "drm/i915: Use expcitly fixed type in compat32 structs" changed the >> > type >> > of param field in drm_i915_getp

Re: [Intel-gfx] [PATCH] drm/i915: Always mark the object as dirty when used by the GPU

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Daniel Vetter wrote: > On Mon, Aug 31, 2015 at 03:10:39PM +0100, Chris Wilson wrote: >> There have been many hard to track down bugs whereby userspace forgot to >> flag a write buffer and then cause graphics corruption or a hung GPU >> when that buffer was later purged under m

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2015 11:02:42 +0200, Jani Nikula wrote: > > >> Nitpick. I'd prefer some sharing with the similar blocks from the > >> earlier patch. Also a debug message on n == 0 would be nice; you > >> probably didn't notice your audio_config_get_rate() wasn't working > >> right > >> because this

Re: [Intel-gfx] [PATCH 17/17] drm/i915: Pass hpd_status_i915[] to intel_get_hpd_pins() in pre-g4x

2015-09-02 Thread Jani Nikula
On Sat, 29 Aug 2015, Paulo Zanoni wrote: > 2015-08-27 17:56 GMT-03:00 : >> From: Ville Syrjälä >> >> Pass the correct hpd[] array to intel_get_hpd_pins() on pre-g4x >> platforms. >> >> This got broken in the following commit: >> commit fd63e2a972c670887e5e8a08440111d3812c0996 >> Author: Imre Dea

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Use the correct hpd_status list for non-G4xx/VLV

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Imre Deak wrote: > On ke, 2015-09-02 at 14:00 +0200, Daniel Vetter wrote: >> On Tue, Sep 01, 2015 at 10:21:34PM +0200, Egbert Eich wrote: >> > This copy-and-past error was introduced in: >> > >> > commit fd63e2a972c670887e5e8a08440111d3812c0996 >> > Author: Imre Deak >> > Da

Re: [Intel-gfx] [PATCH v3] drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps

2015-09-02 Thread Michel Thierry
On 9/1/2015 10:06 AM, Michał Winiarski wrote: On each call to gen8_alloc_va_range_3lvl we're allocating temporary bitmaps needed for error handling. Unfortunately, when we increase address space size (48b ppgtt) we do additional (512 - 4) calls to kcalloc, increasing latency between exec and actu

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Takashi Iwai wrote: > On Wed, 02 Sep 2015 11:02:42 +0200, > Jani Nikula wrote: >> >> >> Nitpick. I'd prefer some sharing with the similar blocks from the >> >> earlier patch. Also a debug message on n == 0 would be nice; you >> >> probably didn't notice your audio_config_get_

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2015 15:44:34 +0200, Jani Nikula wrote: > > On Wed, 02 Sep 2015, Takashi Iwai wrote: > > On Wed, 02 Sep 2015 11:02:42 +0200, > > Jani Nikula wrote: > >> > >> >> Nitpick. I'd prefer some sharing with the similar blocks from the > >> >> earlier patch. Also a debug message on n == 0

Re: [Intel-gfx] [PATCH v3] drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps

2015-09-02 Thread Chris Wilson
On Wed, Sep 02, 2015 at 02:40:03PM +0100, Michel Thierry wrote: > On 9/1/2015 10:06 AM, Michał Winiarski wrote: > >On each call to gen8_alloc_va_range_3lvl we're allocating temporary > >bitmaps needed for error handling. Unfortunately, when we increase > >address space size (48b ppgtt) we do additi

[Intel-gfx] [RFC] Docs: drm: Move KMS properties table out to source files

2015-09-02 Thread Graham Whaley
(RFC/test - not for merging) The below is a test of moving the large HTML KMS properties table out to markdown style in the appropriate files. In the test we only use the first few rows of the existing KMS table an example. We use a fixed width table as the other styles of table supported by pandoc

[Intel-gfx] [PATCH v2] drm/i915/bdw: Check for slice, subslice and EU count for BDW

2015-09-02 Thread Łukasz Daniluk
Added checks for available slices, subslices and EUs for Broadwell. This information is filled in intel_device_info and is available to user with GET_PARAM. Added checks for enabled slices, subslices and EU for Broadwell. This information is based on available counts but takes power gated slices in

Re: [Intel-gfx] [PATCH v2] drm/i915/bdw: Check for slice, subslice and EU count for BDW

2015-09-02 Thread Chris Wilson
On Wed, Sep 02, 2015 at 05:47:58PM +0200, Łukasz Daniluk wrote: > +static void broadwell_sseu_device_status(struct drm_device *dev, Why pass in dev if you only use dev_priv (and commit the sin of repeatedly retrieving dev->dev_priv)? > + struct sseu_dev_status

Re: [Intel-gfx] [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS

2015-09-02 Thread Graham Whaley
On Tue, 2015-09-01 at 14:56 -0300, Danilo Cesar Lemes de Paula wrote: > On 08/25/2015 01:10 PM, Graham Whaley wrote: > > On Tue, 2015-08-25 at 16:29 +0200, Daniel Vetter wrote: > > > On Tue, Aug 25, 2015 at 10:26:44AM +0100, Graham Whaley wrote: > > > > The KMS Properties table is in HTML format, w

Re: [Intel-gfx] [PATCH] drm/i915: Fix broken mst get_hw_state.

2015-09-02 Thread Ander Conselvan De Oliveira
On Thu, 2015-08-27 at 13:13 +0200, Maarten Lankhorst wrote: > connector->encoder is initialized as NULL. Fix this by setting it in > during pre enable. MST connectors are not read out during initial hw > readout, and have no fixed encoder mappings. So it's harmless to > return false when the connec

Re: [Intel-gfx] [RFC PATCH] drm/i915: Use universal planes for cursor on skylake.

2015-09-02 Thread Maarten Lankhorst
Op 02-09-15 om 11:15 schreef Daniel Vetter: > On Thu, Aug 27, 2015 at 12:08:30PM +0200, Maarten Lankhorst wrote: >> This appears to make all the cursor tests really slow because of the many >> calls to skl_update_wm >> when the cursor plane visibility is changed. It performs does 3 vblanks each >

Re: [Intel-gfx] [RFC] Docs: drm: Move KMS properties table out to source files

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Graham Whaley wrote: > Documentation/DocBook/drm.tmpl | 925 > + > drivers/gpu/drm/drm_crtc.c | 16 + > 2 files changed, 17 insertions(+), 924 deletions(-) I like this already. BR, Jani. -- Jani Nikula, Intel Open Source Techn

Re: [Intel-gfx] [PATCH] drm/i915: Fix broken mst get_hw_state.

2015-09-02 Thread Maarten Lankhorst
Op 02-09-15 om 16:07 schreef Ander Conselvan De Oliveira: > On Thu, 2015-08-27 at 13:13 +0200, Maarten Lankhorst wrote: >> connector->encoder is initialized as NULL. Fix this by setting it in >> during pre enable. MST connectors are not read out during initial hw >> readout, and have no fixed encod

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Egbert Eich
Daniel Vetter writes: > On Tue, Sep 01, 2015 at 10:21:35PM +0200, Egbert Eich wrote: > > A HPD interrupt may fire during intel_crt_detect_hotplug() - especially > > when HPD interrupt storms occur. > > Since the interrupt handler changes the enabled interrupt lines when it > > detects a storm

Re: [Intel-gfx] [PATCH] scripts/kernel-doc: Improve Markdown results

2015-09-02 Thread Jonathan Corbet
On Tue, 1 Sep 2015 14:57:33 -0300 Danilo Cesar Lemes de Paula wrote: > Did you find time to check this patch? As you mentioned that you applied > the Markdown support for the linux-next tree, this patch might be needed > (maybe "wanted" is a better word). Not quite what I said...I said I'd apply

Re: [Intel-gfx] [RFC 1/3] drm/i915: Roll intel_crtc->atomic into intel_crtc_state

2015-09-02 Thread Maarten Lankhorst
Op 02-09-15 om 13:15 schreef Ville Syrjälä: > On Wed, Sep 02, 2015 at 01:08:31PM +0200, Maarten Lankhorst wrote: >> Op 02-09-15 om 12:35 schreef Ville Syrjälä: >>> On Wed, Sep 02, 2015 at 07:15:25AM +0200, Maarten Lankhorst wrote: Op 01-09-15 om 17:48 schreef Ville Syrjälä: > On Tue, Sep 0

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Jani Nikula
On Wed, 02 Sep 2015, Egbert Eich wrote: > This is exactly the scenatio I'm getting here. I get HPD interrupts at an > order of 10^4 / sec. Makes you wonder if either you have faulty hardware or we are configuring the hardware wrong (we overlook some configuration about some voltage/duration thre

Re: [Intel-gfx] [PATCH 1/2] drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.

2015-09-02 Thread Daniel Stone
On 2 September 2015 at 09:42, Maarten Lankhorst wrote: > This removes the need to separately track fb changes i915. > That will be done as a separate commit, however. > > Changes since v1: > - Add dri-devel to cc. > - Fix a check in intel's prepare and cleanup fb to take rotation > into account.

Re: [Intel-gfx] [PATCH] drm/i915: Update comments around base bpp

2015-09-02 Thread Daniel Vetter
On Wed, Aug 26, 2015 at 06:57:26PM +0200, Daniel Vetter wrote: > Forgot to do that in > > commit d328c9d78d64ca11e744fe227096990430a88477 > Author: Daniel Vetter > Date: Fri Apr 10 16:22:37 2015 +0200 > > drm/i915: Select starting pipe bpp irrespective or the primary plane > > and it's co

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 04:19:00PM +0200, Egbert Eich wrote: > Daniel Vetter writes: > > On Tue, Sep 01, 2015 at 10:21:35PM +0200, Egbert Eich wrote: > > > A HPD interrupt may fire during intel_crt_detect_hotplug() - especially > > > when HPD interrupt storms occur. > > > Since the interrupt ha

Re: [Intel-gfx] [PATCH] drm/i915: Fix broken mst get_hw_state.

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 04:14:27PM +0200, Maarten Lankhorst wrote: > Op 02-09-15 om 16:07 schreef Ander Conselvan De Oliveira: > > On Thu, 2015-08-27 at 13:13 +0200, Maarten Lankhorst wrote: > >> connector->encoder is initialized as NULL. Fix this by setting it in > >> during pre enable. MST connec

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Egbert Eich
Jani Nikula writes: > On Wed, 02 Sep 2015, Egbert Eich wrote: > > This is exactly the scenatio I'm getting here. I get HPD interrupts at an > > order of 10^4 / sec. > > Makes you wonder if either you have faulty hardware or we are > configuring the hardware wrong (we overlook some configur

Re: [Intel-gfx] [PATCH v2] drm/i915/bdw: Check for slice, subslice and EU count for BDW

2015-09-02 Thread Arun Siluvery
On 02/09/2015 16:47, Łukasz Daniluk wrote: Added checks for available slices, subslices and EUs for Broadwell. This information is filled in intel_device_info and is available to user with GET_PARAM. Added checks for enabled slices, subslices and EU for Broadwell. This information is based on ava

Re: [Intel-gfx] [PATCH 18/17] drm/i915: Don't call intel_get_hpd_pins() when there's no hotplug interrupt

2015-09-02 Thread Daniel Vetter
On Fri, Aug 28, 2015 at 07:15:15PM -0300, Paulo Zanoni wrote: > 2015-08-28 16:59 GMT-03:00 : > > From: Ville Syrjälä > > > > On GMCH plaforms we are now getting the following spew on aux > > interrupts: > > [drm:intel_get_hpd_pins] hotplug event received, stat 0x, dig > > 0x, pin

Re: [Intel-gfx] [PATCH v3] drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 02:46:41PM +0100, Chris Wilson wrote: > On Wed, Sep 02, 2015 at 02:40:03PM +0100, Michel Thierry wrote: > > On 9/1/2015 10:06 AM, Michał Winiarski wrote: > > >On each call to gen8_alloc_va_range_3lvl we're allocating temporary > > >bitmaps needed for error handling. Unfortun

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

2015-09-02 Thread Egbert Eich
Daniel Vetter writes: > On Wed, Sep 02, 2015 at 04:19:00PM +0200, Egbert Eich wrote: > > Hm I missed that this same register is also accessed by the irq handler > code, and it's not just that touching these bits can cause interrupts. So > yeah we need your patch, but it needs to be clearer in

Re: [Intel-gfx] [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 03:46:40PM +0200, Takashi Iwai wrote: > On Wed, 02 Sep 2015 15:44:34 +0200, > Jani Nikula wrote: > > > > On Wed, 02 Sep 2015, Takashi Iwai wrote: > > > On Wed, 02 Sep 2015 11:02:42 +0200, > > > Jani Nikula wrote: > > >> > > >> >> Nitpick. I'd prefer some sharing with the

Re: [Intel-gfx] [PATCH 1/2] drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 03:36:33PM +0100, Daniel Stone wrote: > On 2 September 2015 at 09:42, Maarten Lankhorst > wrote: > > This removes the need to separately track fb changes i915. > > That will be done as a separate commit, however. > > > > Changes since v1: > > - Add dri-devel to cc. > > - Fi

Re: [Intel-gfx] [PATCH v3] drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 05:13:29PM +0200, Daniel Vetter wrote: > On Wed, Sep 02, 2015 at 02:46:41PM +0100, Chris Wilson wrote: > > On Wed, Sep 02, 2015 at 02:40:03PM +0100, Michel Thierry wrote: > > > On 9/1/2015 10:06 AM, Michał Winiarski wrote: > > > >On each call to gen8_alloc_va_range_3lvl we'r

Re: [Intel-gfx] [RFC] Docs: drm: Move KMS properties table out to source files

2015-09-02 Thread Daniel Vetter
On Wed, Sep 02, 2015 at 05:14:35PM +0300, Jani Nikula wrote: > On Wed, 02 Sep 2015, Graham Whaley wrote: > > Documentation/DocBook/drm.tmpl | 925 > > + > > drivers/gpu/drm/drm_crtc.c | 16 + > > 2 files changed, 17 insertions(+), 924 deletions(-) >

  1   2   >