== Series Details ==
Series: drm/dp: Power cycle display if LINK_ADDRESS fails.
URL : https://patchwork.freedesktop.org/series/35659/
State : success
== Summary ==
Test kms_cursor_crc:
Subgroup cursor-64x64-suspend:
skip -> PASS (shard-snb) fdo#102365
Test g
Quoting Dave Airlie (2017-12-21 02:59:37)
> From: Dave Airlie
>
> This demos a bug found in the vulkan CTS that causes
> VFS: Close: file count is 0
> in dmesg, and ls /proc/self/fd to oops.
>
> Signed-off-by: Dave Airlie
Aye catches the issue you found.
Reviewed-by: Chris Wilson
-Chris
_
On 12/6/2017 9:31 PM, Lionel Landwerlin wrote:
On 15/11/17 12:13, Sagar Arun Kamble wrote:
--- a/include/uapi/drm/i915_drm.h
+++ b/include/uapi/drm/i915_drm.h
@@ -1447,6 +1447,12 @@ enum drm_i915_perf_property_id {
DRM_I915_PERF_PROP_SAMPLE_OA,
/**
+ * The value of this prope
On 12/7/2017 1:25 AM, Lionel Landwerlin wrote:
On 15/11/17 12:13, Sagar Arun Kamble wrote:
From: Sourab Gupta
The OA reports contain the least significant 32 bits of the gpu
timestamp.
This patch enables retrieval of the timestamp field from OA reports, to
forward as 64 bit raw gpu timesta
Dave found a bug where creating and closing an fd twice from the syncobj
would lead to a crash. In addition to explicitly testing for a previous
bug, include a stress test that covers a few more permutations of the
create/close pattern to see if can uncover a race in future.
Signed-off-by: Chris W
The vk cts test:
dEQP-VK.api.external.semaphore.opaque_fd.export_multiple_times_temporary
triggers a lot of
VFS: Close: file count is 0
Dave pointed out that clearing the syncobj->file from
drm_syncobj_file_release() was sufficient to silence the test, but that
opens a can of worm since we assume
On 20/12/2017 23:50, John Harrison wrote:
On 12/20/2017 1:54 AM, Tvrtko Ursulin wrote:
What was the effect of all this on your big traces? I am only testing
with a smaller one which goes from ~3.3s to ~2.2s. On a larger trace
it might be non-linear gains due to double sort avoidance, unless
t
Hi Joe,
On Tue, Dec 19, 2017 at 10:15:08AM -0800, Joe Perches wrote:
> diff --git a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm.c
> b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm.c
> index a1c81c12718c..4338b8a1309f 100644
> --- a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm.c
From: Tvrtko Ursulin
A couple of small optimizations which altogether bring around 30%
improvement in my testing.
1. Do less string processing on tracepoints names and push more of the
check into the if-ladder.
2. Pull out common db key and ctx processing and cache common values in
local
Op 20-12-17 om 11:28 schreef Daniel Vetter:
> On Wed, Dec 20, 2017 at 10:35:45AM +0100, Maarten Lankhorst wrote:
>> From: Ville Syrjälä
>>
>> We don't need any active planes during load detection, so just disable
>> them all. This saves us from having to come up with a suitable
>> framebuffer. And
Hi Chris,
Our QA reported a problem caused by movntdqa instructions. Currently, the KVM
hypervisor doesn't support VEX-prefix instructions emulation. If users
passthrough
a GPU to guest with vfio option 'x-no-mmap=on', then all access to the BARs will
be trapped and emulated. The KVM hypervisor wo
On 20/12/2017 17:56, Chris Wilson wrote:
BSD == BSD1 or BSD2. Since we already emit spinners to the explicit BSD
rins, skip the aliased ring.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104352
Signed-off-by: Chris Wilson
---
tests/gem_spin_batch.c | 2 +-
1 file changed, 1 insert
== Series Details ==
Series: drm/syncobj: Stop reusing the same struct file for all syncobj -> fd
(rev2)
URL : https://patchwork.freedesktop.org/series/35576/
State : success
== Summary ==
Series 35576v2 drm/syncobj: Stop reusing the same struct file for all syncobj
-> fd
https://patchwork.f
tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip
head: e421f7f2b48c47438cd22d673a2c025562d1f728
commit: d4afdbb09e6b347d3ae084331e8b5d70aa168564 [2/8] Merge remote-tracking
branch 'airlied/drm-next' into drm-tip
config: i386-randconfig-i1-201751 (attached as .config)
compiler: gcc-7 (De
Quoting Chris Wilson (2017-12-21 09:28:42)
> The vk cts test:
> dEQP-VK.api.external.semaphore.opaque_fd.export_multiple_times_temporary
>
> triggers a lot of
> VFS: Close: file count is 0
>
> Dave pointed out that clearing the syncobj->file from
> drm_syncobj_file_release() was sufficient to sil
Quoting Tvrtko Ursulin (2017-12-21 10:02:06)
>
> On 20/12/2017 17:56, Chris Wilson wrote:
> > BSD == BSD1 or BSD2. Since we already emit spinners to the explicit BSD
> > rins, skip the aliased ring.
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104352
> > Signed-off-by: Chris Wil
== Series Details ==
Series: igt/syncobj: Stress handle->fd/close
URL : https://patchwork.freedesktop.org/series/35653/
State : success
== Summary ==
IGT patchset tested on top of latest successful build
beb26d89ff5c5621c1e6b6ac2a45439507af86b7 meson: Install .testlist files and
README from t
Quoting Du, Changbin (2017-12-21 09:52:16)
> Hi Chris,
> Our QA reported a problem caused by movntdqa instructions. Currently, the KVM
> hypervisor doesn't support VEX-prefix instructions emulation. If users
> passthrough
> a GPU to guest with vfio option 'x-no-mmap=on', then all access to the BAR
Quoting Du, Changbin (2017-12-21 09:52:16)
> Hi Chris,
> Our QA reported a problem caused by movntdqa instructions. Currently, the KVM
> hypervisor doesn't support VEX-prefix instructions emulation. If users
> passthrough
> a GPU to guest with vfio option 'x-no-mmap=on', then all access to the BAR
== Series Details ==
Series: scripts/trace.pl: Optimize event parsing and processing (rev3)
URL : https://patchwork.freedesktop.org/series/35569/
State : success
== Summary ==
IGT patchset tested on top of latest successful build
beb26d89ff5c5621c1e6b6ac2a45439507af86b7 meson: Install .testlis
On 21/12/2017 10:53, Chris Wilson wrote:
Quoting Tvrtko Ursulin (2017-12-21 10:02:06)
On 20/12/2017 17:56, Chris Wilson wrote:
BSD == BSD1 or BSD2. Since we already emit spinners to the explicit BSD
rins, skip the aliased ring.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104352
Si
On Thu, 21 Dec 2017, Zhenyu Wang wrote:
> Hi,
>
> Please pull one fix for 4.15 that correct default pipe
> enable for virtual display in a previous commit from Xiaolin.
Pulled, thanks.
BR,
Jani.
>
> thanks
> --
> The following changes since commit 11474e9091cf2002e948647fd9f63a7f027e488a:
>
>
Quoting Tvrtko Ursulin (2017-12-21 11:21:23)
>
> On 21/12/2017 10:53, Chris Wilson wrote:
> > Quoting Tvrtko Ursulin (2017-12-21 10:02:06)
> >>
> >> On 20/12/2017 17:56, Chris Wilson wrote:
> >>> BSD == BSD1 or BSD2. Since we already emit spinners to the explicit BSD
> >>> rins, skip the aliased r
On Wed, 20 Dec 2017 19:55:58 +0100, Chris Wilson
wrote:
Quoting Michal Wajdeczko (2017-12-20 18:36:03)
Our uint_fixed_16_16_t definition and related helper functions
deserve dedicated header. While here cleanup types and indent.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo
On Wed, 20 Dec 2017 20:07:10 +0100, Chris Wilson
wrote:
Quoting Michal Wajdeczko (2017-12-20 18:36:07)
We already keep intel_device_info functions in dedicated file.
Add matching header file and move related definitions there.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo V
Quoting Michal Wajdeczko (2017-12-21 11:37:11)
> On Wed, 20 Dec 2017 19:55:58 +0100, Chris Wilson
> wrote:
>
> > Quoting Michal Wajdeczko (2017-12-20 18:36:03)
> >> Our uint_fixed_16_16_t definition and related helper functions
> >> deserve dedicated header. While here cleanup types and indent.
== Series Details ==
Series: drm/syncobj: Stop reusing the same struct file for all syncobj -> fd
(rev2)
URL : https://patchwork.freedesktop.org/series/35576/
State : warning
== Summary ==
Test kms_frontbuffer_tracking:
Subgroup fbc-1p-offscren-pri-indfb-draw-render:
s
> -Original Message-
> From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of
> Anusha Srivatsa
> Sent: torstai 21. joulukuuta 2017 3.38
> To: intel-gfx@lists.freedesktop.org
> Cc: Vivi, Rodrigo
> Subject: [Intel-gfx] [PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
>
Hey,
Op 19-12-17 om 06:26 schreef Dhinakaran Pandiyan:
> Convert the power_domains->domain_use_count array that tracks per-domain
> use count to atomic_t type. This is needed to be able to read/write the use
> counts outside of the power domain mutex.
>
> Cc: Daniel Vetter
> Cc: Ville Syrjälä
>
rtcwake doesn't give us meaningful ways of differentiating different
reasons for hibernation failing. CI doesn't configure hibernation to
work at this time, and hibernation attempts will always fail. Check
for the configuration in the form of resume= appearing on the kernel
command line, which is w
Some more findings I made while playing with this series & GPUTop.
Turns out the 2ms drift per second is due to timecounter. Adding the
delta this way :
https://github.com/djdeath/linux/commit/7b002cb360483e331053aec0f98433a5bd5c5c3f#diff-9b74bd0cfaa90b601d80713c7bd56be4R607
Eliminates the dri
Quoting Petri Latvala (2017-12-21 12:53:41)
> rtcwake doesn't give us meaningful ways of differentiating different
> reasons for hibernation failing. CI doesn't configure hibernation to
> work at this time, and hibernation attempts will always fail. Check
> for the configuration in the form of resu
Hi Dave,
drm-misc-fixes-2017-12-21:
drm-misc-fixes before holidays:
- fixup for the lease fixup (Keith)
- fb leak in the ww mutex fallback code (Maarten)
- sun4i fixes (Maxime, Hans)
I'll be away for two weeks, but I think Sean and Gustavo are somewhat
around-ish. But there's also not really muc
== Series Details ==
Series: igt/syncobj: Stress handle->fd/close
URL : https://patchwork.freedesktop.org/series/35653/
State : failure
== Summary ==
Test gem_eio:
Subgroup in-flight-contexts:
dmesg-warn -> PASS (shard-snb) fdo#104058
Test kms_flip:
Subgro
On Thu, Dec 21, 2017 at 12:59:41PM +, Chris Wilson wrote:
> Quoting Petri Latvala (2017-12-21 12:53:41)
> > rtcwake doesn't give us meaningful ways of differentiating different
> > reasons for hibernation failing. CI doesn't configure hibernation to
> > work at this time, and hibernation attemp
Quoting Petri Latvala (2017-12-21 13:18:16)
> On Thu, Dec 21, 2017 at 12:59:41PM +, Chris Wilson wrote:
> > Quoting Petri Latvala (2017-12-21 12:53:41)
> > > rtcwake doesn't give us meaningful ways of differentiating different
> > > reasons for hibernation failing. CI doesn't configure hibernat
== Series Details ==
Series: scripts/trace.pl: Optimize event parsing and processing (rev3)
URL : https://patchwork.freedesktop.org/series/35569/
State : warning
== Summary ==
Test gem_tiled_swapping:
Subgroup non-threaded:
incomplete -> PASS (shard-snb) fdo#10421
On Thu, Dec 21, 2017 at 01:26:17PM +, Chris Wilson wrote:
> I've never used resume=/resume_offset= and hibernate (both from the
> desktop and echo disk > /sys/power/state) works. Why CI doesn't work is
> a mystery.
Do you have your swap on a partition? CI has it on a file.
--
Petri Latvala
== Series Details ==
Series: series starting with [1/1] igt_aux: Skip hibernation attempts if
hibernation is not configured
URL : https://patchwork.freedesktop.org/series/35680/
State : success
== Summary ==
IGT patchset tested on top of latest successful build
beb26d89ff5c5621c1e6b6ac2a45439
Ensure that the terminating write into WC-memory is flushed before we
might trigger a wait for ring space.
Signed-off-by: Chris Wilson
---
tests/gem_exec_await.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/gem_exec_await.c b/tests/gem_exec_await.c
index 9c4467922..28b280ff6 100644
== Series Details ==
Series: series starting with [1/1] igt_aux: Skip hibernation attempts if
hibernation is not configured
URL : https://patchwork.freedesktop.org/series/35680/
State : success
== Summary ==
Test drv_suspend:
Subgroup sysfs-reader-hibernate:
fail
== Series Details ==
Series: igt/gem_exec_await: Flush the WCB before attempting to queue more work
URL : https://patchwork.freedesktop.org/series/35684/
State : success
== Summary ==
IGT patchset tested on top of latest successful build
beb26d89ff5c5621c1e6b6ac2a45439507af86b7 meson: Install
== Series Details ==
Series: igt/gem_exec_await: Flush the WCB before attempting to queue more work
URL : https://patchwork.freedesktop.org/series/35684/
State : warning
== Summary ==
Test kms_atomic:
Subgroup plane_invalid_params:
pass -> SKIP (shard-snb)
T
Hi Dave,
Flushing out drm-misc-next before the holidays. Docs and fbdev work
here. We will skip a pull request next week, back in 2018!
Regards,
Gustavo
drm-misc-next-2017-12-21:
drm-misc-next for 4.16:
Core Changes:
- mostly doc updates and some fbdev improvements
The following changes since
From: Tvrtko Ursulin
Switch over to dynamically creating device attributes, which are in turn
used by the perf core to expose available counters in sysfs.
This way we do not expose counters which are not avaiable on the current
platform, and are so more consistent between what we reply to open
a
Em Qua, 2017-12-20 às 20:58 +, Chris Wilson escreveu:
> Include the pending update from the FBC worker in i915_fbc_status.
>
> Signed-off-by: Chris Wilson
> Cc: Paulo Zanoni
> ---
> drivers/gpu/drm/i915/i915_debugfs.c | 13 +
> 1 file changed, 9 insertions(+), 4 deletions(-)
>
== Series Details ==
Series: drm/i915/pmu: Only enumerate available counters in sysfs
URL : https://patchwork.freedesktop.org/series/35689/
State : success
== Summary ==
Series 35689v1 drm/i915/pmu: Only enumerate available counters in sysfs
https://patchwork.freedesktop.org/api/1.0/series/356
Quoting Paulo Zanoni (2017-12-21 17:20:50)
> Em Qua, 2017-12-20 às 20:58 +, Chris Wilson escreveu:
> > Include the pending update from the FBC worker in i915_fbc_status.
> >
> > Signed-off-by: Chris Wilson
> > Cc: Paulo Zanoni
> > ---
> > drivers/gpu/drm/i915/i915_debugfs.c | 13 +--
== Series Details ==
Series: drm/i915/pmu: Only enumerate available counters in sysfs
URL : https://patchwork.freedesktop.org/series/35689/
State : success
== Summary ==
Test pm_rpm:
Subgroup system-suspend:
skip -> PASS (shard-hsw) fdo#103375 +1
Test kms_fr
>-Original Message-
>From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of
>Jani Nikula
>Sent: Wednesday, November 22, 2017 8:20 AM
>To: Joonas Lahtinen ; David Weinehall
>
>Cc: intel-gfx@lists.freedesktop.org
>Subject: Re: [Intel-gfx] [PATCH] drm/i915: add support
On Wed, Dec 20, 2017 at 10:36:24PM -0800, Dhinakaran Pandiyan wrote:
> Occasionally there are LINK_ADDRESS sideband messages timing out with the
> Lenovo MST dock + Dell MST monitor(w/ in-built branch) setup I have. These
> failures lead to the display not coming up on boot. Power cycling the port
We have dedicated header file for utility functions and macros.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
---
drivers/gpu/drm/i915/i915_drv.h | 15 ---
drivers/gpu/drm/i915/i915_utils.
We already have separate files for display related code, there
is no reason to keep all display definitions in master header.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
---
drivers/gpu/drm/i915/i915_
We are dumping device info separately for sw_only and runtime part
but to simplify the code we can also do it from one place once
we complete driver load.
v2: use dedicated welcome function (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
---
driv
As we try to follow object-verb pattern in our functions, update
intel_device_info_runtime_init() parameter from dev_priv to info.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_drv.c | 2
During initialization of the runtime part of the intel_device_info
we are dumping that part using DRM_DEBUG_DRIVER mechanism.
As we already have pretty printer for const part of the info,
make similar function for the runtime part and use it separately.
v2: add runtime dump to debugfs (Chris)
Sig
We already have dedicated file for opregion related code, dedicated
header will make our life easier.
v2: reorder includes (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Cc: Ville Syrjälä
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
---
Our main header is huge. Lets try to make some cleanup.
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
v2: fixed16 changes moved to other series
Michal Wajdeczko (7):
drm/i915: Move some utility functions to i915_util.h
drm/i915: Move display related definitions to dedicated header
We already keep intel_device_info functions in dedicated file.
Add matching header file and move related definitions there.
v2: add gen boundaries (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
-
== Series Details ==
Series: Misc i915_drv.h cleanups (rev2)
URL : https://patchwork.freedesktop.org/series/35637/
State : success
== Summary ==
Series 35637v2 Misc i915_drv.h cleanups
https://patchwork.freedesktop.org/api/1.0/series/35637/revisions/2/mbox/
Test debugfs_test:
Subgroup
for the NVMe bits,
Acked-by: Sagi Grimberg
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
"Rafael J. Wysocki" writes:
> On Tuesday, December 19, 2017 7:15:08 PM CET Joe Perches wrote:
>> Convert DEVICE_ATTR uses to DEVICE_ATTR_RO where possible.
>>
>> Done with perl script:
>>
>> $ git grep -w --name-only DEVICE_ATTR | \
>> xargs perl -i -e 'local $/; while (<>) {
>> s/\bDEVICE_A
On 12/19/2017 07:15 PM, Joe Perches wrote:
> Convert DEVICE_ATTR uses to DEVICE_ATTR_RO where possible.
>
> Done with perl script:
>
> $ git grep -w --name-only DEVICE_ATTR | \
> xargs perl -i -e 'local $/; while (<>) {
> s/\bDEVICE_ATTR\s*\(\s*(\w+)\s*,\s*\(?(?:\s*S_IRUGO\s*|\s*0444\s*)\)?\s*,
On Thu, Dec 21, 2017 at 12:08:15PM +, Saarinen, Jani wrote:
>
>
> > -Original Message-
> > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf
> > Of
> > Anusha Srivatsa
> > Sent: torstai 21. joulukuuta 2017 3.38
> > To: intel-gfx@lists.freedesktop.org
> > Cc:
From: Ville Syrjälä
Gen9+ need to disable GMBUS clock gating when doing multi part
transfers. Otherwise clock gating will kick in when GMBUS is in
the WAIT state and presumably that will corrupt the transfer.
This is documented as Display WA #0868.
Apparently older hardware doesn't allow clock g
HI,
> -Original Message-
> From: Vivi, Rodrigo
> Sent: torstai 21. joulukuuta 2017 21.27
> To: Saarinen, Jani
> Cc: Srivatsa, Anusha ; intel-
> g...@lists.freedesktop.org
> Subject: Re: [Intel-gfx] [PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
>
> On Thu, Dec 21, 2017 at 12:08:15PM +
On Mon, Nov 27, 2017 at 04:55:44PM -0800, Anusha Srivatsa wrote:
> Forward Error Correction is supported on DP 1.4.
> This patch adds corresponding DPCD register definitions.
>
> v2: Add dri-devel to the CC list
>
> Cc: dri-de...@lists.freedesktop.org
> Cc: Ville Syrjala
> Cc: Jani Nikula
> Cc:
== Series Details ==
Series: series starting with [1/4] drm/i915: Disable DC states around GMBUS on
GLK (rev2)
URL : https://patchwork.freedesktop.org/series/35117/
State : success
== Summary ==
Series 35117v2 series starting with [1/4] drm/i915: Disable DC states around
GMBUS on GLK
https:/
>-Original Message-
>From: Navare, Manasi D
>Sent: Thursday, December 21, 2017 12:36 PM
>To: Srivatsa, Anusha
>Cc: intel-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org; Ville
>Syrjala
>; Jani Nikula
>Subject: Re: [PATCH] drm: Add DPCD definitions for DP 1.4 FEC feature
>
>O
Signed-off-by: Chris Wilson
---
tests/kms_frontbuffer_tracking.c | 4
1 file changed, 4 insertions(+)
diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
index 1601cab45..8b440dadc 100644
--- a/tests/kms_frontbuffer_tracking.c
+++ b/tests/kms_frontbuffer_trackin
== Series Details ==
Series: drm/i915/dmc: DMC 1.07 for Cannonlake
URL : https://patchwork.freedesktop.org/series/35651/
State : success
== Summary ==
Series 35651v1 drm/i915/dmc: DMC 1.07 for Cannonlake
https://patchwork.freedesktop.org/api/1.0/series/35651/revisions/1/mbox/
Test debugfs_tes
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Show FBC status at the start of the wait
URL : https://patchwork.freedesktop.org/series/35699/
State : success
== Summary ==
IGT patchset tested on top of latest successful build
beb26d89ff5c5621c1e6b6ac2a45439507af86b7 meson: Install
== Series Details ==
Series: Misc i915_drv.h cleanups (rev2)
URL : https://patchwork.freedesktop.org/series/35637/
State : failure
== Summary ==
Test gem_tiled_swapping:
Subgroup non-threaded:
incomplete -> PASS (shard-hsw) fdo#104218
Test drv_suspend:
Sub
Quoting Michal Wajdeczko (2017-12-21 18:53:34)
> We are dumping device info separately for sw_only and runtime part
> but to simplify the code we can also do it from one place once
> we complete driver load.
>
> v2: use dedicated welcome function (Chris)
>
> Signed-off-by: Michal Wajdeczko
> Cc:
Quoting Michal Wajdeczko (2017-12-21 18:53:33)
> During initialization of the runtime part of the intel_device_info
> we are dumping that part using DRM_DEBUG_DRIVER mechanism.
> As we already have pretty printer for const part of the info,
> make similar function for the runtime part and use it se
== Series Details ==
Series: series starting with [1/4] drm/i915: Disable DC states around GMBUS on
GLK (rev2)
URL : https://patchwork.freedesktop.org/series/35117/
State : warning
== Summary ==
Test drv_suspend:
Subgroup sysfs-reader:
skip -> PASS (shard-h
From: Michal Wajdeczko
We already keep intel_device_info functions in dedicated file.
Add matching header file and move related definitions there.
v2: add gen boundaries (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
From: Michal Wajdeczko
During initialization of the runtime part of the intel_device_info
we are dumping that part using DRM_DEBUG_DRIVER mechanism.
As we already have pretty printer for const part of the info,
make similar function for the runtime part and use it separately.
v2: add runtime dum
From: Michal Wajdeczko
As we try to follow object-verb pattern in our functions, update
intel_device_info_runtime_init() parameter from dev_priv to info.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Signed-off-by: Chris Wils
From: Michal Wajdeczko
We are dumping device info separately for sw_only and runtime part
but to simplify the code we can also do it from one place once
we complete driver load.
v2: use dedicated welcome function (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: J
From: Michal Wajdeczko
We already have dedicated file for opregion related code, dedicated
header will make our life easier.
v2: reorder includes (Chris)
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Cc: Ville Syrjälä
Reviewed-by: Chris Wilson
Ack
From: Michal Wajdeczko
We already have separate files for display related code, there
is no reason to keep all display definitions in master header.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
Link:
From: Michal Wajdeczko
We have dedicated header file for utility functions and macros.
Signed-off-by: Michal Wajdeczko
Cc: Chris Wilson
Cc: Rodrigo Vivi
Cc: Joonas Lahtinen
Reviewed-by: Chris Wilson
Acked-by: Rodrigo Vivi
Signed-off-by: Chris Wilson
Link:
https://patchwork.freedesktop.or
== Series Details ==
Series: drm/i915/dmc: DMC 1.07 for Cannonlake
URL : https://patchwork.freedesktop.org/series/35651/
State : success
== Summary ==
Test pm_rpm:
Subgroup system-suspend:
skip -> PASS (shard-hsw) fdo#103375
Test kms_frontbuffer_tracking:
== Series Details ==
Series: series starting with [CI,1/7] drm/i915: Move some utility functions to
i915_util.h
URL : https://patchwork.freedesktop.org/series/35700/
State : success
== Summary ==
Series 35700v1 series starting with [CI,1/7] drm/i915: Move some utility
functions to i915_util.
On 12/21/2017 1:34 AM, Tvrtko Ursulin wrote:
On 20/12/2017 23:50, John Harrison wrote:
On 12/20/2017 1:54 AM, Tvrtko Ursulin wrote:
What was the effect of all this on your big traces? I am only
testing with a smaller one which goes from ~3.3s to ~2.2s. On a
larger trace it might be non-linear
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Show FBC status at the start of the wait
URL : https://patchwork.freedesktop.org/series/35699/
State : success
== Summary ==
Test kms_cursor_crc:
Subgroup cursor-256x256-suspend:
pass -> INCOMPLETE (shard-
== Series Details ==
Series: series starting with [CI,1/7] drm/i915: Move some utility functions to
i915_util.h
URL : https://patchwork.freedesktop.org/series/35700/
State : warning
== Summary ==
Test kms_chv_cursor_fail:
Subgroup pipe-c-256x256-top-edge:
pass ->
On Thu, 2017-12-21 at 08:53 +0200, Jani Nikula wrote:
> On Wed, 20 Dec 2017, Dhinakaran Pandiyan
> wrote:
> > Occasionally there are LINK_ADDRESS sideband messages timing out with the
> > Lenovo MST dock + Dell MST monitor(w/ in-built branch) setup I have. These
> > failures lead to the display n
On Thu, 2017-12-21 at 10:52 -0800, Manasi Navare wrote:
> On Wed, Dec 20, 2017 at 10:36:24PM -0800, Dhinakaran Pandiyan wrote:
> > Occasionally there are LINK_ADDRESS sideband messages timing out with the
> > Lenovo MST dock + Dell MST monitor(w/ in-built branch) setup I have. These
> > failures le
On Thu, Dec 21, 2017 at 05:06:22PM -0800, Pandiyan, Dhinakaran wrote:
> On Thu, 2017-12-21 at 10:52 -0800, Manasi Navare wrote:
> > On Wed, Dec 20, 2017 at 10:36:24PM -0800, Dhinakaran Pandiyan wrote:
> > > Occasionally there are LINK_ADDRESS sideband messages timing out with the
> > > Lenovo MST d
On Thu, Dec 21, 2017 at 05:32:43PM -0800, Manasi Navare wrote:
> On Thu, Dec 21, 2017 at 05:06:22PM -0800, Pandiyan, Dhinakaran wrote:
> > On Thu, 2017-12-21 at 10:52 -0800, Manasi Navare wrote:
> > > On Wed, Dec 20, 2017 at 10:36:24PM -0800, Dhinakaran Pandiyan wrote:
> > > > Occasionally there ar
On Thu, Dec 21, 2017 at 10:58:38AM +, Chris Wilson wrote:
> Quoting Du, Changbin (2017-12-21 09:52:16)
> > Hi Chris,
> > Our QA reported a problem caused by movntdqa instructions. Currently, the
> > KVM
> > hypervisor doesn't support VEX-prefix instructions emulation. If users
> > passthrough
Hi,
Here's last gvt-next pull for 4.16 merge window. I need to backmerge
once for one i915 param change to resolve patch dependence. This includes
mmio switch optimization, cleanups for write protect handler and our
i915_reg_t vs. offset usage.
thanks
--
The following changes since commit ee5b5b
On Thu, Dec 21, 2017 at 10:56:38AM +, Chris Wilson wrote:
> Quoting Du, Changbin (2017-12-21 09:52:16)
> > Hi Chris,
> > Our QA reported a problem caused by movntdqa instructions. Currently, the
> > KVM
> > hypervisor doesn't support VEX-prefix instructions emulation. If users
> > passthrough
On 21 December 2017 at 19:28, Chris Wilson wrote:
> The vk cts test:
> dEQP-VK.api.external.semaphore.opaque_fd.export_multiple_times_temporary
>
> triggers a lot of
> VFS: Close: file count is 0
>
> Dave pointed out that clearing the syncobj->file from
> drm_syncobj_file_release() was sufficient
On Fri, Dec 22, 2017 at 02:43:06AM +, Zhenyu Wang wrote:
>
> Hi,
>
> Here's last gvt-next pull for 4.16 merge window. I need to backmerge
> once for one i915 param change to resolve patch dependence. This includes
> mmio switch optimization, cleanups for write protect handler and our
> i915_r
On 2017.12.21 19:07:07 -0800, Rodrigo Vivi wrote:
> On Fri, Dec 22, 2017 at 02:43:06AM +, Zhenyu Wang wrote:
> >
> > Hi,
> >
> > Here's last gvt-next pull for 4.16 merge window. I need to backmerge
> > once for one i915 param change to resolve patch dependence. This includes
> > mmio switch o
On 12/7/2017 1:32 AM, Lionel Landwerlin wrote:
I've put together some trival IGT tests :
https://github.com/djdeath/intel-gpu-tools/commits/wip/djdeath/cpu-timestamps
With a few changes which I pointed in the review :
https://github.com/djdeath/linux/commit/d0e4cf4d3f464491b4ffe97d112284d1ce73
On 12/22/2017 10:45 AM, Sagar Arun Kamble wrote:
On 12/7/2017 1:32 AM, Lionel Landwerlin wrote:
I've put together some trival IGT tests :
https://github.com/djdeath/intel-gpu-tools/commits/wip/djdeath/cpu-timestamps
With a few changes which I pointed in the review :
https://github.com/djde
1 - 100 of 108 matches
Mail list logo