[Intel-gfx] [PATCH 0/2] drm/i915: Media freq factor

2022-04-25 Thread Ashutosh Dixit
Split out the first two patches (which already have R-b) from: https://patchwork.freedesktop.org/series/102665/ so that they can go through CI and be merged while we work through reviews of the remaining patches. Test-with: 20220426000337.9367-1-ashutosh.di...@intel.com Cc: Rodrigo Vivi Cc: Jo

Re: [Intel-gfx] [PATCH 2/9] drm/i915/gt: Add media freq factor to per-gt sysfs

2022-04-25 Thread Dixit, Ashutosh
On Sun, 24 Apr 2022 11:43:18 -0700, Andi Shyti wrote: > > Hi Ashutosh, Hi Andi > [...] > > > static int intel_sysfs_rps_init(struct intel_gt *gt, struct kobject *kobj, > > const struct attribute * const *attrs) > > { > > @@ -598,4 +720,12 @@ void intel_gt_sysfs_pm_in

Re: [Intel-gfx] [PATCH 2/9] drm/i915/gt: Add media freq factor to per-gt sysfs

2022-04-25 Thread Dixit, Ashutosh
On Thu, 21 Apr 2022 13:57:03 -0700, Rodrigo Vivi wrote: > > On Tue, Apr 19, 2022 at 10:21:26PM -0700, Ashutosh Dixit wrote: > > > +#define U8_8_VAL_MASK 0x > > +#define U8_8_SCALE_TO_VALUE "0.00390625" > > I really like this style because it gets future proof... > Well, honestly I

[Intel-gfx] [PATCH] i915/guc/reset: Make __guc_reset_context aware of guilty engines

2022-04-25 Thread Umesh Nerlige Ramappa
There are 2 ways an engine can get reset in i915 and the method of reset affects how KMD labels a context as guilty/innocent. (1) GuC initiated engine-reset: GuC resets a hung engine and notifies KMD. The context that hung on the engine is marked guilty and all other contexts are innocent. The inn

Re: [Intel-gfx] [PATCH 5/8] drm/i915/gt: Add media RP0/RPn to per-gt sysfs

2022-04-25 Thread Dixit, Ashutosh
On Mon, 25 Apr 2022 02:39:42 -0700, Kamil Konieczny wrote: > > Hi Ashutosh, Hi Kamil, > On 2022-04-13 at 11:11:06 -0700, Ashutosh Dixit wrote: > > Retrieve RP0 and RPn freq for media IP from PCODE and display in per-gt > > sysfs. This patch adds the following files to gt/gtN sysfs: > > * media_RP

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Media freq factor

2022-04-25 Thread Patchwork
== Series Details == Series: drm/i915: Media freq factor URL : https://patchwork.freedesktop.org/series/103110/ State : success == Summary == CI Bug Log - changes from CI_DRM_11550 -> Patchwork_103110v1 Summary --- **SUCCESS** No

[Intel-gfx] ✓ Fi.CI.BAT: success for i915/guc/reset: Make __guc_reset_context aware of guilty engines

2022-04-25 Thread Patchwork
== Series Details == Series: i915/guc/reset: Make __guc_reset_context aware of guilty engines URL : https://patchwork.freedesktop.org/series/103111/ State : success == Summary == CI Bug Log - changes from CI_DRM_11550 -> Patchwork_103111v1

Re: [Intel-gfx] linux-next: manual merge of the drm-misc tree with the drm-misc-fixes tree

2022-04-25 Thread Stephen Rothwell
Hi all, On Thu, 14 Apr 2022 09:47:15 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the drm-misc tree got a conflict in: > > drivers/gpu/drm/radeon/radeon_sync.c > > between commit: > > 022074918042 ("drm/radeon: fix logic inversion in radeon_sync_resv") > > from the drm-m

[Intel-gfx] linux-next: build failure after merge of the drm-intel tree

2022-04-25 Thread Stephen Rothwell
Hi all, After merging the drm-intel tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: modpost: "intel_runtime_pm_put" [drivers/gpu/drm/i915/kvmgt.ko] undefined! Possibly caused by commit 8b750bf74418 ("drm/i915/gvt: move the gvt code into kvmgt.ko") or one of teh

[Intel-gfx] ✓ Fi.CI.IGT: success for i915/guc/reset: Make __guc_reset_context aware of guilty engines

2022-04-25 Thread Patchwork
== Series Details == Series: i915/guc/reset: Make __guc_reset_context aware of guilty engines URL : https://patchwork.freedesktop.org/series/103111/ State : success == Summary == CI Bug Log - changes from CI_DRM_11550_full -> Patchwork_103111v1_full

Re: [Intel-gfx] [PATCH] drm/i915/gvt: Add missing symbol export.

2022-04-25 Thread Jani Nikula
On Mon, 25 Apr 2022, Zhi Wang wrote: > When CONFIG_DRM_I915_DEBUG_RUNTIME and CONFIG_DRM_I915_DEBUG_PM > are enabled, two more extra symols in i915 are required to be > exported. > > Cc: Jani Nikula > Signed-off-by: Zhi Wang Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_gvt.c |

<    1   2