Re: [Intel-gfx] [PATCH 4/4] drm/i915/display: Add handling for new "active bpc" property

2021-06-06 Thread Werner Sembach
Am 04.06.21 um 19:30 schrieb Ville Syrjälä: On Fri, Jun 04, 2021 at 07:17:23PM +0200, Werner Sembach wrote: This commits implements the "active bpc" drm property for the Intel GPU driver. Signed-off-by: Werner Sembach --- drivers/gpu/drm/i915/display/intel_display.c | 13 + dri

Re: [Intel-gfx] [PATCH 2/4] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property

2021-06-06 Thread Werner Sembach
Am 04.06.21 um 19:26 schrieb Ville Syrjälä: On Fri, Jun 04, 2021 at 07:17:21PM +0200, Werner Sembach wrote: Add a new general drm property "active bpc" which can be used by graphic drivers to report the applied bit depth per pixel back to userspace. While "max bpc" can be used to change the co

[Intel-gfx] ✗ Fi.CI.BUILD: warning for drm/i915: Finish conversion to GRAPHICS_VER (rev2)

2021-06-06 Thread Patchwork
== Series Details == Series: drm/i915: Finish conversion to GRAPHICS_VER (rev2) URL : https://patchwork.freedesktop.org/series/91064/ State : warning == Summary == CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh CHK include/generated/compile.h Kernel: arch/x86/

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Finish conversion to GRAPHICS_VER (rev2)

2021-06-06 Thread Patchwork
== Series Details == Series: drm/i915: Finish conversion to GRAPHICS_VER (rev2) URL : https://patchwork.freedesktop.org/series/91064/ State : success == Summary == CI Bug Log - changes from CI_DRM_10181 -> Patchwork_20292 Summary ---

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Finish conversion to GRAPHICS_VER (rev2)

2021-06-06 Thread Patchwork
== Series Details == Series: drm/i915: Finish conversion to GRAPHICS_VER (rev2) URL : https://patchwork.freedesktop.org/series/91064/ State : warning == Summary == $ dim checkpatch origin/drm-tip 692bcf92f50c drm/i915: replace IS_GEN and friends with GRAPHICS_VER -:154: WARNING:LONG_LINE: line

Re: [Intel-gfx] [PATCH] tests/kms_color: Disable gamma in degamma tests

2021-06-06 Thread Srinivas, Vidya
Thank you very much Bhanu for the review comments. I have addressed the review comments and resubmitted the patch. Have also ported the changed to chamelium. Kindly have a check. Regards Vidya -Original Message- From: Modem, Bhanuprakash Sent: Sunday, June 6, 2021 2:39 PM To: Srinivas,

[Intel-gfx] [PATCH i-g-t] tests/kms_color: Disable gamma in degamma tests

2021-06-06 Thread Vidya Srinivas
This patch disables gamma in degamma subtest which is missing. It compares CRC between (linear degamma + solid colors) and (max degamma + gradient colors). Patch also cleans up degamma before exiting degamma test and cleans up gamma before exiting gamma test. v2 - Addressed review comments from Bh

Re: [Intel-gfx] [PATCH v8 00/15] Restricted DMA

2021-06-06 Thread Claire Chang
On Sat, Jun 5, 2021 at 1:48 AM Will Deacon wrote: > > Hi Claire, > > On Thu, May 27, 2021 at 08:58:30PM +0800, Claire Chang wrote: > > This series implements mitigations for lack of DMA access control on > > systems without an IOMMU, which could result in the DMA accessing the > > system memory at

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

2021-06-06 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/infiniband/core/umem_dmabuf.c: In function 'ib_umem_dmabuf_map_pages': drivers/infiniband/core/umem_dmabuf.c:69:10: error: implicit declaration of function 'dma_resv_get_excl'; d

[Intel-gfx] linux-next: manual merge of the drm-misc tree with the drm and amdgpu trees

2021-06-06 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-misc tree got a conflict in: drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c between commits: b453e42a6e8b ("drm/amdgpu: Add new placement for preemptible SG BOs") 19a1d9350be6 ("drm/amdgpu: flush gart changes after all BO recovery") from the drm and a

Re: [Intel-gfx] [PATCH] tests/kms_color: Disable gamma in degamma tests

2021-06-06 Thread Modem, Bhanuprakash
> From: Srinivas, Vidya > Sent: Friday, June 4, 2021 6:41 PM > To: intel-gfx@lists.freedesktop.org; igt-...@lists.freedesktop.org > Cc: markyac...@chromium.org; Almahallawy, Khaled > ; Lin, Charlton ; > Latvala, Petri ; Modem, Bhanuprakash > ; Shankar, Uma ; > Srinivas, Vidya > Subject: [PATCH] t