[Intel-gfx] [PATCH 09/20] drm/i915: Read out CHV CGM degamma

2020-07-17 Thread Ville Syrjala
From: Ville Syrjälä Since CHV has the dedicate CGM degamma unit readout is trivial. Just do it. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_color.c | 36 ++ 1 file changed, 36 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_color.c b/

[Intel-gfx] [PATCH 12/20] drm/i915: Polish bdw_read_lut_10() a bit

2020-07-17 Thread Ville Syrjala
From: Ville Syrjälä Since bdw_read_lut_10() uses the auto-increment mode we must have an equal number of entries in the software LUT and the hardware LUT. WARN if that is not the case. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_color.c | 7 +-- 1 file changed, 5 in

[Intel-gfx] [PATCH v3] Add support for KeemBay DRM driver

2020-07-17 Thread Anitha Chrisanthus
This is a new DRM driver for Intel's KeemBay SOC. The SoC couples an ARM Cortex A53 CPU with an Intel Movidius VPU. This driver is tested with the KMB EVM board which is the refernce baord for Keem Bay SOC. The SOC's display pipeline is as follows +--++-++-

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Finish (de)gamma readout

2020-07-17 Thread Patchwork
== Series Details == Series: drm/i915: Finish (de)gamma readout URL : https://patchwork.freedesktop.org/series/79614/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.0 Fast mode used, each commit won't be checked separately. _

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Finish (de)gamma readout

2020-07-17 Thread Patchwork
== Series Details == Series: drm/i915: Finish (de)gamma readout URL : https://patchwork.freedesktop.org/series/79614/ State : success == Summary == CI Bug Log - changes from CI_DRM_8761 -> Patchwork_18207 Summary --- **SUCCESS** N

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kmb: Add support for KeemBay Display

2020-07-17 Thread Patchwork
== Series Details == Series: drm/kmb: Add support for KeemBay Display URL : https://patchwork.freedesktop.org/series/79615/ State : warning == Summary == $ dim checkpatch origin/drm-tip 09ff5d4b7f4c drm/kmb: Add support for KeemBay Display -:48: WARNING:FILE_PATH_CHANGES: added, moved or delet

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/kmb: Add support for KeemBay Display

2020-07-17 Thread Patchwork
== Series Details == Series: drm/kmb: Add support for KeemBay Display URL : https://patchwork.freedesktop.org/series/79615/ State : success == Summary == CI Bug Log - changes from CI_DRM_8761 -> Patchwork_18208 Summary --- **SUCCESS*

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Finish (de)gamma readout

2020-07-17 Thread Patchwork
== Series Details == Series: drm/i915: Finish (de)gamma readout URL : https://patchwork.freedesktop.org/series/79614/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8761_full -> Patchwork_18207_full Summary --- **FAIL

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/kmb: Add support for KeemBay Display

2020-07-17 Thread Patchwork
== Series Details == Series: drm/kmb: Add support for KeemBay Display URL : https://patchwork.freedesktop.org/series/79615/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8761_full -> Patchwork_18208_full Summary ---

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use firmware v2.02 for RKL

2020-07-17 Thread Matt Roper
On Wed, Jul 01, 2020 at 03:25:05AM -0700, Anusha Srivatsa wrote: > The latest firmware contains fix for PSR2 power saving. > > Cc: Matt Roper > Signed-off-by: Anusha Srivatsa Has a pull request for the firmware itself already been sent? Matt > --- > drivers/gpu/drm/i915/display/intel_csr.c

[Intel-gfx] [PATCH 1/4] drm/i915/perf: Ensure observation logic is not clock gated

2020-07-17 Thread Umesh Nerlige Ramappa
From: Piotr Maciejewski A clock gating switch can control if the performance monitoring and observation logic is enaled or not. Ensure that we enable the clocks. v2: Separate code from other patches (Lionel) Fixes: 00a7f0d7155c ("drm/i915/tgl: Add perf support on TGL") Signed-off-by: Piotr Maci

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer

2020-07-17 Thread Umesh Nerlige Ramappa
This cover letter is included to trigger "Test-with" an IGT patch. Tests - https://patchwork.freedesktop.org/patch/377905/?series=79617&rev=1 Signed-off-by: Umesh Nerlige Ramappa Test-with: 20200717235842.68574-1-umesh.nerlige.rama...@intel.com Piotr Maciejewski (4): drm/i915/perf: Ensure obs

[Intel-gfx] [PATCH 3/4] drm/i915/perf: Whitelist OA counter and buffer registers

2020-07-17 Thread Umesh Nerlige Ramappa
From: Piotr Maciejewski It is useful to have markers in the OA reports to identify triggered reports. Whitelist some OA counters that can be used as markers. A triggered report can be found faster if we can sample the HW tail and head registers when the report was triggered. Whitelist OA buffer

[Intel-gfx] [PATCH 2/4] drm/i915/perf: Whitelist OA report trigger registers

2020-07-17 Thread Umesh Nerlige Ramappa
From: Piotr Maciejewski OA reports can be triggered into the OA buffer by writing into the OAREPORTTRIG registers. Whitelist the registers to allow user to trigger reports. v2: - Move related change to this patch (Lionel) - Bump up perf revision (Lionel) Signed-off-by: Piotr Maciejewski Signed

[Intel-gfx] [PATCH 4/4] drm/i915/perf: Map OA buffer to user space for gen12 performance query

2020-07-17 Thread Umesh Nerlige Ramappa
From: Piotr Maciejewski i915 used to support time based sampling mode which is good for overall system monitoring, but is not enough for query mode used to measure a single draw call or dispatch. Gen9-Gen11 are using current i915 perf implementation for query, but Gen12+ requires a new approach f

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Allow privileged user to map the OA buffer (rev2)

2020-07-17 Thread Patchwork
== Series Details == Series: Allow privileged user to map the OA buffer (rev2) URL : https://patchwork.freedesktop.org/series/79460/ State : warning == Summary == $ dim checkpatch origin/drm-tip 24740597e5f9 drm/i915/perf: Ensure observation logic is not clock gated 216ee54f6578 drm/i915/perf:

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Allow privileged user to map the OA buffer (rev2)

2020-07-17 Thread Patchwork
== Series Details == Series: Allow privileged user to map the OA buffer (rev2) URL : https://patchwork.freedesktop.org/series/79460/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.0 Fast mode used, each commit won't be checked separately. __

[Intel-gfx] ✗ Fi.CI.BAT: failure for Allow privileged user to map the OA buffer (rev2)

2020-07-17 Thread Patchwork
== Series Details == Series: Allow privileged user to map the OA buffer (rev2) URL : https://patchwork.freedesktop.org/series/79460/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8761 -> Patchwork_18209 Summary --- *

<    1   2