Meh, I've again forgotten about all the cc's ...
/me needs coffee
On Tue, Aug 14, 2012 at 10:28 AM, Daniel Vetter wrote:
> Hi Dave,
>
> A few important fixers:
> - fix various lvds backlight issues, regressed in 3.6 (Takashi Iwai)
> - make the retina mbp work (ignore bogus edp bpc value in vbt)
On Sam, 2012-08-11 at 10:30 -0700, Steven Fuerst wrote:
> We use __fls() to find the most significant bit. Using that, the
> loop can be avoided. A second trick is to use the behaviour of the
> rotate instructions to expand the range of the unsigned int to float
> conversion to the full 32 bits
From: Ville Syrjälä
DRM_MODE() macro doesn't initialize the type of the base drm object.
When a copy is made of the mode, the object type is overwritten with
zero, and the the object can no longer be found by
drm_mode_object_find() due to the type check failing.
Signed-off-by: Ville Syrjälä
---
https://bugzilla.kernel.org/show_bug.cgi?id=20142
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=20752
Alan changed:
What|Removed |Added
CC||a...@lxorguk.ukuu.org.uk
Kernel Version|2.6.3
https://bugzilla.kernel.org/show_bug.cgi?id=20982
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=20142
Alan changed:
What|Removed |Added
CC||contact+ker...@toniob.net
--- Comment #10 from
https://bugzilla.kernel.org/show_bug.cgi?id=21002
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=21542
Alan changed:
What|Removed |Added
CC||a...@lxorguk.ukuu.org.uk
Summary|Radeo
https://bugs.freedesktop.org/show_bug.cgi?id=53490
Bug #: 53490
Summary: [bisected] bump map corruption from kernel 3.5
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #1 from Joeri Capens 2012-08-14 12:23:05 UTC ---
Created attachment 65541
--> https://bugs.freedesktop.org/attachment.cgi?id=65541
Portal 2 screenshot - bad
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #2 from Joeri Capens 2012-08-14 12:24:48 UTC ---
Created attachment 65542
--> https://bugs.freedesktop.org/attachment.cgi?id=65542
bisect info
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #3 from Joeri Capens 2012-08-14 12:31:22 UTC ---
Forgot to mention: while trying (but failing) to narrow down the problem with
patch 416a2bd274566a6f607a271f524b2dc0b84d9106 I found that variable
num_shader_engines in evergreen.c appe
https://bugzilla.kernel.org/show_bug.cgi?id=23372
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=44800
--- Comment #11 from Reartes Guillermo 2012-08-14 13:16:04
UTC ---
@Marko Kohtala
Currently you are bootin in UEFI mode.
Can you boot in BIOS mode to test?
Your board is P8P67-M with BIOS 1701
Is your board "Rev B"?
Also check asus website, s
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #4 from Michel Dänzer 2012-08-14 14:04:13 UTC
---
Please attach the Xorg.0.log file corresponding to the problem.
Have you tried current Mesa Git master?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugzilla.kernel.org/show_bug.cgi?id=24932
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
Select Exynos DRM based G2D only if non-DRM based Exynos G2D driver
is not selected.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/Kconfig |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 7f50
On 10 August 2012 19:35, Sascha Hauer wrote:
> On Fri, Aug 10, 2012 at 11:00:25AM +0530, Sachin Kamat wrote:
>> DRM_USB selects USB. However, USB depends on USB_SUPPORT and
>> USB_ARCH_HAS_HCD.
>> Thus, selecting USB_SUPPORT in Kconfig avoids the following warning
>> (detected when DisplayLink wa
On Don, 2012-08-09 at 10:57 -0400, Jerome Glisse wrote:
> On Thu, Aug 9, 2012 at 10:34 AM, Marek Olšák wrote:
> >
> > diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
> > index 637280f..be0e320 100644
> > --- a/drivers/gpu/drm/radeon/r600.c
> > +++ b/drivers/gpu/drm/rade
On Tue, Aug 14, 2012 at 10:36 AM, Michel Dänzer wrote:
> On Don, 2012-08-09 at 10:57 -0400, Jerome Glisse wrote:
>> On Thu, Aug 9, 2012 at 10:34 AM, Marek Olšák wrote:
>> >
>> > diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
>> > index 637280f..be0e320 100644
>> > ---
On Die, 2012-08-14 at 10:39 -0400, Jerome Glisse wrote:
> On Tue, Aug 14, 2012 at 10:36 AM, Michel Dänzer wrote:
> > On Don, 2012-08-09 at 10:57 -0400, Jerome Glisse wrote:
> >> On Thu, Aug 9, 2012 at 10:34 AM, Marek Olšák wrote:
> >> >
> >> > diff --git a/drivers/gpu/drm/radeon/r600.c
> >> > b
On 8/9/12 11:25 AM, j.gli...@gmail.com wrote:
From: Jerome Glisse
Limit printing bad edid information at one time per connector.
Connector that are connected to a bad monitor/kvm will likely
stay connected to the same bad monitor/kvm and it makes no
sense to keep printing the bad edid message.
On Tue, Aug 14, 2012 at 10:54 AM, Adam Jackson wrote:
> On 8/9/12 11:25 AM, j.gli...@gmail.com wrote:
>>
>> From: Jerome Glisse
>>
>> Limit printing bad edid information at one time per connector.
>> Connector that are connected to a bad monitor/kvm will likely
>> stay connected to the same bad m
Am Sonntag, den 12.08.2012, 15:07 -0500 schrieb Ian Pilcher:
> Add the ability for users to define their own EDID quirks via a
> module parameter or sysfs attribute.
>
> Signed-off-by: Ian Pilcher
> Acked-by: Paul Menzel
> ---
> Documentation/EDID/edid_quirks.txt | 126 ++
> drivers/gpu
https://bugs.freedesktop.org/show_bug.cgi?id=41265
--- Comment #30 from gy...@gmx.de 2012-08-14 15:30:43 UTC ---
(In reply to comment #17)
> Probably need to ask Sony where they store the discrete vbios on these
> systems.
pfff... no hope here.
i wrote multiples mails and phoned the support serv
Hello everyone,
This patchset adds support for DMABUF [2] importing and exporting to V4L2
stack. The importer and exporter part were merged because DMA mapping
redesign [3] was scheduled for merge to mainline.
v8:
- rebased on 3.6-rc1
- merged importer and exporter patchsets
- fixed missing field
From: Sumit Semwal
Adds DMABUF memory type to v4l framework. Also adds the related file
descriptor in v4l2_plane and v4l2_buffer.
Signed-off-by: Tomasz Stanislawski
[original work in the PoC for buffer sharing]
Signed-off-by: Sumit Semwal
Signed-off-by: Sumit Semwal
Acked-by: Laurent Pinch
This patch adds description and usage examples for importing
DMABUF file descriptor in V4L2.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
CC: linux-...@vger.kernel.org
---
Documentation/DocBook/media/v4l/compat.xml |4 +
Documentation/DocBook/media/v4l/io.xml
From: Sumit Semwal
This patch adds support for DMABUF memory type in videobuf2. It calls relevant
APIs of dma_buf for v4l reqbuf / qbuf / dqbuf operations.
For this version, the support is for videobuf2 as a user of the shared buffer;
so the allocation of the buffer is done outside of V4L2. [A s
From: Sumit Semwal
Adding DMABUF memory type causes videobuf to complain about not using it
in some switch cases. This patch removes these warnings.
Signed-off-by: Sumit Semwal
Acked-by: Laurent Pinchart
---
drivers/media/video/videobuf-core.c |4
1 file changed, 4 insertions(+)
dif
From: Laurent Pinchart
Signed-off-by: Laurent Pinchart
---
drivers/media/video/videobuf2-dma-contig.c | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/media/video/videobuf2-dma-contig.c
b/drivers/media/video/videobuf2-dma-contig.c
ind
This patch removes a reference to alloc_ctx from an instance of a DMA
contiguous buffer. It helps to avoid a risk of a dangling pointer if the
context is released while the buffer is still valid. Moreover it removes one
dereference step while accessing a device structure.
Signed-off-by: Tomasz Sta
From: Laurent Pinchart
Group functions by buffer type.
Signed-off-by: Laurent Pinchart
---
drivers/media/video/videobuf2-dma-contig.c | 92
1 file changed, 54 insertions(+), 38 deletions(-)
diff --git a/drivers/media/video/videobuf2-dma-contig.c
b/drivers/media
This patch introduces usage of dma_map_sg to map memory behind
a userspace pointer to a device as dma-contiguous mapping.
This patch contains some of the code kindly provided by Marek Szyprowski
and Kamil Debski and Andrzej
Pietrasiewicz . Kind thanks for bug reports from Laurent
Pinchart and S
From: Marek Szyprowski
This patch adds support for prepare/finish callbacks in VB2 allocators. These
callback are used for buffer flushing.
Signed-off-by: Marek Szyprowski
Acked-by: Laurent Pinchart
---
drivers/media/video/videobuf2-core.c | 11 +++
include/media/videobuf2-core.h
From: Marek Szyprowski
Add prepare/finish callbacks to vb2-dma-contig allocator.
Signed-off-by: Marek Szyprowski
---
drivers/media/video/videobuf2-dma-contig.c | 24
1 file changed, 24 insertions(+)
diff --git a/drivers/media/video/videobuf2-dma-contig.c
b/drivers/
From: Sumit Semwal
This patch makes changes for adding dma-contig as a dma_buf user. It provides
function implementations for the {attach, detach, map, unmap}_dmabuf()
mem_ops of DMABUF memory type.
Signed-off-by: Sumit Semwal
Signed-off-by: Sumit Semwal
[author of the original patch]
This patch adds support for importing DMABUF files for
vmalloc allocator in Videobuf2.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/videobuf2-vmalloc.c | 56 +++
1 file changed, 56 insertions(+)
diff --git a/drivers/media
This patch enhances VIVI driver with a support for importing a buffer
from DMABUF file descriptors.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/Kconfig |1 +
drivers/media/video/vivi.c |2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
d
This patch enhances s5p-tv with support for DMABUF importing via
V4L2_MEMORY_DMABUF memory type.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-tv/Kconfig |1 +
drivers/media/video/s5p-tv/mixer_video.c |2 +-
2 files changed, 2 insertio
This patch enhances s5p-fimc with support for DMABUF importing via
V4L2_MEMORY_DMABUF memory type.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
Acked-by: Sylwester Nawrocki
---
drivers/media/video/s5p-fimc/Kconfig|1 +
drivers/media/video/s5p-fimc/fimc-capture.c
From: Marek Szyprowski
Let mmap method to use dma_mmap_coherent call. Moreover, this patch removes
vb2_mmap_pfn_range from videobuf2 helpers as it was suggested by Laurent
Pinchart. The function is no longer used in vb2 code.
Signed-off-by: Marek Szyprowski
Signed-off-by: Tomasz Stanislawski
This patch adds description and usage examples for exporting
DMABUF file descriptor in V4L2.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
CC: linux-...@vger.kernel.org
---
Documentation/DocBook/media/v4l/compat.xml|3 +
Documentation/DocBook/media/v4l/io.xml
https://bugzilla.kernel.org/show_bug.cgi?id=26712
Florian Mickler changed:
What|Removed |Added
Blocks|21782 |
Alan changed:
What|R
This patch adds extension to videobuf2-core. It allow to export a mmap buffer
as a file descriptor.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
Acked-by: Laurent Pinchart
---
drivers/media/video/videobuf2-core.c | 67 ++
include/media/video
This patch adds support for exporting a dma-contig buffer using
DMABUF interface.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/videobuf2-dma-contig.c | 204
1 file changed, 204 insertions(+)
diff --git a/drivers/media/vid
This patch adds taking reference to the device for MMAP buffers.
Such buffers, may be exported using DMABUF mechanism. If the driver that
created a queue is unloaded then the queue is released, the device might be
released too. However, buffers cannot be released if they are referenced by
DMABUF
This patch adds extension to V4L2 api. It allow to export a mmap buffer as file
descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset used by
mmap and return a file descriptor on success.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/v4
From: Marek Szyprowski
Signed-off-by: Marek Szyprowski
---
drivers/media/video/videobuf2-dma-contig.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/media/video/videobuf2-dma-contig.c
b/drivers/media/video/videobuf2-dma-contig.c
index d44766e..11f4a46 100644
--- a/dr
From: Marek Szyprowski
Signed-off-by: Marek Szyprowski
---
drivers/media/video/atmel-isi.c |2 +-
drivers/media/video/blackfin/bfin_capture.c |2 +-
drivers/media/video/marvell-ccic/mcam-core.c |3 ++-
drivers/media/video/mx2_camera.c |2 +-
drivers/med
This patch enhances s5p-fimc with support for DMABUF exporting via
VIDIOC_EXPBUF ioctl.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-fimc/fimc-capture.c |9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/media/video/s5p-fimc/fi
This patch enhances s5p-tv with support for DMABUF exporting via
VIDIOC_EXPBUF ioctl.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-tv/mixer_video.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/media/video/s5p-tv/mixer_v
This patch enhances s5p-mfc with support for DMABUF exporting via
VIDIOC_EXPBUF ioctl.
Signed-off-by: Tomasz Stanislawski
Signed-off-by: Kyungmin Park
CC: Kamil Debski
---
drivers/media/video/s5p-mfc/s5p_mfc_dec.c | 18 ++
drivers/media/video/s5p-mfc/s5p_mfc_enc.c | 18
https://bugzilla.kernel.org/show_bug.cgi?id=26812
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=44800
--- Comment #12 from Marko Kohtala 2012-08-14
15:44:40 UTC ---
I have also tried booting in BIOS mode using Ubuntu 12.04 live USB. It does not
help.
The board is "New P67 B3 Revision".
I have since upgraded to BIOS 3602. Same problem is still
On 08/14/2012 10:13 AM, Paul Menzel wrote:
> Testing your patch, I would vote that a normal user is allowed to read
> the quirk list.
I thought about that, but I decided to leave it at 0600, because I can't
see how the information would be of any use without the ability to
change the list. I ther
https://bugzilla.kernel.org/show_bug.cgi?id=27942
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=27952
Summary: Screen garbled with GeForce 6150 Force 430
Product: Drivers
Version: 2.5
Platform: All
OS/Version: Linux
Tree: Mainline
Status: RESOLVED
Severity: high
https://bugs.freedesktop.org/show_bug.cgi?id=41265
--- Comment #31 from Alexander E. Patrakov 2012-08-14
17:05:38 UTC ---
Created attachment 65558
--> https://bugs.freedesktop.org/attachment.cgi?id=65558
acpidump output
In http://mjg59.dreamwidth.org/15948.html , Matthew Garrett asked me to p
https://bugs.freedesktop.org/show_bug.cgi?id=41265
--- Comment #32 from Matthew Garrett 2012-08-14 18:38:49
UTC ---
Could you add the full output of lspci -vvv when booted with the dock
connected?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiv
On Tue, Aug 14, 2012 at 05:12:22PM +0530, Sachin Kamat wrote:
>
> In general what you suggested seems to be the right thing to do.
> However in this particular case, making this "depends on" creates
> recursive dependencies
> and probably that is the reason Dave Airlie decided to make it "select U
https://bugs.freedesktop.org/show_bug.cgi?id=25483
almos changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=53511
Bug #: 53511
Summary: r600g llvm backend doesn't support indirect addressing
Classification: Unclassified
Product: Mesa
Version: git
Platform: Other
OS/Version: All
St
https://bugs.freedesktop.org/show_bug.cgi?id=38452
--- Comment #9 from almos 2012-08-14 22:42:07 UTC ---
Can this be closed?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=53512
Bug #: 53512
Summary: kernel rejects cs in quake wars
Classification: Unclassified
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Sev
https://bugs.freedesktop.org/show_bug.cgi?id=701
almos changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=1532
--- Comment #5 from almos 2012-08-14 23:13:28 UTC ---
Is this fixed now?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=2018
--- Comment #1 from almos 2012-08-14 23:14:37 UTC ---
Can this be closed?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #5 from Joeri Capens 2012-08-15 00:18:56 UTC ---
Adding Xorg.0.log. I tried the latest Mesa Git now but it didn't make a
difference.
However, I found the specific change in
416a2bd274566a6f607a271f524b2dc0b84d9106 which causes the bu
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #6 from Joeri Capens 2012-08-15 00:19:34 UTC ---
Created attachment 65572
--> https://bugs.freedesktop.org/attachment.cgi?id=65572
num_shader_engines
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugs.freedesktop.org/show_bug.cgi?id=53490
Joeri Capens changed:
What|Removed |Added
Attachment #65572|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #8 from Joeri Capens 2012-08-15 00:21:53 UTC ---
Created attachment 65574
--> https://bugs.freedesktop.org/attachment.cgi?id=65574
evergreen_fix_tile_config_and_remove_unused_variable.patch
--
Configure bugmail: https://bugs.freed
Hi Tomasz,
On Thursday 02 August 2012 18:31:13 Tomasz Stanislawski wrote:
> On 06/27/2012 10:40 PM, Laurent Pinchart wrote:
> > On Tuesday 26 June 2012 13:53:34 Dima Zavin wrote:
> >> On Tue, Jun 26, 2012 at 2:40 AM, Hans Verkuil wrote:
> >>> On Tue 26 June 2012 11:11:06 Laurent Pinchart wrote:
>
https://bugs.freedesktop.org/show_bug.cgi?id=1532
--- Comment #6 from Stephane Marchesin 2012-08-15
01:32:41 UTC ---
I don't have the card any more. I guess you could claim it's fixed?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mai
https://bugs.freedesktop.org/show_bug.cgi?id=41265
--- Comment #33 from Alexander E. Patrakov 2012-08-15
03:20:42 UTC ---
Created attachment 65580
--> https://bugs.freedesktop.org/attachment.cgi?id=65580
lspci -vvv output when booted with the dock
--
Configure bugmail: https://bugs.freedeskt
This series adds display switching support for Apple laptops. The first
two patches contain preparatory changes to vga_switcheroo, and the third
contains the changes to support display switching with the gmux.
While these patches will allow switching the display mux, most Macbook
owners will not b
This callback is a no-op in nouveau, and the upcoming apple-gmux
switcheroo support won't require it either. Rather than forcing drivers
to stub it out, just make it optional and remove the callback from
nouveau.
Signed-off-by: Seth Forshee
---
drivers/gpu/drm/nouveau/nouveau_acpi.c |6 -
vga_switcheroo assumes that the handler will be registered before the
last client, otherwise switching will not be enabled. Likewise it's
assumed that the handler will not be unregistered without at least one
client also being unregistered, otherwise switching will remain enabled
despite no longer
From: Andreas Heider
Add support for the gmux display muxing functionality and register a mux
handler with vga_switcheroo.
Signed-off-by: Andreas Heider
Signed-off-by: Seth Forshee
---
drivers/platform/x86/apple-gmux.c | 222 +
1 file changed, 222 insertio
Hi Linus,
radeon and intel fixes mostly, one fix to the mgag200 driver to not hang
on certain server variants.
Dave.
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://peopl
https://bugs.freedesktop.org/show_bug.cgi?id=43477
--- Comment #5 from maximlevitsky at gmail.com 2012-08-14 04:51:48 UTC ---
This still happens on nouveau, despite OpenGL 3.0 advertised.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=43477
Andreas Boll changed:
What|Removed |Added
AssignedTo|dri-devel at lists.freedesktop |mesa-dev at
lists.freedesktop.
Meh, I've again forgotten about all the cc's ...
/me needs coffee
On Tue, Aug 14, 2012 at 10:28 AM, Daniel Vetter wrote:
> Hi Dave,
>
> A few important fixers:
> - fix various lvds backlight issues, regressed in 3.6 (Takashi Iwai)
> - make the retina mbp work (ignore bogus edp bpc value in vbt)
On Sam, 2012-08-11 at 10:30 -0700, Steven Fuerst wrote:
> We use __fls() to find the most significant bit. Using that, the
> loop can be avoided. A second trick is to use the behaviour of the
> rotate instructions to expand the range of the unsigned int to float
> conversion to the full 32 bits
From: Ville Syrj?l?
DRM_MODE() macro doesn't initialize the type of the base drm object.
When a copy is made of the mode, the object type is overwritten with
zero, and the the object can no longer be found by
drm_mode_object_find() due to the type check failing.
Signed-off-by: Ville Syrj?l?
---
https://bugzilla.kernel.org/show_bug.cgi?id=20142
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=20752
Alan changed:
What|Removed |Added
CC||alan at lxorguk.ukuu.org.uk
Kernel Version|2.
https://bugzilla.kernel.org/show_bug.cgi?id=20982
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=20142
Alan changed:
What|Removed |Added
CC||contact+kernel at toniob.net
--- Comment #10 f
https://bugzilla.kernel.org/show_bug.cgi?id=21002
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=21542
Alan changed:
What|Removed |Added
CC||alan at lxorguk.ukuu.org.uk
Summary|Ra
https://bugs.freedesktop.org/show_bug.cgi?id=53490
Bug #: 53490
Summary: [bisected] bump map corruption from kernel 3.5
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #1 from Joeri Capens 2012-08-14 12:23:05 UTC
---
Created attachment 65541
--> https://bugs.freedesktop.org/attachment.cgi?id=65541
Portal 2 screenshot - bad
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #2 from Joeri Capens 2012-08-14 12:24:48 UTC
---
Created attachment 65542
--> https://bugs.freedesktop.org/attachment.cgi?id=65542
bisect info
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #3 from Joeri Capens 2012-08-14 12:31:22 UTC
---
Forgot to mention: while trying (but failing) to narrow down the problem with
patch 416a2bd274566a6f607a271f524b2dc0b84d9106 I found that variable
num_shader_engines in evergreen.c app
https://bugzilla.kernel.org/show_bug.cgi?id=23372
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugs.freedesktop.org/show_bug.cgi?id=44800
--- Comment #11 from Reartes Guillermo 2012-08-14
13:16:04 UTC ---
@Marko Kohtala
Currently you are bootin in UEFI mode.
Can you boot in BIOS mode to test?
Your board is P8P67-M with BIOS 1701
Is your board "Rev B"?
Also check asus website, s
https://bugs.freedesktop.org/show_bug.cgi?id=53490
--- Comment #4 from Michel D?nzer 2012-08-14 14:04:13
UTC ---
Please attach the Xorg.0.log file corresponding to the problem.
Have you tried current Mesa Git master?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugzilla.kernel.org/show_bug.cgi?id=24932
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
1 - 100 of 156 matches
Mail list logo