✓ Fi.CI.BAT: success for drm/i915/selftests: Increasing the sleep time for live_rc6_manual (rev4)

2024-02-11 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Increasing the sleep time for live_rc6_manual (rev4) URL : https://patchwork.freedesktop.org/series/129664/ State : success == Summary == CI Bug Log - changes from CI_DRM_14248 -> Patchwork_129664v4 ==

[PATCH v3] drm/i915/selftests: Increasing the sleep time for live_rc6_manual

2024-02-11 Thread Sk Anirban
From: Anirban Sk Sometimes gt_pm live_rc6_manual selftest fails due to no power being measured for the rc6 disabled period. Therefore increasing the rc6 disable period from 250ms to 1000ms to rule out such sporadic failure. v3 : More descriptive and improved commit message (Anshuman) Signed-off

linux-next: build failure after merge of the drm-misc tree

2024-02-11 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/tests/drm_mm_test.c: In function 'drm_test_mm_debug': drivers/gpu/drm/tests/drm_mm_test.c:191:32: error: implicit declaration of function 'drm_debug_printer'; did you mean 'd

Re: linux-next: build failure after merge of the drm-misc tree

2024-02-11 Thread Stephen Rothwell
Hi all, On Tue, 6 Feb 2024 15:28:50 +1100 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (i386 defconfig) > failed like this: > > In function 'i915_ttm_placement_from_obj', > inlined from 'i915_ttm_get_pages' at > drivers/gpu/drm/i915/gem/i915_gem_ttm

Re: [PATCH][next] drm/i915/gvt: remove redundant assignment to pointer map

2024-02-11 Thread Zhi Wang
On Fri, 9 Feb 2024 16:08:29 + Colin Ian King wrote: > The pointer map is being initialized with a value that is never > read, it is being re-assigned later on in a for-loop. The > initialization is redundant and can be removed. > > Cleans up clang scan build warning: > drivers/gpu/drm/i915/