Re: [PATCH v5 00/12] drm/framebuffer: Add framebuffer debugfs file

2017-11-11 Thread Noralf Trønnes
Den 07.11.2017 20.13, skrev Noralf Trønnes: This patchset adds a debugfs file that prints info about the framebuffers. Changes since version 4: - Add framebuffer debugfs file: Fix printk formats and add info about indent argument in gem_print_info callback docs (Laurent) - Turn to_drm_gem_cm

[PATCH] drm/amdgpu/virt: remove redundant variable pf2vf_ver

2017-11-11 Thread Colin King
From: Colin Ian King Variable pf2vf_ver is assigned but never read, it is redundant and hence can be removed. Cleans up clang warning: drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:310:3: warning: Value stored to 'pf2vf_ver' is never read Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/amdgp

Re: [PATCH v2] drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1

2017-11-11 Thread Laurent Pinchart
Hi Liviu, Thank you for the patch. On Friday, 10 November 2017 15:33:10 EET Liviu Dudau wrote: > drm_gem_cma_prime_import_sg_table() will fail if the number of entries > in the sg_table > 1. However, you can have a device that uses an IOMMU > engine and can map a discontiguous buffer with multipl

[Bug 103686] DVI-D detected as DVI-I, no picture

2017-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103686 Bug ID: 103686 Summary: DVI-D detected as DVI-I, no picture Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal

[Bug 103686] DVI-D detected as DVI-I, no picture

2017-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103686 --- Comment #1 from Shiverly --- This may be just a default kernel problem. I installed these packages (firmware and UBUNTU 4.13.11+ .deb's) https://github.com/M-Bab/linux-kernel-amdgpu-binaries and monitor is detected as DVI-D-1, as it should b

[Bug 103686] DVI-D detected as DVI-I, no picture

2017-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103686 --- Comment #2 from Shiverly --- On Ubuntu 17.10 -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.free

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit

2017-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103277 --- Comment #3 from dwagner --- (In reply to Jordan L from comment #2) > Thanks, we can reproduce this too, should have something shortly. Any news on this? I am asking, because the current head of https://cgit.freedesktop.org/~agd5f/linux/log

Re: [PATCH v5 04/12] drm/framebuffer: Add framebuffer debugfs file

2017-11-11 Thread Chris Wilson
Quoting Noralf Trønnes (2017-11-07 19:13:40) > Add debugfs file that dumps info about the framebuffers and its planes. > Also dump info about any connected gem object(s). This isn't too hot for non-modesetting drm drivers. And isn't this growing a midlayer? Calling to the drivers instead of the d

[Bug 197851] New: Resume from suspend sometimes results in black screen on Radeon R5

2017-11-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=197851 Bug ID: 197851 Summary: Resume from suspend sometimes results in black screen on Radeon R5 Product: Drivers Version: 2.5 Kernel Version: 4.14.0-041400rc8-generic Hardwa