Re: [Intel-gfx] [PATCH] drm/fbdev: Make skip_vt_switch the default

2018-11-28 Thread Li, Samuel
Reviewed-by: Samuel Li On 2018-11-28 3:20 a.m., Daniel Vetter wrote: > On Wed, Nov 28, 2018 at 08:17:04AM +0100, Maarten Lankhorst wrote: >> Op 27-11-18 om 18:34 schreef Daniel Vetter: >>> KMS drivers really should all be able to restore their display state >>> on resume without fbcon helping

Re: [Intel-gfx] [PATCH v2 2/7] drm/i915: Rename IS_GEN to GT_RANGE

2018-11-28 Thread Rodrigo Vivi
On Wed, Nov 28, 2018 at 10:02:22AM +0200, Jani Nikula wrote: > On Tue, 06 Nov 2018, Lucas De Marchi wrote: > > From: Rodrigo Vivi > > > > RANGE makes it longer, but clear. We are also going to add a check for > > the display part, so make rename to GT. > > I also still have my doubts about this

Re: [Intel-gfx] [PATCH] drm/i915: Mark up early pre-production Kabylakes

2018-11-28 Thread Rodrigo Vivi
On Wed, Nov 28, 2018 at 03:58:19PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > > Mark A0 as the one and only pre-production variant of Kabylake and > > remove its couple of workarounds, consigning them to the annals of > > history. > > > > Signed-off-by: Chris Wilson > > Cc: Joonas

Re: [Intel-gfx] [PATCH] drm/i915/psr: Get pipe id following atomic guidelines

2018-11-28 Thread Rodrigo Vivi
On Tue, Nov 27, 2018 at 11:28:38PM -0800, José Roberto de Souza wrote: > As stated in struct drm_encoder, crtc field should only be used > by non-atomic drivers. > > So here caching the pipe id in intel_psr_enable() what is way more > simple and efficient than at every call to >

Re: [Intel-gfx] [v4 2/3] drm: Add DP colorspace property

2018-11-28 Thread Sharma, Shashank
Regards Shashank On 11/27/2018 10:10 PM, Uma Shankar wrote: This patch adds a DP colorspace property, enabling userspace to switch to various supported colorspaces. This will help enable BT2020 along with other colorspaces. v2: Addressed Maarten and Ville's review comments. Enhanced the

Re: [Intel-gfx] [v4 1/3] drm: Add HDMI colorspace property

2018-11-28 Thread Sharma, Shashank
Regards Shashank On 11/27/2018 10:10 PM, Uma Shankar wrote: This patch adds a HDMI colorspace property, enabling userspace to switch to various supported colorspaces. This will help enable BT2020 along with other colorspaces. v2: Addressed Maarten and Ville's review comments. Enhanced the

[Intel-gfx] ✓ Fi.CI.BAT: success for HDCP1.4 fixes (rev9)

2018-11-28 Thread Patchwork
== Series Details == Series: HDCP1.4 fixes (rev9) URL : https://patchwork.freedesktop.org/series/38978/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10932 Summary --- **SUCCESS** No regressions

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Terminate hangcheck sanitycheck forcibly

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Terminate hangcheck sanitycheck forcibly URL : https://patchwork.freedesktop.org/series/53165/ State : failure == Summary == CALLscripts/checksyscalls.sh DESCEND objtool CHK include/generated/compile.h CC [M]

[Intel-gfx] ✓ Fi.CI.BAT: success for Return only active connectors for get_resources ioctl

2018-11-28 Thread Patchwork
== Series Details == Series: Return only active connectors for get_resources ioctl URL : https://patchwork.freedesktop.org/series/53163/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10931 Summary ---

Re: [Intel-gfx] [PATCH] Return only active connectors for GET_RESOURCES

2018-11-28 Thread Lisovskiy, Stanislav
On Wed, 2018-11-28 at 14:39 +, Chris Wilson wrote: > Quoting Stanislav Lisovskiy (2018-11-28 13:52:10) > > Currently kernel might allocate different connector ids > > for the same outputs in case of DP MST, which seems to > > confuse userspace. There are can be different connector > > ids in

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Return only active connectors for get_resources ioctl

2018-11-28 Thread Patchwork
== Series Details == Series: Return only active connectors for get_resources ioctl URL : https://patchwork.freedesktop.org/series/53163/ State : warning == Summary == $ dim checkpatch origin/drm-tip 9e2ef2ea4d7b Return only active connectors for get_resources ioctl -:41:

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Add kbl A0 to preproduction detection list

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Add kbl A0 to preproduction detection list URL : https://patchwork.freedesktop.org/series/53162/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10930

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/psr: Get pipe id following atomic guidelines

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915/psr: Get pipe id following atomic guidelines URL : https://patchwork.freedesktop.org/series/53132/ State : failure == Summary == CI Bug Log - changes from CI_DRM_5213_full -> Patchwork_10924_full

Re: [Intel-gfx] [PATCH] drm/fbdev: Make skip_vt_switch the default

2018-11-28 Thread Heiko Stübner
Am Dienstag, 27. November 2018, 18:34:24 CET schrieb Daniel Vetter: > KMS drivers really should all be able to restore their display state > on resume without fbcon helping out. So make this the default. > > Since I'm not entirely foolish, make it only a default, which drivers > can still

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Mark up early pre-production Kabylakes

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915: Mark up early pre-production Kabylakes URL : https://patchwork.freedesktop.org/series/53161/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10929 Summary ---

Re: [Intel-gfx] [v4 0/3] Add Colorspace connector property interface

2018-11-28 Thread Brian Starkey
On Wed, Nov 28, 2018 at 02:29:53PM +, Shankar, Uma wrote: > > > >-Original Message- > >From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf Of > >Brian Starkey > >Sent: Wednesday, November 28, 2018 5:27 PM > >To: Shankar, Uma > >Cc: Syrjala, Ville ;

Re: [Intel-gfx] [PATCH] Return only active connectors for GET_RESOURCES

2018-11-28 Thread Chris Wilson
Quoting Stanislav Lisovskiy (2018-11-28 13:52:10) > Currently kernel might allocate different connector ids > for the same outputs in case of DP MST, which seems to > confuse userspace. There are can be different connector > ids in the list, which could be assigned to the same > output, while

[Intel-gfx] ✓ Fi.CI.BAT: success for Return only active connectors for GET_RESOURCES

2018-11-28 Thread Patchwork
== Series Details == Series: Return only active connectors for GET_RESOURCES URL : https://patchwork.freedesktop.org/series/53159/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10928 Summary ---

Re: [Intel-gfx] [v4 0/3] Add Colorspace connector property interface

2018-11-28 Thread Shankar, Uma
>-Original Message- >From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf Of >Brian Starkey >Sent: Wednesday, November 28, 2018 5:27 PM >To: Shankar, Uma >Cc: Syrjala, Ville ; jo...@kwiboo.se; intel- >g...@lists.freedesktop.org; dri-de...@lists.freedesktop.org;

Re: [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2)

2018-11-28 Thread Chris Wilson
Quoting Patchwork (2018-11-28 14:18:05) > == Series Details == > > Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync > registers on ring init (rev2) > URL : https://patchwork.freedesktop.org/series/53154/ > State : success > > == Summary == > > CI Bug Log - changes

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Return only active connectors for GET_RESOURCES

2018-11-28 Thread Patchwork
== Series Details == Series: Return only active connectors for GET_RESOURCES URL : https://patchwork.freedesktop.org/series/53159/ State : warning == Summary == $ dim checkpatch origin/drm-tip 1b346bba5470 Return only active connectors for GET_RESOURCES -:39: CHECK:PARENTHESIS_ALIGNMENT:

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2)

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2) URL : https://patchwork.freedesktop.org/series/53154/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10927

[Intel-gfx] [PATCH] drm/i915/selftests: Terminate hangcheck sanitycheck forcibly

2018-11-28 Thread Chris Wilson
If all else fails and we are stuck eternally waiting for the undying request, abandon all hope. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/intel_hangcheck.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

[Intel-gfx] [PATCH v2 1/4] drm/i915: Fix GEN9 HDCP1.4 key load process

2018-11-28 Thread Ramalingam C
HDCP1.4 key load process varies between Intel platform to platform. For Gen9 platforms except BXT and GLK, HDCP1.4 key is loaded using the GT Driver Mailbox interface. So all GEN9_BC platforms will use the GT Driver Mailbox interface for HDCP1.4 key load. v2: Using the IS_GEN9_BC for filtering

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2)

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2) URL : https://patchwork.freedesktop.org/series/53154/ State : warning == Summary == $ dim sparse origin/drm-tip Sparse version: v0.5.2 Commit: drm/i915/ringbuffer:

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2)

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init (rev2) URL : https://patchwork.freedesktop.org/series/53154/ State : warning == Summary == $ dim checkpatch origin/drm-tip 82f42511a45b drm/i915/ringbuffer: Clear

Re: [Intel-gfx] [v4 2/3] drm: Add DP colorspace property

2018-11-28 Thread Shankar, Uma
>-Original Message- >From: Brian Starkey [mailto:brian.star...@arm.com] >Sent: Wednesday, November 28, 2018 5:12 PM >To: Shankar, Uma >Cc: intel-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org; >Lankhorst, >Maarten ; Syrjala, Ville >; >Sharma, Shashank ; jo...@kwiboo.se;

Re: [Intel-gfx] [PATCH] drm/i915: Mark up early pre-production Kabylakes

2018-11-28 Thread Mika Kuoppala
Chris Wilson writes: > Mark A0 as the one and only pre-production variant of Kabylake and > remove its couple of workarounds, consigning them to the annals of > history. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > Cc: Jani Nikula > Cc: Rodrigo Vivi > Cc: Mika Kuoppala My two

[Intel-gfx] [PATCH 2/2] drm/i915: Remove kbl preproduction workarounds

2018-11-28 Thread Mika Kuoppala
No need to carry kbl preproduction workarounds anymore, so drop them. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_lrc.c | 12 drivers/gpu/drm/i915/intel_workarounds.c | 5 - 2 files changed, 17 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lrc.c

[Intel-gfx] [PATCH v2] Return only active connectors for get_resources ioctl

2018-11-28 Thread Stanislav Lisovskiy
Currently kernel might allocate different connector ids for the same outputs in case of DP MST, which seems to confuse userspace. There are can be different connector ids in the list, which could be assigned to the same output, while being in different states. This results in issues, like external

[Intel-gfx] [PATCH 1/2] drm/i915: Add kbl A0 to preproduction detection list

2018-11-28 Thread Mika Kuoppala
It is time to prune kbl preproduction bits from the driver. Add kbl revision A0 to preproduction hw list. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index

[Intel-gfx] [PATCH] drm/i915: Mark up early pre-production Kabylakes

2018-11-28 Thread Chris Wilson
Mark A0 as the one and only pre-production variant of Kabylake and remove its couple of workarounds, consigning them to the annals of history. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.c | 1

[Intel-gfx] [PATCH] Return only active connectors for GET_RESOURCES

2018-11-28 Thread Stanislav Lisovskiy
Currently kernel might allocate different connector ids for the same outputs in case of DP MST, which seems to confuse userspace. There are can be different connector ids in the list, which could be assigned to the same output, while being in different states. This results in issues, like external

[Intel-gfx] [PATCH v2] drm/i915: Pipeline PDP updates for Braswell

2018-11-28 Thread Chris Wilson
Currently we face a severe problem on Braswell that manifests as invalid ppGTT accesses. The code tries to maintain the PDP (page directory pointers) inside the context in two ways, direct write into the context and a pipelined LRI update. The direct write into the context is fundamentally racy as

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Allocate a common scratch page

2018-11-28 Thread Chris Wilson
Quoting Mika Kuoppala (2018-11-28 13:21:41) > Chris Wilson writes: > > diff --git a/drivers/gpu/drm/i915/intel_lrc.c > > b/drivers/gpu/drm/i915/intel_lrc.c > > index 08fd9b12e4d7..3464058cbfc7 100644 > > --- a/drivers/gpu/drm/i915/intel_lrc.c > > +++ b/drivers/gpu/drm/i915/intel_lrc.c > > @@

Re: [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Saarinen, Jani
Hi, > -Original Message- > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of > Patchwork > Sent: keskiviikko 28. marraskuuta 2018 15.20 > To: Chris Wilson > Cc: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for series starting

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Allocate a common scratch page

2018-11-28 Thread Mika Kuoppala
Chris Wilson writes: > Currently we allocate a scratch page for each engine, but since we only > ever write into it for post-sync operations, it is not exposed to > userspace nor do we care for coherency. As we then do not care about its > contents, we can use one page for all, reducing our

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init URL : https://patchwork.freedesktop.org/series/53154/ State : success == Summary == CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10926

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init URL : https://patchwork.freedesktop.org/series/53154/ State : warning == Summary == $ dim sparse origin/drm-tip Sparse version: v0.5.2 Commit: drm/i915/ringbuffer: Clear

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init URL : https://patchwork.freedesktop.org/series/53154/ State : warning == Summary == $ dim checkpatch origin/drm-tip 300cb53c30ed drm/i915/ringbuffer: Clear semaphore sync

[Intel-gfx] [PATCH 2/3] drm/i915: Allocate a common scratch page

2018-11-28 Thread Chris Wilson
Currently we allocate a scratch page for each engine, but since we only ever write into it for post-sync operations, it is not exposed to userspace nor do we care for coherency. As we then do not care about its contents, we can use one page for all, reducing our allocations and avoid complications

[Intel-gfx] [PATCH 3/3] drm/i915: Pipeline PDP updates for Braswell

2018-11-28 Thread Chris Wilson
Currently we face a severe problem on Braswell that manifests as invalid ppGTT accesses. The code tries to maintain the PDP (page directory pointers) inside the context in two ways, direct write into the context and a pipelined LRI update. The direct write into the context is fundamentally racy as

[Intel-gfx] [PATCH 1/3] drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Chris Wilson
Ensure that the sync registers are cleared every time we restart the ring to avoid stale values from creeping in from random neutrinos. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_ringbuffer.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [Intel-gfx] [v4 0/3] Add Colorspace connector property interface

2018-11-28 Thread Brian Starkey
Hi, On Tue, Nov 27, 2018 at 10:10:40PM +0530, Uma Shankar wrote: > This patch series creates a new connector property to program > colorspace to sink devices. Modern sink devices support more > than 1 type of colorspace like 601, 709, BT2020 etc. This helps > to switch based on content type which

Re: [Intel-gfx] [CI v12 10/23] drm/i915/dsc: Define & Compute VESA DSC params (fwd)

2018-11-28 Thread Julia Lawall
ci/linux/commits/Manasi-Navare/drm-dsc-Modify-DRM-helper-to-return-complete-DSC-color-depth-capabilities/20181128-095026 base: git://anongit.freedesktop.org/drm-intel for-linux-next :: branch date: 10 hours ago :: commit date: 10 hours ago >> drivers/gpu/drm/i915/intel_vdsc.c:404:22

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,v12,01/23] drm/dsc: Modify DRM helper to return complete DSC color depth capabilities

2018-11-28 Thread Patchwork
== Series Details == Series: series starting with [CI,v12,01/23] drm/dsc: Modify DRM helper to return complete DSC color depth capabilities URL : https://patchwork.freedesktop.org/series/53113/ State : success == Summary == = CI Bug Log - changes from CI_DRM_5212_full -> Patchwork_10923_full

Re: [Intel-gfx] [v4 2/3] drm: Add DP colorspace property

2018-11-28 Thread Brian Starkey
Hi Uma, On Tue, Nov 27, 2018 at 10:10:42PM +0530, Uma Shankar wrote: > This patch adds a DP colorspace property, enabling > userspace to switch to various supported colorspaces. > This will help enable BT2020 along with other colorspaces. > > v2: Addressed Maarten and Ville's review comments.

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: Release TC ports when unloading or suspending driver

2018-11-28 Thread Imre Deak
On Wed, Nov 07, 2018 at 04:05:52PM -0800, José Roberto de Souza wrote: > When suspending or unloading the driver, it needs to release the > TC ports so HW can change it state without wait for driver handshake. According to https://bugs.freedesktop.org/show_bug.cgi?id=108070#c26 this patch

[Intel-gfx] ✓ Fi.CI.BAT: success for drm: Fix up drm_atomic_state_helper.[hc] extraction

2018-11-28 Thread Patchwork
== Series Details == Series: drm: Fix up drm_atomic_state_helper.[hc] extraction URL : https://patchwork.freedesktop.org/series/53148/ State : success == Summary == = CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10925 = == Summary - SUCCESS == No regressions found. External URL:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/ringbuffer: Clear semaphore sync registers on ring init

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915/ringbuffer: Clear semaphore sync registers on ring init URL : https://patchwork.freedesktop.org/series/53112/ State : success == Summary == = CI Bug Log - changes from CI_DRM_5212_full -> Patchwork_10922_full = == Summary - WARNING == Minor unknown

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Fix up drm_atomic_state_helper.[hc] extraction

2018-11-28 Thread Patchwork
== Series Details == Series: drm: Fix up drm_atomic_state_helper.[hc] extraction URL : https://patchwork.freedesktop.org/series/53148/ State : warning == Summary == $ dim checkpatch origin/drm-tip 9288282eb7cc drm: Fix up drm_atomic_state_helper.[hc] extraction -:413:

[Intel-gfx] [PATCH] drm: Fix up drm_atomic_state_helper.[hc] extraction

2018-11-28 Thread Daniel Vetter
I've misplaced two functions by accident: - drm_atomic_helper_duplicate_state is really part of the resume/suspend/shutdown device-wide helpers. - drm_atomic_helper_legacy_gamma_set is part of the legacy ioctl compat helpers. Move them both back. Fixes: 9ef8a9dc4b21 ("drm: Extract

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT (rev2)

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT (rev2) URL : https://patchwork.freedesktop.org/series/49669/ State : success == Summary == = CI Bug Log - changes from CI_DRM_5212_full -> Patchwork_10921_full = == Summary - WARNING == Minor

[Intel-gfx] [PULL] drm-misc-next

2018-11-28 Thread Maarten Lankhorst
Hi Dave, Here's the next pull request for v4.21. :) drm-misc-next-2018-11-28: drm-misc-next for v4.21: Core Changes: - Merge drm_info.c into drm_debugfs.c - Complete the fake drm_crtc_commit's hw_done/flip_done sooner. - Remove deprecated drm_obj_ref/unref functions. All drivers use get/put

Re: [Intel-gfx] [PATCH v2 2/7] drm/i915: Rename IS_GEN to GT_RANGE

2018-11-28 Thread Joonas Lahtinen
Quoting Jani Nikula (2018-11-28 10:02:22) > On Tue, 06 Nov 2018, Lucas De Marchi wrote: > > From: Rodrigo Vivi > > > > RANGE makes it longer, but clear. We are also going to add a check for > > the display part, so make rename to GT. > > I also still have my doubts about this patch I'm afraid.

Re: [Intel-gfx] [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices

2018-11-28 Thread Joonas Lahtinen
Quoting Ho, Kenny (2018-11-27 17:41:17) > On Tue, Nov 27, 2018 at 4:46 AM Joonas Lahtinen > wrote: > > I think a more abstract property "% of GPU (processing power)" might > > be a more universal approach. One can then implement that through > > subdividing the resources or timeslicing them,

Re: [Intel-gfx] [PATCH v7] drm/i915: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT

2018-11-28 Thread Jani Nikula
On Tue, 27 Nov 2018, Manasi Navare wrote: > From: Matt Atwood > > According to DP spec (2.9.3.1 of DP 1.4) if > EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT is set the addresses in DPCD > 02200h through 0220Fh shall contain the DPRX's true capability. These > values will match 0h through

Re: [Intel-gfx] [PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations

2018-11-28 Thread Daniel Vetter
On Tue, Nov 27, 2018 at 08:44:14PM -0500, Lyude Paul wrote: > On Tue, 2018-11-27 at 20:44 +0100, Daniel Vetter wrote: > > On Tue, Nov 27, 2018 at 12:48:59PM -0500, Lyude Paul wrote: > > > On Mon, 2018-11-26 at 22:22 +0100, Daniel Vetter wrote: > > > > On Mon, Nov 26, 2018 at 10:04:21PM +0100,

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/psr: Get pipe id following atomic guidelines

2018-11-28 Thread Patchwork
== Series Details == Series: drm/i915/psr: Get pipe id following atomic guidelines URL : https://patchwork.freedesktop.org/series/53132/ State : success == Summary == = CI Bug Log - changes from CI_DRM_5213 -> Patchwork_10924 = == Summary - WARNING == Minor unknown changes coming with

Re: [Intel-gfx] [PATCH v5 4/5] drm: Add library for shmem backed GEM objects

2018-11-28 Thread Daniel Vetter
On Tue, Nov 27, 2018 at 12:38:44PM -0800, Eric Anholt wrote: > Daniel Vetter writes: > > > On Mon, Nov 26, 2018 at 04:36:21PM -0800, Eric Anholt wrote: > >> Noralf Trønnes writes: > >> > +static void drm_gem_shmem_vm_close(struct vm_area_struct *vma) > >> > +{ > >> > +struct

Re: [Intel-gfx] [PATCH] drm/fbdev: Make skip_vt_switch the default

2018-11-28 Thread Daniel Vetter
On Wed, Nov 28, 2018 at 08:17:04AM +0100, Maarten Lankhorst wrote: > Op 27-11-18 om 18:34 schreef Daniel Vetter: > > KMS drivers really should all be able to restore their display state > > on resume without fbcon helping out. So make this the default. > > > > Since I'm not entirely foolish, make

Re: [Intel-gfx] [PATCH v2 2/7] drm/i915: Rename IS_GEN to GT_RANGE

2018-11-28 Thread Jani Nikula
On Tue, 06 Nov 2018, Lucas De Marchi wrote: > From: Rodrigo Vivi > > RANGE makes it longer, but clear. We are also going to add a check for > the display part, so make rename to GT. I also still have my doubts about this patch I'm afraid. I've expressed the concern before, but here goes again.

<    1   2