[Intel-gfx] [PATCH v3 2/2] drm/i915/perf: Configure OAR for specific context

2019-12-06 Thread Umesh Nerlige Ramappa
Gen12 supports saving/restoring render counters per context. Apply OAR configuration only for the context that is passed in to perf. v2: - Fix OACTXCONTROL value to only stop/resume counters. - Remove gen12_update_reg_state_unlocked as power state is already applied by the caller. v3: (Lionel)

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915/perf: Configure OAR for specific context

2019-12-06 Thread Lionel Landwerlin
On 06/12/2019 15:22, Lionel Landwerlin wrote: On 19/11/2019 00:24, Umesh Nerlige Ramappa wrote: Gen12 supports saving/restoring render counters per context. Apply OAR configuration only for the context that is passed in to perf. v2: - Fix OACTXCONTROL value to only stop/resume counters. - Remov

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915/perf: Configure OAR for specific context

2019-12-06 Thread Lionel Landwerlin
On 19/11/2019 00:24, Umesh Nerlige Ramappa wrote: Gen12 supports saving/restoring render counters per context. Apply OAR configuration only for the context that is passed in to perf. v2: - Fix OACTXCONTROL value to only stop/resume counters. - Remove gen12_update_reg_state_unlocked as power stat

[Intel-gfx] [PATCH v3 2/2] drm/i915/perf: Configure OAR for specific context

2019-11-18 Thread Umesh Nerlige Ramappa
Gen12 supports saving/restoring render counters per context. Apply OAR configuration only for the context that is passed in to perf. v2: - Fix OACTXCONTROL value to only stop/resume counters. - Remove gen12_update_reg_state_unlocked as power state is already applied by the caller. v3: (Lionel)