Re: [Intel-gfx] [PATCH 22/51] drm: manage drm_minor cleanup with drmm_

2020-03-24 Thread Sam Ravnborg
On Mon, Mar 23, 2020 at 03:49:21PM +0100, Daniel Vetter wrote: > The cleanup here is somewhat tricky, since we can't tell apart the > allocated minor index from 0. So register a cleanup action first, and > if the index allocation fails, unregister that cleanup action again to > avoid bad mistakes.

Re: [Intel-gfx] [PATCH] drm: manage drm_minor cleanup with drmm_

2020-03-24 Thread Sam Ravnborg
On Tue, Mar 24, 2020 at 09:39:36PM +0100, Daniel Vetter wrote: > The cleanup here is somewhat tricky, since we can't tell apart the > allocated minor index from 0. So register a cleanup action first, and > if the index allocation fails, unregister that cleanup action again to > avoid bad mistakes.

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/6] drm/i915/tc/tgl: Implement TCCOLD sequences

2020-03-24 Thread Patchwork
== Series Details == Series: series starting with [v3,1/6] drm/i915/tc/tgl: Implement TCCOLD sequences URL : https://patchwork.freedesktop.org/series/75034/ State : success == Summary == CI Bug Log - changes from CI_DRM_8183_full -> Patchwork_17073_full ===

Re: [Intel-gfx] [PATCH] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission

2020-03-24 Thread Francisco Jerez
Chris Wilson writes: > Quoting Francisco Jerez (2020-03-23 22:30:13) >> Chris Wilson writes: >> >> > Quoting Francisco Jerez (2020-03-20 22:14:51) >> >> Francisco Jerez writes: >> >> >> >> > Chris Wilson writes: >> >> > >> >> >> We dropped calling process_csb prior to handling direct submiss

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm_device managed resources (rev7)

2020-03-24 Thread Patchwork
== Series Details == Series: drm_device managed resources (rev7) URL : https://patchwork.freedesktop.org/series/73633/ State : warning == Summary == $ dim checkpatch origin/drm-tip ccd08fc6b11b mm/sl[uo]b: export __kmalloc_track(_node)_caller -:58: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-of

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm_device managed resources (rev7)

2020-03-24 Thread Patchwork
== Series Details == Series: drm_device managed resources (rev7) URL : https://patchwork.freedesktop.org/series/73633/ State : warning == Summary == $ dim sparse origin/drm-tip Sparse version: v0.6.0 Commit: mm/sl[uo]b: export __kmalloc_track(_node)_caller Okay! __

[Intel-gfx] ✓ Fi.CI.BAT: success for drm_device managed resources (rev7)

2020-03-24 Thread Patchwork
== Series Details == Series: drm_device managed resources (rev7) URL : https://patchwork.freedesktop.org/series/73633/ State : success == Summary == CI Bug Log - changes from CI_DRM_8184 -> Patchwork_17074 Summary --- **SUCCESS**

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Measure the energy consumed while in RC6 (rev3)

2020-03-24 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Measure the energy consumed while in RC6 (rev3) URL : https://patchwork.freedesktop.org/series/75035/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8184 -> Patchwork_17075 Su

[Intel-gfx] [PATCH] drm/i915/selftests: Measure the energy consumed while in RC6

2020-03-24 Thread Chris Wilson
Measure and compare the energy consumed, as reported by the rapl MSR, by the GPU while in RC0 and RC6 states. Throw an error if RC6 does not at least halve the energy consumption of RC0, as this more than likely means we failed to enter RC0 correctly. If we can't measure the energy draw with the M

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Measure the energy consumed while in RC6 (rev4)

2020-03-24 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Measure the energy consumed while in RC6 (rev4) URL : https://patchwork.freedesktop.org/series/75035/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8184 -> Patchwork_17076 Su

[Intel-gfx] [PATCH v2 1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD

2020-03-24 Thread Manasi Navare
DP sink device sets the Ignore MSA bit in its DP_DOWNSTREAM_PORT_COUNT register to indicate its ability to ignore the MSA video timing paramaters and its ability to support seamless video timing change over a range of timing exposed by DisplayID and EDID. This is required for the sink to indicate t

[Intel-gfx] [PATCH v2 2/2] drm/i915/dp: Attach and set drm connector VRR property

2020-03-24 Thread Manasi Navare
From: Aditya Swarup This function sets the VRR property for connector based on the platform support, EDID monitor range and DP sink DPCD capability of outputing video without msa timing information. v2: * Just set this in intel_dp_get_modes instead of new hook (Jani) Cc: Ville Syrjälä Cc: Jani

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD

2020-03-24 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD URL : https://patchwork.freedesktop.org/series/75042/ State : warning == Summary == $ dim checkpatch origin/drm-tip b3e66fa48b38 drm/dp: DRM DP helper for reading Ignore MSA from

Re: [Intel-gfx] [PATCH v2 0/6] Re-org uC debugfs files and move them under GT

2020-03-24 Thread Andi Shyti
Hi Daniele, On Wed, Mar 11, 2020 at 06:16:25PM -0700, Daniele Ceraolo Spurio wrote: > Rebased on top of Andi's patch. Note that some discussion is still > ongoing on that patch. > > Also dropped the patch that caused a const->non-const conversion and > fixed a couple of bugs: > - keep printing HU

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD

2020-03-24 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD URL : https://patchwork.freedesktop.org/series/75042/ State : success == Summary == CI Bug Log - changes from CI_DRM_8184 -> Patchwork_17077 ==

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm_device managed resources (rev7)

2020-03-24 Thread Patchwork
== Series Details == Series: drm_device managed resources (rev7) URL : https://patchwork.freedesktop.org/series/73633/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8184_full -> Patchwork_17074_full Summary --- **FAI

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD

2020-03-24 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD URL : https://patchwork.freedesktop.org/series/75042/ State : success == Summary == CI Bug Log - changes from CI_DRM_8184_full -> Patchwork_17077_full

Re: [Intel-gfx] [PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles

2020-03-24 Thread Ingo Molnar
* Masahiro Yamada wrote: > This series of cleanups was prompted by Linus: > https://lkml.org/lkml/2020/3/12/726 > > First, this series drop always-on CONFIG_AS_* options. > Some of those options were introduced in old days. > For example, the check for CONFIG_AS_CFI dates back to 2006. > > We

<    1   2