[Intel-gfx] [PATCH v4] drm/i915/dsb: Pre allocate and late cleanup of cmd buffer

2020-04-12 Thread Animesh Manna
Pre-allocate command buffer in atomic_commit using intel_dsb_prepare function which also includes pinning and map in cpu domain. No change is dsb write/commit functions. Now dsb get/put function is refactored and currently used only for reference counting. Below dsb api added to do respective job

Re: [Intel-gfx] [PATCH 5/7] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP

2020-04-12 Thread Jeff Kirsher
On Fri, Apr 10, 2020 at 9:03 AM Rafael J. Wysocki wrote: > > From: "Rafael J. Wysocki" > > Rename DPM_FLAG_NEVER_SKIP to DPM_FLAG_NO_DIRECT_COMPLETE which > matches its purpose more closely. > > No functional impact. > > Signed-off-by: Rafael J. Wysocki Acked-by: Jeff Kirsher For the driver c

Re: [Intel-gfx] [PATCH v5] drm/i915: Add Plane color encoding support for YCBCR_BT2020

2020-04-12 Thread Kadiyala, Kishore
> -Original Message- > From: Ville Syrjälä > Sent: Thursday, April 9, 2020 10:43 PM > To: Kadiyala, Kishore > Cc: intel-gfx@lists.freedesktop.org; Shankar, Uma ; > Nikula, Jani > Subject: Re: [PATCH v5] drm/i915: Add Plane color encoding support for > YCBCR_BT2020 > > On Wed, Apr 08,

Re: [Intel-gfx] [PATCH 3/4] drm/i915: peel dma-fence-chains wait fences

2020-04-12 Thread Venkata Sandeep Dhanalakota
On 20/04/11 11:50, Lionel Landwerlin wrote: > On 10/04/2020 19:51, Venkata Sandeep Dhanalakota wrote: > > From: Lionel Landwerlin > > > > To allow faster engine to engine synchronization, peel the layer of > > dma-fence-chain to expose potential i915 fences so that the > > i915-request code can e

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: store HW tagging information into tracepoints

2020-04-12 Thread Patchwork
== Series Details == Series: drm/i915: store HW tagging information into tracepoints URL : https://patchwork.freedesktop.org/series/75849/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8291 -> Patchwork_17283 Summary --

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: store HW tagging information into tracepoints

2020-04-12 Thread Patchwork
== Series Details == Series: drm/i915: store HW tagging information into tracepoints URL : https://patchwork.freedesktop.org/series/75849/ State : warning == Summary == $ dim checkpatch origin/drm-tip 961fb7717385 drm/i915: store HW tagging information into tracepoints -:10: ERROR:GIT_COMMIT_I

[Intel-gfx] [PATCH] drm/i915: store HW tagging information into tracepoints

2020-04-12 Thread Lionel Landwerlin
In Gpuvis [1] we added matching of the OA report tags against i915 tracepoints fields to figure what workload was submitted by what process. But the tags got removed from the tracepoints in 2935ed5339c4 ("drm/i915: Remove logical HW ID"). I would like to bring the tags back so that we can built t