[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #6 from S.H. --- Hello, Last night I was able to get my hands on a Gigabyte RX460 and did some testing. Booting and normal startup with the Gigabyte also only used 4k@30Hz but I was able to reach 4k@60Hz by adding a modeline via xran

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #7 from S.H. --- Hello, me again. I reverted the patch mentioned in Comment #4 and now I can enable 60Hz via modeline on both cards. I still don't get it automatically, which means console and X are still 30Hz at boot but I can force

[Bug 101739] An issue with alpha-to-coverage handling is causing Arma 3 64-bit Linux port to render trees incorrectly

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101739 --- Comment #4 from nadro-li...@wp.pl --- You can fix that issue by added this entry to drirc file: --- --- I hope that it will be permanently added to mesa official drirc file. -- You are receiving this mail because: You are the ass

[Bug 101739] An issue with alpha-to-coverage handling is causing Arma 3 64-bit Linux port to render trees incorrectly

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101739 --- Comment #5 from ysblo...@gmail.com --- (In reply to nadro-linux from comment #4) > You can fix that issue by added this entry to drirc file: > --- > > > > --- > I hope that it will be permanently added to mesa official drirc file.

[Bug 101739] An issue with alpha-to-coverage handling is causing Arma 3 64-bit Linux port to render trees incorrectly

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101739 --- Comment #6 from ysblo...@gmail.com --- addendum : using the glsl_correct_derivatives_after_discard=true commandline option does work. But a big but : FPS took a nosedive. -- You are receiving this mail because: You are the assignee for t

[drm-tip:drm-tip 1/7] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c:219:6: error: redefinition of 'dm_dp_mst_dc_sink_create'

2017-12-30 Thread kbuild test robot
tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: 16432d39f2cbdc7a8798df3ebb4f7c882fb23132 commit: a79b622ef5cad1b3a868a1d7250494e39bb04c05 [1/7] Merge remote-tracking branch 'airlied/drm-next' into drm-tip config: i386-randconfig-b0-12302345 (attached as .config) compiler: gcc-4.9

[Bug 100759] [r600] System freeze on resume from sleep on battery with DPM enabled and linux 4.10

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100759 --- Comment #1 from Nicola Mori --- I found the time to bisect and found that the culprit is: commit 1c331f75aa6ccbf64ebcc5a019183e617c9d818a Author: Lucas Stach Date: Sun Oct 23 01:05:33 2016 +0200 drm/radeon/pm: autoswitch power state

[Bug 104347] AMD RX 580: Hide/Show window sometimes corrupts screen (see screenshot)

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104347 --- Comment #8 from Arthur Borsboom --- Created attachment 136453 --> https://bugs.freedesktop.org/attachment.cgi?id=136453&action=edit Chrome GPU detailed overview -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 104347] AMD RX 580: Hide/Show window sometimes corrupts screen (see screenshot)

2017-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104347 --- Comment #9 from Arthur Borsboom --- Hi Michel, Although I have not tested yet about mesa 17.2, I have noticed that this issue only appears in the full or small sized window of Chromium. So, until now it only has happened to Chromium; but th

Re: [drm-tip:drm-tip 1/7] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c:219:6: error: redefinition of 'dm_dp_mst_dc_sink_create'

2017-12-30 Thread Vivi, Rodrigo
Drm-tip rebuild created this function duplication in some merge resolution... not sure where that came from or started... But Lucas had warned me yesterday morning... So, yesterday night I added a fix-up on drm-rerere that remove the duplication on drm-tip... and that should be fixed by now I t

[pull] amdgpu and ttm drm-next-4.16

2017-12-30 Thread Alex Deucher
Hi Dave, Last few updates for 4.16: - Misc fixes for amdgpu - Enable swapout for reserved BOs during allocation for ttm - Misc cleanups for ttm The following changes since commit df2869abd92b740af141ee2eb081bfc69bd80877: Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux

How to map depth=30 fb to XBGR instead of XRGB?

2017-12-30 Thread Ilia Mirkin
NVIDIA hardware, prior to Kepler, only supports XBGR2101010. However drmAddFB with depth = 30 will use the mapping in drm_mode_legacy_fb_format and pick the XRGB version of the format. One solution is to tell userspace "stop using addfb, move to addfb2". However I'm hoping that there's some sort o