Re: [Intel-gfx] [RFC-v1 03/16] drm/i915/pxp: Add PXP context for logical hardware states.

2020-12-08 Thread Huang, Sean Z
> will be, so can't recommend better names. DONE > In this series, there will be no user space context ID, but only a singleton > implicit session. So we should not need any tracking code. DONE -----Original Message----- From: Joonas Lahtinen Sent: Monday, December 7, 2020 2:51 AM To: Huang,

Re: [Intel-gfx] [RFC-v1 03/16] drm/i915/pxp: Add PXP context for logical hardware states.

2020-12-07 Thread Joonas Lahtinen
Quoting Huang, Sean Z (2020-12-07 02:21:21) > Add PXP context which represents combined view > of driver and logical HW states. > > Signed-off-by: Huang, Sean Z > +++ b/drivers/gpu/drm/i915/pxp/intel_pxp.c > @@ -5,6 +5,7 @@ > > #include "i915_drv.h" > #include "intel_pxp.h" > +#include

[Intel-gfx] [RFC-v1 03/16] drm/i915/pxp: Add PXP context for logical hardware states.

2020-12-06 Thread Huang, Sean Z
Add PXP context which represents combined view of driver and logical HW states. Signed-off-by: Huang, Sean Z --- drivers/gpu/drm/i915/Makefile| 3 +- drivers/gpu/drm/i915/pxp/intel_pxp.c | 29 - drivers/gpu/drm/i915/pxp/intel_pxp.h | 3 ++