Re: [PATCH v2 0/5] Thunderbolt GPU fixes

2017-03-25 Thread Lukas Wunner
Dear drm-misc maintainers, please consider merging this series: On Sat, Mar 18, 2017 at 08:39:53AM +0100, Lukas Wunner wrote: > Hi Daniel, > > On Fri, Mar 10, 2017 at 09:23:45PM +0100, Lukas Wunner wrote: > > Fix Thunderbolt-related issues in apple-gmux and vga_switcheroo, v2: > > > > Same as v

[PATCH] drm: Add description for scdc variable

2017-03-25 Thread Shashank Sharma
This patch adds description about 'scdc' variable in drm_hdmi_info structure, to fix this warning during doc-build. "drm_connector.h:140: warning: No description found for parameter 'scdc'" Cc: Daniel Vetter Signed-off-by: Shashank Sharma --- include/drm/drm_connector.h | 2 ++ 1 file changed,

[PATCH v2] drm: Add description for scdc variable

2017-03-25 Thread Shashank Sharma
This patch adds description about 'scdc' variable in drm_hdmi_info structure, to fix this warning during doc-build. "drm_connector.h:140: warning: No description found for parameter 'scdc'" V2: Rebase Cc: Daniel Vetter Signed-off-by: Shashank Sharma --- include/drm/drm_connector.h | 2 ++ 1 f

RE: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-25 Thread Sharma, Shashank
Added description for the variable in this patch: https://patchwork.freedesktop.org/patch/146424/ Regards Shashank -Original Message- From: daniel.vet...@ffwll.ch [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter Sent: Friday, March 24, 2017 9:08 PM To: Sharma, Shashank Cc: Syr

[PATCH v3] drm: Add description for scdc variable

2017-03-25 Thread Shashank Sharma
This patch adds description about 'scdc' variable in drm_hdmi_info structure, to fix this warning during doc-build. "drm_connector.h:140: warning: No description found for parameter 'scdc'" V2: Rebase V3: Added doc is specific format Cc: Daniel Vetter Signed-off-by: Shashank Sharma --- includ

[PATCH v4] drm: Add description for scdc variable

2017-03-25 Thread Shashank Sharma
This patch adds description about 'scdc' variable in drm_hdmi_info structure, to fix this warning during doc-build. "drm_connector.h:140: warning: No description found for parameter 'scdc'" V2: Rebase Cc: Daniel Vetter Signed-off-by: Shashank Sharma --- include/drm/drm_connector.h | 4 1

RE: [Intel-gfx] [PATCH v10 3/6] drm/edid: detect SCDC support in HF-VSDB

2017-03-25 Thread Sharma, Shashank
Please use updated version of the patch [V4]: https://patchwork.freedesktop.org/patch/146426/ (previous one had a merge conflict due to my local patch) Regards Shashank -Original Message- From: Sharma, Shashank Sent: Saturday, March 25, 2017 11:23 AM To: 'Daniel Vetter' Cc: Syrjala, Vil

Re: [PATCH 09/16] drm/todo: Add tinydrm refactoring ideas

2017-03-25 Thread Noralf Trønnes
Den 22.03.2017 09.36, skrev Daniel Vetter: Discussed with Noralf on the list a bit. An open question is tinydrm vs. drm_panel, but until we have a clear idea what's really needed in that space, I think it's best to just move forward with what we have. Cc: Noralf Trønnes Signed-off-by: Daniel

[Bug 99923] HITMAN (2016) having lighting and artefacting, and overly light room.

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99923 --- Comment #13 from Christoph Schwerdtfeger --- I'm having the same problem, at least the black block artifacts. It doesn't matter if I set the shadows to low or medium quality and window or fullscreen also doesn't make any difference. I'm usin

Re: [RFC PATCH 0/3] drm/panel: Pull some code out into common helpers

2017-03-25 Thread Noralf Trønnes
Den 17.03.2017 15.17, skrev Sean Paul: On Thu, Mar 16, 2017 at 6:08 PM, Sean Paul wrote: This series pulls out the power-sequencing code from panel-simple into a panel-common helper library. This allows drivers that cannot leverage panel-simple to share some code. I've converted the 2 sharp m

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2017-03-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=86351 --- Comment #29 from Andy Furniss (adf.li...@gmail.com) --- I tried with jack and it works - so I have another workaround. It accesses alsa like - cat /proc/asound/card*/pcm3p/sub0/hw_params access: MMAP_INTERLEAVED format: S16_LE subformat: STD

[Bug 100058] amdgpu/dpm: NULL pointer dereference

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100058 --- Comment #10 from Adam Wolk --- > Do the patches in bug 99387 help? This is a machine I use for work unfortunately I can't fiddle with it more. Regarding the flickering issue I reported it as a separate bug. https://bugs.freedesktop.org/sh

[PATCH] drm/tinydrm: Fix for v.4.11

2017-03-25 Thread Noralf Trønnes
I guess this should be fixed before stable. Later the DEFINE_DRM_GEM_CMA_FOPS macro can be used. Noralf. Noralf Trønnes (1): drm/tinydrm: Fix drm_driver.fops.owner drivers/gpu/drm/tinydrm/core/tinydrm-core.c | 15 --- drivers/gpu/drm/tinydrm/mi0283qt.c | 13 +

[PATCH] drm/tinydrm: Fix drm_driver.fops.owner

2017-03-25 Thread Noralf Trønnes
drm_driver.fops can't be shared since the owner then becomes tinydrm.ko. Move the fops declaration to the driver. Reported-by: Daniel Vetter Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/core/tinydrm-core.c | 15 --- drivers/gpu/drm/tinydrm/mi0283qt.c | 13 +

Re: [RFC PATCH 0/3] drm/panel: Pull some code out into common helpers

2017-03-25 Thread Emil Velikov
On 22 March 2017 at 15:06, Sean Paul wrote: > On Wed, Mar 22, 2017 at 02:36:27PM +, Emil Velikov wrote: >> Hi Sean, >> >> On 16 March 2017 at 22:08, Sean Paul wrote: >> > This series pulls out the power-sequencing code from panel-simple into a >> > panel-common helper library. This allows dri

[Bug 100387] War Thunder game has visual errors, missing textures

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100387 Bug ID: 100387 Summary: War Thunder game has visual errors, missing textures Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [RFC PATCH 1/3] drm/panel: Pull common panel code out into helpers

2017-03-25 Thread Emil Velikov
Hi Sean, Something small that stood out while skimming through the design. On 16 March 2017 at 22:08, Sean Paul wrote: > struct panel_simple { > struct drm_panel base; > + struct panel_common common; > + > bool prepared; > bool enabled; > There two should go ? >

[Bug 100389] Can't cap framerate

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100389 Bug ID: 100389 Summary: Can't cap framerate Product: DRI Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: medi

Re: [RFC PATCH 3/3] drm/panel: panel-sharp-ls043t1le01: Use panel-common helpers

2017-03-25 Thread Emil Velikov
On 16 March 2017 at 22:08, Sean Paul wrote: > static const struct drm_display_mode default_mode = { > @@ -259,14 +238,14 @@ static const struct drm_panel_funcs > sharp_nt_panel_funcs = { > static int sharp_nt_panel_add(struct sharp_nt_panel *sharp_nt) > { > struct device *dev = &sharp

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 Bug ID: 100390 Summary: [steam] Grand Ages: Medieval crashes instantly Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Se

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 --- Comment #1 from Christoph Berliner --- Created attachment 130452 --> https://bugs.freedesktop.org/attachment.cgi?id=130452&action=edit crashdump -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 --- Comment #2 from Christoph Berliner --- Created attachment 130453 --> https://bugs.freedesktop.org/attachment.cgi?id=130453&action=edit glxinfo -- You are receiving this mail because: You are the assignee for the bug._

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 --- Comment #3 from Christoph Berliner --- *** Bug 100388 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailin

[Bug 100388] Steam game G

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100388 Christoph Berliner changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 --- Comment #4 from Christoph Berliner --- Created attachment 130454 --> https://bugs.freedesktop.org/attachment.cgi?id=130454&action=edit basic system information -- You are receiving this mail because: You are the assignee for the bug.

[Bug 100390] [steam] Grand Ages: Medieval crashes instantly

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100390 --- Comment #5 from Christoph Berliner --- And probably a similar problem described in the steam community: http://steamcommunity.com/app/221410/discussions/0/540743757387624740/ -- You are receiving this mail because: You are the assignee fo

[Bug 100392] Applications Requiring 3d accel fail to launch on Wayland after waking from sleep

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100392 Bug ID: 100392 Summary: Applications Requiring 3d accel fail to launch on Wayland after waking from sleep Product: Mesa Version: unspecified Hardware: x86-64 (AMD64)

[Bug 100392] Applications Requiring 3d accel fail to launch on Wayland after waking from sleep

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100392 vkontog...@gmail.com changed: What|Removed |Added Priority|medium |high CC|

[Bug 100392] Applications Requiring 3d accel fail to launch on Wayland after waking from sleep

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100392 --- Comment #1 from vkontog...@gmail.com --- Created attachment 130457 --> https://bugs.freedesktop.org/attachment.cgi?id=130457&action=edit Xonotic Crash -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 100387] War Thunder game has visual errors, missing textures

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100387 --- Comment #1 from aceman --- I now noticed the same console errors are output when running the latest Firefox nightly with "webrender" force-enabled (in about:config). Maybe that helps and is easier to debug than a big game. -- You are recei

[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100393 Bug ID: 100393 Summary: Cemu wiiu emulator crashes after selecting game on radeonsi Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)

[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100393 --- Comment #1 from Ilia Mirkin --- You're forcing a core context, which in turn disables things like glGetString(GL_EXTENSIONS); you have to use glGetStringi now. However cemu isn't ready for a core context. Try MESA_GL_VERSION_OVERRIDE=4.0COM

[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100393 --- Comment #2 from Giovanni ongaro --- THanks for the quick response i tried without the override but the screen stays black no error is displayed and sound is played maybe i shoud change this bug title to cemu does not render -- You are rece

[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100393 --- Comment #3 from Giovanni ongaro --- sorry but in fact this error is displayed Mesa: User error: GL_INVALID_ENUM in glEnable(GL_PRIMITIVE_RESTART) and then sound plays -- You are receiving this mail because: You are the assignee for the bu

[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100393 --- Comment #4 from Ilia Mirkin --- (In reply to Giovanni ongaro from comment #3) > sorry but in fact this error is displayed > Mesa: User error: GL_INVALID_ENUM in glEnable(GL_PRIMITIVE_RESTART) > > and then sound plays The issue is "cemu was

[Bug 100395] DC, Powerplay, Tonga, top screen flicker with current amd-staging-4.9

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100395 Bug ID: 100395 Summary: DC, Powerplay, Tonga, top screen flicker with current amd-staging-4.9 Product: DRI Version: DRI git Hardware: Other OS: All

[Bug 193981] AMDGPU: R9 380 Fan rotates all the time (loud!)

2017-03-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=193981 --- Comment #15 from winches (dry...@gmx.fr) --- Thank you. "git bisect skip" could be useful next time. To avoid the problem i use "git bisect log" to-a-file and "git bisect replay" from-a-file. So the result : 646cccb55b26b95b981ea9a63512260d0c

[Bug 193981] AMDGPU: R9 380 Fan rotates all the time (loud!)

2017-03-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=193981 --- Comment #16 from winches (dry...@gmx.fr) --- I've check the code, so if i understand; to solve the problem on my computer i have to rename tonga_smc.bin to tonga_k_smc.bin If it works, it's a firmware problem. -- You are receiving this mail

Re: [Mesa-dev] [RFC libdrm 0/2] Replace the build system with meson

2017-03-25 Thread Rob Clark
On Fri, Mar 24, 2017 at 11:47 AM, Jose Fonseca wrote: > > Like I said in another email, maybe mesademos is a good way to get our feet > wet. jfwiw, I decided to figure out what this meson stuff is all about, and converted kmscube (after adding an optional bit for video-cube, to make it *slightly*

[Bug 193651] Amdgpu error messages at boot with Amd RX460

2017-03-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=193651 Milo (milo...@gmail.com) changed: What|Removed |Added CC||milo...@gmail.com --- Comment

Re: [PATCH v2 0/5] Thunderbolt GPU fixes

2017-03-25 Thread Daniel Vetter
Hi Lukas, On Sat, Mar 25, 2017 at 09:05:20AM +0100, Lukas Wunner wrote: > Dear drm-misc maintainers, > > please consider merging this series: I think I pinged you in private already, but want to become drm-misc committer so that you don't have to wait for lazy maintainers to get around to mergin

Re: [PATCH 08/19] drm/tilcdc: Drop calls to modeset_lock_crtc

2017-03-25 Thread Daniel Vetter
On Fri, Mar 24, 2017 at 11:46:53AM +0200, Tomi Valkeinen wrote: > On 22/03/17 23:50, Daniel Vetter wrote: > > Again this is an internal helper, not the official way to lock a crtc. > > > > Cc: Jyri Sarha > > Cc: Tomi Valkeinen > > Signed-off-by: Daniel Vetter > > --- > > drivers/gpu/drm/tilcdc

Re: [PATCHv2 26/31] drm/omap: Create fbdev emulation only for the first DRM connector

2017-03-25 Thread Daniel Vetter
On Fri, Mar 24, 2017 at 11:40:47AM +0200, Tomi Valkeinen wrote: > From: Peter Ujfalusi > > Add fbdev emulation only for the first DRM connector. > When the fbdev emulation was created for all connectors with different > resolution, the lower res display would only be able to show part of the > fr

Re: [PATCHv2 06/31] drm/omap: Init fbdev emulation only when we have displays

2017-03-25 Thread Daniel Vetter
On Fri, Mar 24, 2017 at 11:40:27AM +0200, Tomi Valkeinen wrote: > From: Peter Ujfalusi > > Do not try to init the fbdev if either num_crtcs or num_connectors is 0. > In this case we do not have display so the fbdev init would fail anyways. > > Signed-off-by: Peter Ujfalusi > Signed-off-by: Tomi

Re: [PATCHv2 31/31] drm/omap: fix crash on module unload

2017-03-25 Thread Daniel Vetter
On Fri, Mar 24, 2017 at 11:40:52AM +0200, Tomi Valkeinen wrote: > When unloading omapdrm we get a NULL pointer deref in > omap_drm_irq_uninstall(). This is caused by: > > 967dd48417874dd25491a4e933648f394a64f70f ("drm: remove > drm_vblank_no_hw_counter assignment from driver code") > > As OMAP DS

[Bug 100270] power usage increase by approx 4W between kernel 4.7.8 and 4.8.5

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100270 --- Comment #8 from brett.hass...@gmail.com --- As a workaround: install acpi-call-dkms run - echo "\_SB.PCI0.PEG0.PEGP.SGOF" | sudo dd of=/proc/acpi/call Power consumption once settled after login (no wifi connection) drops to previous 4.7 ker

Re: [PATCH v2] drm: Add description for scdc variable

2017-03-25 Thread Daniel Vetter
On Sat, Mar 25, 2017 at 11:21:29AM +0200, Shashank Sharma wrote: > This patch adds description about 'scdc' variable in drm_hdmi_info > structure, to fix this warning during doc-build. > > "drm_connector.h:140: warning: No description found for parameter 'scdc'" > > V2: Rebase > > Cc: Daniel Vet

Re: [PATCH] drm/tinydrm: Fix drm_driver.fops.owner

2017-03-25 Thread Daniel Vetter
On Sat, Mar 25, 2017 at 02:56:20PM +0100, Noralf Trønnes wrote: > drm_driver.fops can't be shared since the owner then becomes tinydrm.ko. > Move the fops declaration to the driver. > > Reported-by: Daniel Vetter > Signed-off-by: Noralf Trønnes Since it only "breaks" unloading (and only if you

Re: [regression] Re: 4.11-rc0, thinkpad x220: GPU hang

2017-03-25 Thread Pavel Machek
On Mon 2017-03-06 12:23:41, Chris Wilson wrote: > On Mon, Mar 06, 2017 at 01:10:48PM +0100, Pavel Machek wrote: > > On Mon 2017-03-06 11:15:28, Chris Wilson wrote: > > > On Mon, Mar 06, 2017 at 12:01:51AM +0100, Pavel Machek wrote: > > > > Hi! > > > > > > > > > > mplayer stopped working after a wh

[PATCH] drm/vblank: Simplify the get_scanout_position helper hook

2017-03-25 Thread Daniel Vetter
- We can drop the different return value flags, the only caller only cares about whether the scanout position is valid or not. Also, it's entirely undefined what "accurate" means, if we'd really care we should probably wire the max_error through. But since we never even report this to users

[PATCH] drm: document drm_ioctl.[hc]

2017-03-25 Thread Daniel Vetter
Also unify/merge with the existing stuff. I was a bit torn where to put this, but in the end I decided to put all the ioctl/sysfs/debugfs stuff into drm-uapi.rst. That means we have a bit a split with the other uapi related stuff used internally, like drm_file.[hc], but I think overall this makes

Re: [PATCH] drm/tinydrm: Fix drm_driver.fops.owner

2017-03-25 Thread Noralf Trønnes
Den 25.03.2017 22.32, skrev Daniel Vetter: On Sat, Mar 25, 2017 at 02:56:20PM +0100, Noralf Trønnes wrote: drm_driver.fops can't be shared since the owner then becomes tinydrm.ko. Move the fops declaration to the driver. Reported-by: Daniel Vetter Signed-off-by: Noralf Trønnes Since it only

[Bug 100398] [agd5f] New errors when tonga card powers up

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100398 Bug ID: 100398 Summary: [agd5f] New errors when tonga card powers up Product: DRI Version: DRI git Hardware: Other OS: All Status: NEW Severity: normal

[Bug 100399] Kernel invalid opcode on unbinding amdgpu

2017-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100399 Bug ID: 100399 Summary: Kernel invalid opcode on unbinding amdgpu Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

[Bug 193651] Amdgpu error messages at boot with Amd RX460

2017-03-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=193651 --- Comment #16 from fin4...@hotmail.com --- (In reply to Milo from comment #15) > > I tried the above but notice that it fails when trying to build headers. You do not need kernel headers unless you are using some dkms drivers. Currently ther