Re: [Intel-gfx] [PATCH v2] drm/i915: Remove memory frequency calculation

2021-10-13 Thread Zhao, Yakui
On 2021/10/13 10:54, Matt Roper wrote: On Tue, Oct 12, 2021 at 06:00:46PM -0700, José Roberto de Souza wrote: This memory frequency calculated is only used to check if it is zero, what is not useful as it will never actually be zero. Also the calculation is wrong, we should be checking

[Intel-gfx] ✓ Fi.CI.BAT: success for lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() (rev3)

2021-10-13 Thread Patchwork
== Series Details == Series: lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() (rev3) URL : https://patchwork.freedesktop.org/series/95549/ State : success == Summary == CI Bug Log - changes from CI_DRM_10728 -> Patchwork_21326

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() (rev3)

2021-10-13 Thread Patchwork
== Series Details == Series: lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() (rev3) URL : https://patchwork.freedesktop.org/series/95549/ State : warning == Summary == $ dim checkpatch origin/drm-tip 50fb572ebbb4 lib/stackdepot: allow optional init and

[Intel-gfx] [PATCH v3] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()

2021-10-13 Thread Vlastimil Babka
Currently, enabling CONFIG_STACKDEPOT means its stack_table will be allocated from memblock, even if stack depot ends up not actually used. The default size of stack_table is 4MB on 32-bit, 8MB on 64-bit. This is fine for use-cases such as KASAN which is also a config option and has overhead on

Re: [Intel-gfx] [RFC v2 01/22] drm: RFC for Plane Color Hardware Pipeline

2021-10-13 Thread Pekka Paalanen
On Tue, 12 Oct 2021 19:11:29 + "Shankar, Uma" wrote: > > -Original Message- > > From: Pekka Paalanen > > Sent: Tuesday, October 12, 2021 5:30 PM > > To: Simon Ser > > Cc: Shankar, Uma ; intel-gfx@lists.freedesktop.org; > > dri- > > de...@lists.freedesktop.org;

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/uapi: Add comment clarifying purpose of I915_TILING_* values

2021-10-13 Thread Patchwork
== Series Details == Series: drm/i915/uapi: Add comment clarifying purpose of I915_TILING_* values URL : https://patchwork.freedesktop.org/series/95743/ State : success == Summary == CI Bug Log - changes from CI_DRM_10727_full -> Patchwork_21321_full

<    1   2   3