[PATCH] intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS

2013-01-28 Thread Chris Forbes
On Gen6, bit 15 is now `Depth Clear Value Valid`. This was being treated as part of the length, and failing the rest of the batchbuffer decode. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- intel/intel_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Bug 59945] Launching weston fails with error radeon 0000:01:00.0: forbidden register 0x00008040 at 558

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59945 --- Comment #5 from Martin Andersson g02ma...@gmail.com --- Your patch fixes the issue, thanks. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
Hello Vikas, On Mon, Jan 28, 2013 at 11:15 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org ---

[Bug 59431] [snb efi gmux] imac 12,1 blank screen upon booting

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59431 --- Comment #45 from William k...@cobradevil.org --- Ok, after some more investigating it seems plymouth is giving me issues while setting up the framebuffer console. https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1107642 I have

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 --- Comment #5 from Andy Furniss li...@andyfurniss.entadsl.com --- (In reply to comment #2) (In reply to comment #0) +1 I just bisected to this commit after getting the same running nexuiz on rv790 (with and without llvm). My issue is

Re: [PATCH] Adds display-timing node parsing to exynos drm fimd as per

2013-01-28 Thread Sachin Kamat
Hi Vikas, This patch should be numbered 0/1 as it is not a patch in itself and the subsequent patch should be 1/1 so as to show that these 2 together form a series. Also, your subject line seems to have been truncated. On 28 January 2013 11:15, Vikas Sajjan vikas.saj...@linaro.org wrote: This

RE: [PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-28 Thread Mohammed, Afzal
Hi Rob, On Fri, Jan 25, 2013 at 20:22:55, Rob Clark wrote: On Fri, Jan 25, 2013 at 8:15 AM, Mohammed, Afzal af...@ti.com wrote: It's not about being simple, but not doing the wrong way, here you are relying on a platform specific clock in a driver, think about the case where same IP is

[PATCH] drm: Use names of ioctls in debug traces

2013-01-28 Thread Chris Cummins
The intention here is to make the output of dmesg with full verbosity a bit easier for a human to parse. This commit transforms: [drm:drm_ioctl], pid=699, cmd=0x6458, nr=0x58, dev 0xe200, auth=1 [drm:drm_ioctl], pid=699, cmd=0xc010645b, nr=0x5b, dev 0xe200, auth=1 [drm:drm_ioctl], pid=699,

Re: [git pull] fbcon locking fixes.

2013-01-28 Thread Maarten Lankhorst
Hey, Op 25-01-13 02:45, Dave Airlie schreef: On Fri, Jan 25, 2013 at 11:06 AM, Dave Airlie airl...@gmail.com wrote: On Fri, Jan 25, 2013 at 10:53 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Thu, Jan 24, 2013 at 4:42 PM, Dave Airlie airl...@linux.ie wrote: These patches have

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 Paul Heldens pheld...@ziggo.nl changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Intel-gfx] Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Jani Nikula
On Mon, 28 Jan 2013, Sedat Dilek sedat.di...@gmail.com wrote: ... static struct intel_quirk intel_quirks[] = { /* HP Mini needs pipe A force quirk (LP: #322104) */ { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, ... } Triple - which value is what? I guess you figured it out,

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Sean Paul
On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org ---

Re: [PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-28 Thread Rob Clark
On Mon, Jan 28, 2013 at 3:56 AM, Mohammed, Afzal af...@ti.com wrote: Hi Rob, On Fri, Jan 25, 2013 at 20:22:55, Rob Clark wrote: On Fri, Jan 25, 2013 at 8:15 AM, Mohammed, Afzal af...@ti.com wrote: It's not about being simple, but not doing the wrong way, here you are relying on a platform

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul seanp...@chromium.org wrote: On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58659 Jerome Glisse gli...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59945] Launching weston fails with error radeon 0000:01:00.0: forbidden register 0x00008040 at 558

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59945 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59903] [RS880] Xorg.0.log: flip queue failed: Device or resource busy

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59903 --- Comment #4 from Michael Lange micha...@gmx.org --- compiled mesa again from master git branch (tree 7cbc1aafe166dd925c5626c7118f523c8b75ae6d) and got this in dmesg [9.917097] glxinfo[2482]: segfault at 0 ip (null) sp

[Bug 59982] New: Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 Priority: medium Bug ID: 59982 Assignee: dri-devel@lists.freedesktop.org Summary: Radeon: evergreen Atombios in loop during initialization on ppc64 Severity: normal

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 Lucas Kannebley Tavares luca...@linux.vnet.ibm.com changed: What|Removed |Added CC|

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares luca...@linux.vnet.ibm.com changed: What|Removed |Added See Also|

[Bug 59588] llvm rv790 etqw gpu lock since r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59588 vincent v...@ovi.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Sean Paul
On Mon, Jan 28, 2013 at 12:02 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul seanp...@chromium.org wrote: On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch adds display-timing node parsing using video

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 maxi...@free.fr changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 --- Comment #8 from Alex Deucher ag...@yahoo.com --- (In reply to comment #7) I'm seeing this with 72916698b056d0559263e84372bb45cd83a1c2c2 and an HD6870 radeon: mmap failed, errno: 12 radeon: mmap failed, errno: 12 Crash log saved as

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59904 --- Comment #9 from maxi...@free.fr --- Running 64 bit and the game is 64bit. With mesa in debug mode I get this: Mesa: User error: GL_INVALID_ENUM in glBindTexture(target) Mesa: 85 similar GL_INVALID_ENUM errors Mesa: User error:

[Bug 58840] rendering error with MSAA on HD6850

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58840 --- Comment #12 from almos aaalmo...@gmail.com --- I happened to check out the git exactly at the tag 3.8-rc5 as HEAD. With that the preformance issues in etqw and nexuiz are gone. The neverball problem is still there though. -- You are

[Bug 59946] [r600g] WoW crashed with page allocation failure

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59946 Chris Rankin ranki...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53111] vgaswitcheroo not working anymore

2013-01-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=53111 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Component|Other |Video(DRI - non Intel)

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #1 from Jerome Glisse gli...@freedesktop.org --- Could you please attach your video bios to the bug -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #2 from Jerome Glisse gli...@freedesktop.org --- cd /sys/bus/pci/devices/:01:05.0 sudo sh -c echo 1 rom sudo sh -c cat rom ~/bios.rom Something like that should do the trick, just change the pciid -- You are receiving this

[PATCH] drm/exynos: fix iommu address allocation order

2013-01-28 Thread Inki Dae
This patch modifies iommu address allocation order from 64k to 4k. 64k order causes waste of the io space and this was our mistakes. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_iommu.h |2 +- 1

[Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"

2013-01-28 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/39b638c0/attachment.html>

[Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"

2013-01-28 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/6eaac69f/attachment.html>

Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Sedat Dilek
On Mon, Jan 28, 2013 at 12:52 AM, Sedat Dilek wrote: > Hi, > > From [1]: > ... > static struct intel_quirk intel_quirks[] = { > /* HP Mini needs pipe A force quirk (LP: #322104) */ > { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, > ... > } > > Triple - which value is what? > >

Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Sedat Dilek
On Mon, Jan 28, 2013 at 1:16 AM, Sedat Dilek wrote: > On Mon, Jan 28, 2013 at 12:52 AM, Sedat Dilek > wrote: >> Hi, >> >> From [1]: >> ... >> static struct intel_quirk intel_quirks[] = { >> /* HP Mini needs pipe A force quirk (LP: #322104) */ >> { 0x27ae, 0x103c, 0x361a,

[PATCH v3 11/22] PCI, drm: Kill pci_root_buses in alpha hose setting

2013-01-28 Thread Yijing Wang
On 2013/1/28 3:23, Yinghai Lu wrote: > Replace that with hotplug-safe version. > > Signed-off-by: Yinghai Lu > Cc: David Airlie > Cc: dri-devel at lists.freedesktop.org > --- > drivers/gpu/drm/drm_fops.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git

[PATCH] Adds display-timing node parsing to exynos drm fimd as per

2013-01-28 Thread Vikas Sajjan
This patch adds display-timing node parsing to drm fimd, this depends on the display helper patchset at http://www.mail-archive.com/dri-devel at lists.freedesktop.org/msg33354.html It also adds pinctrl support for drm fimd. patch is based on branch "exynos-drm-next" at

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Vikas Sajjan
This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 35 -- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git

Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Sedat Dilek
Hi, >From [1]: ... static struct intel_quirk intel_quirks[] = { /* HP Mini needs pipe A force quirk (LP: #322104) */ { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, ... } Triple - which value is what? 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core

[PATCH] intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS

2013-01-28 Thread Chris Forbes
On Gen6, bit 15 is now `Depth Clear Value Valid`. This was being treated as part of the length, and failing the rest of the batchbuffer decode. Signed-off-by: Chris Forbes --- intel/intel_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intel/intel_decode.c

[Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"

2013-01-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130128/d739a4ce/attachment.html>

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
Hello Vikas, On Mon, Jan 28, 2013 at 11:15 AM, Vikas Sajjan wrote: > This patch adds display-timing node parsing using video helper function > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Vikas Sajjan > --- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 35 >

[Bug 59431] [snb efi gmux] imac 12,1 blank screen upon booting

2013-01-28 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130128/5c6de1b5/attachment.html>

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-dae...@freedesktop.org
u are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/f0a05a47/attachment.html>

[PATCH] Adds display-timing node parsing to exynos drm fimd as per

2013-01-28 Thread Sachin Kamat
Hi Vikas, This patch should be numbered 0/1 as it is not a patch in itself and the subsequent patch should be 1/1 so as to show that these 2 together form a series. Also, your subject line seems to have been truncated. On 28 January 2013 11:15, Vikas Sajjan wrote: > This patch adds

[PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-28 Thread Mohammed, Afzal
Hi Rob, On Fri, Jan 25, 2013 at 20:22:55, Rob Clark wrote: > On Fri, Jan 25, 2013 at 8:15 AM, Mohammed, Afzal wrote: > > It's not about being simple, but not doing the wrong way, here you are > > relying on a platform specific clock in a driver, think about the case > > where same IP is used on

[PATCH] drm: Use names of ioctls in debug traces

2013-01-28 Thread Chris Cummins
The intention here is to make the output of dmesg with full verbosity a bit easier for a human to parse. This commit transforms: [drm:drm_ioctl], pid=699, cmd=0x6458, nr=0x58, dev 0xe200, auth=1 [drm:drm_ioctl], pid=699, cmd=0xc010645b, nr=0x5b, dev 0xe200, auth=1 [drm:drm_ioctl], pid=699,

[git pull] fbcon locking fixes.

2013-01-28 Thread Maarten Lankhorst
Hey, Op 25-01-13 02:45, Dave Airlie schreef: > On Fri, Jan 25, 2013 at 11:06 AM, Dave Airlie wrote: >> On Fri, Jan 25, 2013 at 10:53 AM, Linus Torvalds >> wrote: >>> On Thu, Jan 24, 2013 at 4:42 PM, Dave Airlie wrote: These patches have been sailing around long enough, waiting for a

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-dae...@freedesktop.org
nts/20130128/20852ac3/attachment-0001.html>

[Intel-gfx] Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Jani Nikula
On Mon, 28 Jan 2013, Sedat Dilek wrote: > ... > static struct intel_quirk intel_quirks[] = { > /* HP Mini needs pipe A force quirk (LP: #322104) */ > { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, > ... > } > > Triple - which value is what? I guess you figured it out, but just a few

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Sean Paul
On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan wrote: > This patch adds display-timing node parsing using video helper function > > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Vikas Sajjan > --- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 35 > -- > 1

[PATCH 1/4] drm/tilcdc: add TI LCD Controller DRM driver (v3)

2013-01-28 Thread Rob Clark
On Mon, Jan 28, 2013 at 3:56 AM, Mohammed, Afzal wrote: > Hi Rob, > > On Fri, Jan 25, 2013 at 20:22:55, Rob Clark wrote: >> On Fri, Jan 25, 2013 at 8:15 AM, Mohammed, Afzal wrote: > >> > It's not about being simple, but not doing the wrong way, here you are >> > relying on a platform specific

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Leela Krishna Amudala
On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul wrote: > > On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan > wrote: > > This patch adds display-timing node parsing using video helper function > > > > Signed-off-by: Leela Krishna Amudala > > Signed-off-by: Vikas Sajjan > > --- > >

[Bug 58659] With latest kernel 3.8-rc1, compiz crashes after boot

2013-01-28 Thread bugzilla-dae...@freedesktop.org
nts/20130128/ced4a207/attachment.html>

[Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"

2013-01-28 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/ddb3ca34/attachment-0001.html>

[Bug 59903] [RS880] Xorg.0.log: flip queue failed: Device or resource busy

2013-01-28 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20130128/94e1a738/attachment.html>

[Bug 59982] New: Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/1baa8da7/attachment.html>

[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

2013-01-28 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/cb095b99/attachment.html>

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-28 Thread bugzilla-dae...@freedesktop.org
||g/show_bug.cgi?id=59982 -- 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/20130

[Bug 59588] llvm rv790 etqw gpu lock since r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output

2013-01-28 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/1aaef72a/attachment.html>

[PATCH] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-01-28 Thread Sean Paul
On Mon, Jan 28, 2013 at 12:02 PM, Leela Krishna Amudala wrote: > On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul wrote: >> >> On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan >> wrote: >> > This patch adds display-timing node parsing using video helper function >> > >> > Signed-off-by: Leela Krishna

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/cf721f3d/attachment.html>

[PATCH v2] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-01-28 Thread Sean Paul
This patch adds the driver for the PTN3460 LVDS/DP bridge chip. The driver allows the EDID emulation to be selected from device tree, along with specifying the GPIOs driving powerdown and reset pins. The chip has a bug in it such that when the powerdown and reset pins are toggled, the hotplug

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-dae...@freedesktop.org
;http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/ec19a9f1/attachment-0001.html>

[Bug 59904] 3DMark2000 crashes: radeon: mmap failed, errno: 12

2013-01-28 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130128/701844b5/attachment.html>

[PATCH] drm: modify pages_to_sg prime helper to create optimized SG table

2013-01-28 Thread Rahul Sharma
It fixes the issue arises due to passing 'nr_pages' in place of 'nents' to sg_alloc_table. When ARM_HAS_SG_CHAIN is disabled, it is causing failure in creating SG table for the buffers having more than 204 physical pages i.e. equal to SG_MAX_SINGLE_ALLOC. When using sg_alloc_table_from_pages

[Intel-gfx] Adding a i915 quirk (here: pipe A force quirk for testing purposes)?

2013-01-28 Thread Sedat Dilek
On Mon, Jan 28, 2013 at 4:01 PM, Jani Nikula wrote: > On Mon, 28 Jan 2013, Sedat Dilek wrote: >> ... >> static struct intel_quirk intel_quirks[] = { >> /* HP Mini needs pipe A force quirk (LP: #322104) */ >> { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, >> ... >> } >> >> Triple -