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
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
> -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,
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
== 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
--
== 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
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