[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Check activity on i915_vma after confirming pin_count==0

2020-01-25 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Check activity on i915_vma after confirming pin_count==0 URL : https://patchwork.freedesktop.org/series/72497/ State : success == Summary == CI Bug Log - changes from CI_DRM_7806_full -> Patchwork_16246_full ===

[Intel-gfx] ✓ Fi.CI.IGT: success for drm: Release filp before global lock (rev2)

2020-01-25 Thread Patchwork
== Series Details == Series: drm: Release filp before global lock (rev2) URL : https://patchwork.freedesktop.org/series/72408/ State : success == Summary == CI Bug Log - changes from CI_DRM_7806_full -> Patchwork_16245_full Summary ---

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/perf: Fix OA context id overlap with idle context id (rev2)

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915/perf: Fix OA context id overlap with idle context id (rev2) URL : https://patchwork.freedesktop.org/series/72505/ State : success == Summary == CI Bug Log - changes from CI_DRM_7814 -> Patchwork_16269 S

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Wait on vma activity before taking the mutex

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915: Wait on vma activity before taking the mutex URL : https://patchwork.freedesktop.org/series/72495/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7806_full -> Patchwork_16244_full Summa

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Fix OA context id overlap with idle context id (rev2)

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915/perf: Fix OA context id overlap with idle context id (rev2) URL : https://patchwork.freedesktop.org/series/72505/ State : warning == Summary == $ dim checkpatch origin/drm-tip e09d05170d36 drm/i915/perf: Fix OA context id overlap with idle context id -:46:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Check activity on i915_vma after confirming pin_count==0

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915: Check activity on i915_vma after confirming pin_count==0 URL : https://patchwork.freedesktop.org/series/72491/ State : success == Summary == CI Bug Log - changes from CI_DRM_7806_full -> Patchwork_16243_full ===

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/dp: Include the AUX CH name in the debug messages

2020-01-25 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/dp: Include the AUX CH name in the debug messages URL : https://patchwork.freedesktop.org/series/72484/ State : success == Summary == CI Bug Log - changes from CI_DRM_7806_full -> Patchwork_16242_full

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gem: fix null pointer dereference on vm (rev2)

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915/gem: fix null pointer dereference on vm (rev2) URL : https://patchwork.freedesktop.org/series/72482/ State : success == Summary == CI Bug Log - changes from CI_DRM_7805_full -> Patchwork_16241_full Summ

Re: [Intel-gfx] [PATCH 0/2] drm/i915/gem: conversion to new drm logging macros

2020-01-25 Thread Chris Wilson
Quoting Wambui Karuga (2020-01-22 12:57:48) > This series is a part of the conversion to the new struct drm_device > based logging macros in drm/i915. > This series focuses on the drm/i915/gem directory and converts all > straightforward instances of the printk based logging macros to the new > ma

Re: [Intel-gfx] [PATCH] drm/i915/perf: Fix OA context id overlap with idle context id

2020-01-25 Thread Chris Wilson
Quoting Lionel Landwerlin (2020-01-25 15:02:21) > On 25/01/2020 03:37, Lionel Landwerlin wrote: > > On 24/01/2020 03:37, Umesh Nerlige Ramappa wrote: > >> Engine context pinned in perf OA was set to same context id as > >> the idle context. Set the context id to an unused value. > >> > >> Clear the

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [RESEND,1/6] drm/i915/dmc: use intel uncore functions for forcewake register access

2020-01-25 Thread Patchwork
== Series Details == Series: series starting with [RESEND,1/6] drm/i915/dmc: use intel uncore functions for forcewake register access URL : https://patchwork.freedesktop.org/series/72476/ State : success == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16238_full

Re: [Intel-gfx] [PATCH] drm/i915/perf: Fix OA context id overlap with idle context id

2020-01-25 Thread Lionel Landwerlin
On 25/01/2020 03:37, Lionel Landwerlin wrote: On 24/01/2020 03:37, Umesh Nerlige Ramappa wrote: Engine context pinned in perf OA was set to same context id as the idle context. Set the context id to an unused value. Clear the sw context id field in lrc descriptor before ORing with ce->tag (Chri

Re: [Intel-gfx] [RFC 00/33] drm/i915/display: mass conversion to intel_de_*() register accessors

2020-01-25 Thread Jani Nikula
On Fri, 24 Jan 2020, Rodrigo Vivi wrote: > On Fri, Jan 24, 2020 at 01:54:58PM +, Chris Wilson wrote: >> Quoting Jani Nikula (2020-01-24 13:25:21) >> > Hey all, >> > >> > So I sent [1] to convert some forcewake register accessors... but what if >> > we >> > just ripped off the bandage once an

Re: [Intel-gfx] [PATCH v3 0/4] drm: Introduce struct drm_device based WARN* and use them in i915

2020-01-25 Thread Jani Nikula
On Thu, 23 Jan 2020, Pankaj Bharadiya wrote: > changes since v2: > - rebase pending unmerged patches on drm-tip Alas, these conflict already... please rebase. :/ BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center ___ Intel-gfx mailing lis

Re: [Intel-gfx] [PATCH v2 2/6] drm/i915/ddi: convert to struct drm_device log macros.

2020-01-25 Thread Jani Nikula
On Wed, 22 Jan 2020, Wambui Karuga wrote: > This patch converts various instances of the printk based logging macros > into the struct drm_device based macros. This was achieved using the > following coccinelle script for matching existing struct > drm_i915_private devices: This one conflicts alr

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/tgl: Re-enable RPS

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915/tgl: Re-enable RPS URL : https://patchwork.freedesktop.org/series/72471/ State : success == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16236_full Summary --- **SUCCESS**

Re: [Intel-gfx] [PATCH v2] drm/i915/display: conversion to new struct drm_device logging macros.

2020-01-25 Thread Jani Nikula
On Wed, 22 Jan 2020, Wambui Karuga wrote: > This patch converts various instances of the printk based logging macros > in drm/i915/display/intel_display.c to the new struct drm_device based > logging macros. > In some instances, this involves extracting the struct drm_i915_private > device from va

Re: [Intel-gfx] [PATCH v4 2/2] drm/debugfs: also take per device driver features into account

2020-01-25 Thread Jani Nikula
On Thu, 23 Jan 2020, Thomas Zimmermann wrote: > Am 23.01.20 um 13:48 schrieb Jani Nikula: >> Use drm_core_check_all_features() to ensure both the driver features and >> the per-device driver features are taken into account when registering >> debugfs files. >> >> v3: >> - files[i].driver_features

[Intel-gfx] ✓ Fi.CI.IGT: success for 3 display pipes combination system support

2020-01-25 Thread Patchwork
== Series Details == Series: 3 display pipes combination system support URL : https://patchwork.freedesktop.org/series/72468/ State : success == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16235_full Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gem: Detect overflow in calculating dumb buffer size

2020-01-25 Thread Patchwork
== Series Details == Series: drm/i915/gem: Detect overflow in calculating dumb buffer size URL : https://patchwork.freedesktop.org/series/72467/ State : success == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16234_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v4,1/2] drm: add drm_core_check_all_features() to check for a mask of features

2020-01-25 Thread Patchwork
== Series Details == Series: series starting with [v4,1/2] drm: add drm_core_check_all_features() to check for a mask of features URL : https://patchwork.freedesktop.org/series/72466/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16233_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm: Introduce struct drm_device based WARN* and use them in i915 (rev3)

2020-01-25 Thread Patchwork
== Series Details == Series: drm: Introduce struct drm_device based WARN* and use them in i915 (rev3) URL : https://patchwork.freedesktop.org/series/72035/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7804_full -> Patchwork_16232_full =

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/dp: Modeset only the tiled connectors with CRTC

2020-01-25 Thread Saarinen, Jani
+ Martin to re-report. > -Original Message- > From: Navare, Manasi D > Sent: lauantai 25. tammikuuta 2020 4.19 > To: intel-gfx@lists.freedesktop.org > Cc: Sarvela, Tomi P ; Saarinen, Jani > ; Nautiyal, Ankit K ; > Nikkanen, Kimmo > Subject: RE: ✗ Fi.CI.BAT: failure for drm/i915/dp: Mode