[pull] radeon drm-next-3.16

2014-06-03 Thread Alex Deucher
On Tue, Jun 3, 2014 at 10:00 PM, Dave Airlie wrote: > On 3 June 2014 23:03, Christian K?nig wrote: >> Am 03.06.2014 14:58, schrieb Alex Deucher: >> >>> On Mon, Jun 2, 2014 at 11:21 PM, Michel D?nzer >>> wrote: On 03.06.2014 07:55, Alex Deucher wrote: > > This is the first pull

[PATCH] drm/nouveau/vm: fix mapping of SG pages list

2014-06-03 Thread Alexandre Courbot
SG pages lists (not to be confused with scatterlists) are a list of 4KB memory pages used to define a nouveau_mem. Mapping them to a VM that does not use 4KB apertures resulted in each subsequent 4KB physical page being mapped into a larger VM aperture, thus creating an incorrect, overlapping mappi

[Bug 76861] radeon: flickering horizontal stripes/lines

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76861 Sven Dziadek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH] drm/exynos: dp: Use correct module license

2014-06-03 Thread Jingoo Han
According to the header comment in the source file, the driver is licensed under GPL v2, so update MODULE_LICENSE() to match that. Signed-off-by: Jingoo Han --- drivers/gpu/drm/exynos/exynos_dp_core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/e

[PATCH] drm/radeon: use lower_32_bits where appropriated

2014-06-03 Thread Christian König
From: Christian K?nig Replace occurrences of "v & 0x" with lower_32_bits(v) when it's next to an upper_32_bits(v). Also remove unnecessary "upper_32_bits(v) & 0x" code snippets. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/cik.c | 4 ++-- drivers/gpu/drm/rade

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Daniel Vetter
The drm core shouldn't depend upon any helpers, and we make sure this doesn't accidentally happen by moving them into the helper-only drm_kms_helper.ko module. v2: Don't break the build for vmwgfx, spotted by Matt. v3: Unbreak the depency loop around CONFIG_FB (not actually a loop since it involv

[Bug 77261] [pciehp] (PCI Express Hot Plug Controller) unloads radeon DRM driver w/ vgaswitcheroo

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=77261 Shawn Starr changed: What|Removed |Added CC||rjw at rjwysocki.net Component|Vid

[Bug 77261] New: [pciehp] (PCI Express Hot Plug Controller) unloads radeon DRM driver w/ vgaswitcheroo

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=77261 Bug ID: 77261 Summary: [pciehp] (PCI Express Hot Plug Controller) unloads radeon DRM driver w/ vgaswitcheroo Product: Drivers Version: 2.5 Kernel Version: 3.15-rc8 Hardw

[Bug 79551] DRI_PRIME not working

2014-06-03 Thread bugzilla-dae...@freedesktop.org
ed it. xorg-server 2:1.15.1-0ubuntu2 ubuntu 14.04 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/4658229c/attachment.html>

[Bug 74551] Unable to enable ACPI

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74551 --- Comment #9 from maxis11 --- (In reply to maxis11 from comment #8) > (In reply to Alex Deucher from comment #7) > > Can you bisect? > > All kernels 3.13.X ,3.14.X, 3.15-rc(1-8) are broken. 3.12 kernel started > work from commit b2b8225e61d9176

[Bug 74551] Unable to enable ACPI

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74551 --- Comment #8 from maxis11 --- (In reply to Alex Deucher from comment #7) > Can you bisect? All kernels 3.13.X ,3.14.X, 3.15-rc(1-8) are broken. 3.12 kernel started work from commit b2b8225e61d9176a5d08218842ce03c7be035176 (drm/radeon: 0x9649 is

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-03 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/b3767578/attachment.html>

[PATCH] drm/radeon: rework page flip handling v4

2014-06-03 Thread Alex Deucher
From: Christian K?nig Instead of trying to flip inside the vblank period when the buffer is idle, offload blocking for idle to a kernel thread and program the flip directly into the hardware. v2: add error handling, fix EBUSY handling v3: add proper exclusive_lock handling v4: update crtc->prima

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Daniel Vetter
The drm core shouldn't depend upon any helpers, and we make sure this doesn't accidentally happen by moving them into the helper-only drm_kms_helper.ko module. v2: Don't break the build for vmwgfx, spotted by Matt. Cc: Matt Roper Cc: Thomas Hellstrom Signed-off-by: Daniel Vetter --- drivers/g

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Daniel Vetter
On Tue, Jun 3, 2014 at 4:44 PM, Matt Roper wrote: > On Tue, Jun 03, 2014 at 03:38:56PM +0200, Daniel Vetter wrote: >> The drm core shouldn't depend upon any helpers, and we make sure this >> doesn't accidentally happen by moving them into the helper-only >> drm_kms_helper.ko module. >> >> Cc: Matt

[PATCH 04/11] vga_switcheroo: Allow stashing of panel data

2014-06-03 Thread Jani Nikula
On Sun, 01 Jun 2014, Matthew Garrett wrote: > Not all MUXes allow us to connect the panel data channel to a GPU without > handing over the entire panel and triggering additional flickering during > boot. We only need to do this in order to probe for data that the first > GPU driver has already ide

[PATCH 01/11] vga_switcheroo: Add support for switching only the DDC

2014-06-03 Thread Jani Nikula
On Sun, 01 Jun 2014, Matthew Garrett wrote: > From: Seth Forshee > > During graphics driver initialization its useful to be able to mux only > the DDC to the inactive client in order to read the EDID. Add a > switch_ddc callback to allow capable handlers to provide this > functionality, and add v

[PATCH] drm/radeon: use lower_32_bits where appropriated

2014-06-03 Thread Alex Deucher
On Tue, Jun 3, 2014 at 2:51 PM, Christian K?nig wrote: > From: Christian K?nig > > Replace occurrences of "v & 0x" with lower_32_bits(v) > when it's next to an upper_32_bits(v). Also remove unnecessary > "upper_32_bits(v) & 0x" code snippets. > > Signed-off-by: Christian K?nig

[Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1

2014-06-03 Thread bugzilla-dae...@freedesktop.org
u are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/77e1182b/attachment-0001.html>

[PATCH 5/5] drm/radeon: rework page flip handling v3

2014-06-03 Thread Christian König
Am 03.06.2014 15:31, schrieb Alex Deucher: > On Wed, May 28, 2014 at 2:56 AM, Michel D?nzer wrote: >> On 27.05.2014 23:49, Christian K?nig wrote: >>> From: Christian K?nig >>> >>> Instead of trying to flip inside the vblank period when >>> the buffer is idle, offload blocking for idle to a kernel

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Daniel Vetter
The drm core shouldn't depend upon any helpers, and we make sure this doesn't accidentally happen by moving them into the helper-only drm_kms_helper.ko module. Cc: Matt Roper Signed-off-by: Daniel Vetter --- drivers/gpu/drm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) d

[PATCH 8/8] drm: add drm_fb_helper_restore_fbdev_mode_unlocked()

2014-06-03 Thread Daniel Vetter
On Fri, May 30, 2014 at 01:12:10PM -0400, Rob Clark wrote: > All drm_fb_helper_restore_fbdev_mode() call sites, save one, do the same > locking. Simplify this into drm_fb_helper_restore_fbdev_mode_unlocked(). > > Signed-off-by: Rob Clark Presuming I'm not blind the last such user is in the fb h

[PATCH 7/8] drm: convert crtc and connection_mutex to ww_mutex (v3)

2014-06-03 Thread Daniel Vetter
On Fri, May 30, 2014 at 01:12:09PM -0400, Rob Clark wrote: > For atomic, it will be quite necessary to not need to care so much > about locking order. And 'state' gives us a convenient place to stash a > ww_ctx for any sort of update that needs to grab multiple crtc locks. > > Because we will wan

[RFC V3 2/3] drm/bridge: add a dummy panel driver to support lvds bridges

2014-06-03 Thread Ajay kumar
On Tue, May 20, 2014 at 1:40 AM, Thierry Reding wrote: > On Tue, May 20, 2014 at 12:37:38AM +0530, Ajay kumar wrote: >> On 5/19/14, Thierry Reding wrote: >> > On Sun, May 18, 2014 at 01:50:36PM +0530, Ajay kumar wrote: >> >> On Sun, May 18, 2014 at 2:44 AM, Thierry Reding >> >> wrote: >> >> > On

[PATCH 2/8] drm: add extended property types

2014-06-03 Thread Daniel Vetter
On Fri, May 30, 2014 at 01:12:04PM -0400, Rob Clark wrote: > If we continue to use bitmask for type, we will quickly run out of room > to add new types. Split this up so existing part of bitmask range > continues to function as before, but reserve a chunk of the remaining > space for an integer ty

[PATCH 3/8] drm: add object property type

2014-06-03 Thread Daniel Vetter
On Fri, May 30, 2014 at 01:12:05PM -0400, Rob Clark wrote: > An object property is an id (idr) for a drm mode object. This > will allow a property to be used set/get a framebuffer, CRTC, etc. > > Signed-off-by: Rob Clark Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_crtc.c | 61 > +

[PATCH 1/8] drm: helpers to find mode objects

2014-06-03 Thread Daniel Vetter
On Fri, May 30, 2014 at 01:12:03PM -0400, Rob Clark wrote: > Add a few more useful helpers to find mode objects. > > Signed-off-by: Rob Clark Still a pile of these in drivers and still a perfect use-case for cocci. Patch itself looks good. -Daniel > --- > drivers/gpu/drm/drm_crtc.c | 90 >

[Bug 79223] extra vsync when reading back pixels in xbmc

2014-06-03 Thread bugzilla-dae...@freedesktop.org
- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/97b4e490/attachment.html>

[pull] radeon drm-next-3.16

2014-06-03 Thread Christian König
Am 03.06.2014 14:58, schrieb Alex Deucher: > On Mon, Jun 2, 2014 at 11:21 PM, Michel D?nzer wrote: >> On 03.06.2014 07:55, Alex Deucher wrote: >>> This is the first pull request for radeon for 3.16. Christian has >>> a few other patches that depend on some fixes from 3.15 so I'll wait >>> to send

[PATCH v2 8/8] drm: drop drm_get_connector_name() and drm_get_encoder_name()

2014-06-03 Thread Jani Nikula
No longer used or needed as the structs have a name field. Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_crtc.c | 20 include/drm/drm_crtc.h | 2 -- 2 files changed, 22 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/dr

[PATCH v2 7/8] drm: replace drm_get_encoder_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patch: @@ expression E; @@ - drm_get_encoder_name(E) + E->name Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_crtc.c| 2 +- drivers/gpu/drm/drm_crtc_helper.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dr

[PATCH v2 6/8] drm/i915: replace drm_get_encoder_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patches: @@ expression E; @@ - drm_get_encoder_name(&E) + E.name @@ expression E; @@ - drm_get_encoder_name(E) + E->name v2: Turn drm_get_encoder_name(&E) into E.name instead of &(E)->name. Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/drm/i91

[PATCH v2 5/8] drm: replace drm_get_connector_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patch: @@ expression E; @@ - drm_get_connector_name(E) + E->name Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_crtc.c | 4 ++-- drivers/gpu/drm/drm_crtc_helper.c | 6 +++--- drivers/gpu/drm/drm_edid.c | 6 +++--- drive

[PATCH v2 4/8] drm/radeon: replace drm_get_connector_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patch: @@ expression E; @@ - drm_get_connector_name(E) + E->name Acked-by: Alex Deucher Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/drm/radeon/radeon_connectors.c | 19 --- drivers/gpu/drm/radeon/radeon_display.c| 2 +- 2

[PATCH v2 3/8] drm/nouveau: replace drm_get_connector_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patches: @@ expression E; @@ - drm_get_connector_name(&E) + E.name @@ expression E; @@ - drm_get_connector_name(E) + E->name v2: Turn drm_get_connector_name(&E) into E.name instead of &(E)->name. Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/d

[PATCH v2 2/8] drm/i915: replace drm_get_connector_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patches: @@ expression E; @@ - drm_get_connector_name(&E) + E.name @@ expression E; @@ - drm_get_connector_name(E) + E->name v2: Turn drm_get_connector_name(&E) into E.name instead of &(E)->name. Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/gpu/d

[PATCH v2 1/8] staging: imx-drm-core: replace drm_get_connector_name() with direct name field use

2014-06-03 Thread Jani Nikula
Generated using semantic patch: @@ expression E; @@ - drm_get_connector_name(E) + E->name Acked-by: David Herrmann Signed-off-by: Jani Nikula --- drivers/staging/imx-drm/imx-drm-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/imx-drm/imx-drm-core.c

[PATCH v2 0/8] drm & drivers: kill drm_get_connector_name() and drm_get_encoder_name()

2014-06-03 Thread Jani Nikula
Hi all, this is v2 of [1] to remove drm_get_connector_name() and drm_get_encoder_name(), adding patch 1 for imx in staging and making some dereferences less of an eye sore. This is based on Dave's drm-next branch. BR, Jani. [1] http://mid.gmane.org/cover.1401110921.git.jani.nikula at intel.com

[RFC V3 2/3] drm/bridge: add a dummy panel driver to support lvds bridges

2014-06-03 Thread Andrzej Hajda
On 06/03/2014 11:58 AM, Ajay kumar wrote: > On Tue, May 20, 2014 at 1:40 AM, Thierry Reding > wrote: >> On Tue, May 20, 2014 at 12:37:38AM +0530, Ajay kumar wrote: >>> On 5/19/14, Thierry Reding wrote: On Sun, May 18, 2014 at 01:50:36PM +0530, Ajay kumar wrote: > On Sun, May 18, 2014 at

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-03 Thread bugzilla-dae...@freedesktop.org
u are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/2869b2eb/attachment.html>

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-03 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140603/0131c798/attachment.html>

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-03 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/b83d7bcf/attachment.html>

[pull] radeon drm-next-3.16

2014-06-03 Thread Michel Dänzer
On 03.06.2014 07:55, Alex Deucher wrote: > > This is the first pull request for radeon for 3.16. Christian has > a few other patches that depend on some fixes from 3.15 so I'll wait > to send those out until you sort out the 3.15 merge. [...] > Christian K?nig (10): [...] > drm/radeon: re

[PATCH] ACPI / video: Favor native backlight interface for XPS13 9333

2014-06-03 Thread Gabriele Mazzotta
On Tuesday 03 June 2014 12:02:43, Gabriele Mazzotta wrote: > The Dell XPS13 9333 has a buggy acpi-video backlight control, hence > favor the properly working native backlight interface. > > Signed-off-by: Gabriele Mazzotta > --- > drivers/acpi/video.c | 8 > 1 file changed, 8 insertio

[PATCH] ACPI / video: Favor native backlight interface for XPS13 9333

2014-06-03 Thread Gabriele Mazzotta
The Dell XPS13 9333 has a buggy acpi-video backlight control, hence favor the properly working native backlight interface. Signed-off-by: Gabriele Mazzotta --- drivers/acpi/video.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 101fb

[Bug 77001] Radeon R9 270X GPU lockup and resume failure after all night inactivity [drm,radeonsi]

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=77001 --- Comment #5 from Grzegorz Kowal --- Created attachment 137941 --> https://bugzilla.kernel.org/attachment.cgi?id=137941&action=edit Boot log when GPU cannot be initialized. -- You are receiving this mail because: You are watching the assigne

[Bug 77001] Radeon R9 270X GPU lockup and resume failure after all night inactivity [drm,radeonsi]

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=77001 --- Comment #4 from Grzegorz Kowal --- I've got this again. This time with radeon.dpm=0 and power profile set to "low". Sometimes when I switch the computer on, it seems that system does not initiate the GPU properly and monitor stays off. The sy

[PATCH qxl.ko] Use surface_id 0 for primary surface on all monitors

2014-06-03 Thread David Mansfield
obite, INC. -- next part -- A non-text attachment was scrubbed... Name: qxl_force_primary_surface.patch Type: text/x-patch Size: 473 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/eaf7dcf7/attachment.bin>

[PATCH 8/8] drm: add drm_fb_helper_restore_fbdev_mode_unlocked()

2014-06-03 Thread Rob Clark
On Tue, Jun 3, 2014 at 9:33 AM, Daniel Vetter wrote: > On Fri, May 30, 2014 at 01:12:10PM -0400, Rob Clark wrote: >> All drm_fb_helper_restore_fbdev_mode() call sites, save one, do the same >> locking. Simplify this into drm_fb_helper_restore_fbdev_mode_unlocked(). >> >> Signed-off-by: Rob Clark

[RFC PATCH v1.4 08/16 1/2] drm/radeon: add timeout argument to radeon_fence_wait_seq

2014-06-03 Thread Maarten Lankhorst
This makes it possible to wait for a specific amount of time, rather than wait until infinity. Signed-off-by: Maarten Lankhorst Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon_fence.c | 60 +++ 1 file changed, 40 insertions(+), 20 deletions(-) d

[PATCH 5/5] drm/radeon: rework page flip handling v3

2014-06-03 Thread Alex Deucher
} > > If we return -EBUSY, we shouldn't change crtc->primary->fb, should we? I > wonder if crtc->primary->fb shouldn't be changed in > radeon_flip_work_func(), when we're sure we can actually flip. How about this? Alex -- next part --

[pull] radeon drm-next-3.16

2014-06-03 Thread Alex Deucher
On Mon, Jun 2, 2014 at 11:21 PM, Michel D?nzer wrote: > On 03.06.2014 07:55, Alex Deucher wrote: >> >> This is the first pull request for radeon for 3.16. Christian has >> a few other patches that depend on some fixes from 3.15 so I'll wait >> to send those out until you sort out the 3.15 merge.

[Bug 79504] LLVM error on fragment shader

2014-06-03 Thread bugzilla-dae...@freedesktop.org
s the correct image, so the texture is correct. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/8db65234/attachment.html>

[Bug 79575] New: [radeonsi] Wine's d3d8 test crashes in SITargetLowering::analyzeImmediate

2014-06-03 Thread bugzilla-dae...@freedesktop.org
Platform: i386 Host system: Linux Host version: 3.14.4-gentoo -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/9805e

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Matt Roper
On Tue, Jun 03, 2014 at 04:49:25PM +0200, Daniel Vetter wrote: > On Tue, Jun 3, 2014 at 4:44 PM, Matt Roper > wrote: > > On Tue, Jun 03, 2014 at 03:38:56PM +0200, Daniel Vetter wrote: > >> The drm core shouldn't depend upon any helpers, and we make sure this > >> doesn't accidentally happen by mo

[PATCH] drm: Move plane helpers into drm_kms_helper.ko

2014-06-03 Thread Matt Roper
On Tue, Jun 03, 2014 at 03:38:56PM +0200, Daniel Vetter wrote: > The drm core shouldn't depend upon any helpers, and we make sure this > doesn't accidentally happen by moving them into the helper-only > drm_kms_helper.ko module. > > Cc: Matt Roper > Signed-off-by: Daniel Vetter Are there any KM

[Bug 79223] extra vsync when reading back pixels in xbmc

2014-06-03 Thread bugzilla-dae...@freedesktop.org
ol's glXSwapBuffersMscOML() for timing buffer swaps, instead of explicitly waiting for vblank and then calling glXSwapBuffers(). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/22cffa06/attachment-0001.html>

[Bug 66731] ACPI + kworker high CPU usage

2014-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=66731 Zhang Rui changed: What|Removed |Added CC||rui.zhang at intel.com Component|Oth

[Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1

2014-06-03 Thread bugzilla-dae...@freedesktop.org
s to commit cc9b282f8a00c1d8e552a3776709ca84e1f4467d . -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/99b852a7/attachment.html>

[Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1

2014-06-03 Thread bugzilla-dae...@freedesktop.org
edesktop.org/archives/dri-devel/attachments/20140603/6c8536de/attachment.html>

[Bug 79504] LLVM error on fragment shader

2014-06-03 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/fa925cd6/attachment.html>

[Bug 79551] DRI_PRIME not working

2014-06-03 Thread bugzilla-dae...@freedesktop.org
this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/5e4af902/attachment.html>