:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/7b0132a1/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140209/49c26ec6/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #27 from Alex Deucher ---
dpm is disabled by default again on these asics until we fix this issue.
--
You are receiving this mail because:
You are watching the assignee of the bug.
iving 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/20140209/517a5a2d/attachment.html>
but am not sure if I'll find the time.
--
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/20140209/ef982fac/attachment.html>
achment was scrubbed...
Name: konsole-pink.png
Type: image/png
Size: 26266 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/4410711b/attachment-0001.png>
Declare 'struct device' explicitly in ttm_page_alloc.h as this file
does not include any file declaring it. This removes the following
warning:
warning: 'struct device' declared inside parameter list
Signed-off-by: Alexandre Courbot
---
This warning was visible when compiling Nouveau on
Hi
On Sat, Feb 8, 2014 at 1:16 AM, Rian Quinn wrote:
> I noticed that the hotplug IOTCLs were removed. How are monitor hotplug
> events captured?
You get a "change"-uevent on the card-node. Use libudev with
udev_monitor to listen for them. Hotplug-events will have HOTPLUG=1 as
uevent-variable.
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/6a8203d6/attachment.html>
On Sun, Feb 9, 2014 at 5:08 PM, Rafa? Mi?ecki wrote:
> Hi guys,
>
> Last week I've switched from my old & good 3.4.63 to 3.14-rc1 and
> noticed nasty display corruptions when using nouveau. It seems that
> changing parts of the screen are appearing for a fraction of second in
> random places. I've
abi16->handles is a u64, so make sure to use 1ULL << val when modifying.
Signed-off-by: Ilia Mirkin
---
Noticed this when doing the previous patch. I'm not sure whether this affects
64-bit builds or not, didn't care to look at the assembly or check the
standard.
drivers/gpu/drm/nouveau/nouveau
The ffsll function is a lot slower than the __ffs64 built-in which
compiles to a single instruction on 64-bit. It's also nice to avoid
custom versions of standard functions. Note that __ffs == ffs - 1.
Signed-off-by: Ilia Mirkin
---
I wrote a user-space program to test these out and make sure th
ion fault
--
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/20140209/578d6a10/attachment.html>
assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/4ad6ff63/attachment.html>
d...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/eac800a8/attachment.html>
lists.freedesktop.org/archives/dri-devel/attachments/20140209/b5c262b4/attachment.html>
Signed-off-by: Paul Bolle
---
Entirely untested. But it's clear that this is what was intended.
drivers/gpu/drm/tegra/drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index 88a5290..c715947 100644
--- a/drivers/gp
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/53daacad/attachment.html>
D/ATI] Turks
XT [Radeon HD 6670/7670]
--
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/20140209/84ceff55/attachment.html>
part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140209/68f00665/attachment.html>
On Sun, Feb 09, 2014 at 10:22:19AM +0100, Jean-Francois Moine wrote:
> On Fri, 7 Feb 2014 20:23:51 +
> Russell King - ARM Linux wrote:
>
> > Here's my changes to the TDA998x driver to add support for the component
> > helper. The TDA998x driver retains support for the old way so that
> > dri
On Fri, Feb 7, 2014 at 8:45 AM, wrote:
> From: Ville Syrj?l?
>
> Make drm_property_create_bitmask() a bit more generic by allowing the
> caller to specify which bits are in fact supported. This allows multiple
> callers to use the same enum list, but still create different versions
> of the same
On Fri, Feb 7, 2014 at 8:45 AM, wrote:
> From: Ville Syrj?l?
>
> Use the new drm_mode_create_rotation_property() in omapdrm.
>
> Signed-off-by: Ville Syrj?l?
Reviewed-by: Rob Clark
> ---
> drivers/gpu/drm/omapdrm/omap_plane.c | 17 +++--
> 1 file changed, 7 insertions(+), 10 del
23 matches
Mail list logo