[PATCH 0/7] [RFC] drm/exynos: Add IOMMU support to DRM

2012-07-16 Thread Inki Dae
> -Original Message- > From: Subash Patel [mailto:subash.ramaswamy at linaro.org] > Sent: Friday, July 13, 2012 3:58 PM > To: Inki Dae > Cc: 'Prathyush K'; dri-devel at lists.freedesktop.org; prathyush at chromium.org; > m.szyprowski at samsung.com > Subject: Re: [PATCH 0/7] [RFC]

[Bug 52171] New: [gallium/r600/clover] Simple benchmarks failed to run

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52171 Bug #: 52171 Summary: [gallium/r600/clover] Simple benchmarks failed to run Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: Linux (All)

[git pull] drm gma500 fixes

2012-07-16 Thread Alan Cox
On Mon, 16 Jul 2012 13:44:32 -0700 Linus Torvalds wrote: > On Mon, Jul 16, 2012 at 12:42 PM, Dave Airlie wrote: > > > > Sorry been travelling and a bit neglectful of some of Alan's > > patches, > > I actually took the three Alan sent me already, exactly because they > seemed harmless and I

[git pull] drm gma500 fixes

2012-07-16 Thread Dave Airlie
Hi Linus, Sorry been travelling and a bit neglectful of some of Alan's patches, These all look necessary for -fixes, Dave. The following changes since commit ac7d181e323a888015e19e2e4d776095a0433787: Merge branch 'hwmon-for-linus' of

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #1 from Tom Stellard 2012-07-16 13:41:13 PDT --- I've seen this before. The problem is mismatched CXXFLAGS in mesa and llvm. The typeinfo errors are caused the -fno-rtti flag (or the absence of it) and the isCurrentDebugType and

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #3 from Alex Deucher 2012-07-16 12:44:43 PDT --- If it broke both AMD and NV hw, it's most likely an Ubuntu specific packaging issue rather than an upstream driver issue and should probably be opened as an ubuntu bug. -- Configure

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #2 from Alex Deucher 2012-07-16 12:42:34 PDT --- Please attach your xorg log, dmesg output, and glxinfo output. Also, it would be helpful if you could track down what package(s) caused the problem. -- Configure bugmail:

[PATCH 14/15] drm/radeon: record what is next valid wptr for each ring v3

2012-07-16 Thread Alex Deucher
On Fri, Jul 13, 2012 at 9:57 AM, Alex Deucher wrote: > On Fri, Jul 13, 2012 at 9:46 AM, Christian K?nig > wrote: >> On 13.07.2012 14:27, Alex Deucher wrote: >>> >>> On Fri, Jul 13, 2012 at 5:09 AM, Christian K?nig >>> wrote: On 12.07.2012 18:36, Alex Deucher wrote: > > On Thu,

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #1 from black_painkiller at yahoo.it 2012-07-16 11:45:37 PDT --- same for me. ubuntu 12.04, 64bit. xorg-edgers ppa but with nouveau driver. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[PATCH 10/10] drm/radeon: start to document evergreen.c

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Still a lot to do. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 120 1 files changed, 120 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c

[PATCH 09/10] drm/radeon: start to document the functions r100.c

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Still a lot more to do. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r100.c | 127 - 1 files changed, 124 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c

[PATCH 08/10] drm/radeon: document VM functions in radeon_gart.c (v3)

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Document the VM functions in radeon_gart.c v2: adjust per Christian's suggestions v3: adjust to Christains's latest changes Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_gart.c | 142 ++ 1 files

[PATCH 07/10] drm/radeon: document non-VM functions in radeon_gart.c (v2)

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Document the non-VM functions in radeon_gart.c v2: adjust per Christian's suggestions Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_gart.c | 125 +- 1 files changed, 122 insertions(+), 3

[PATCH 06/10] drm/radeon: document radeon_ring.c (v3)

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_ring.c v2: adjust per Christian's suggestions v3: adjust per Christian's latest patches Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_ring.c | 207

[PATCH 05/10] drm/radeon: document radeon_fence.c (v2)

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_fence.c v2: address Christian's comments: - split common concept description into it's own comment - fix description of intr parameter - Improve description of -EDEADLK error Signed-off-by: Alex

[PATCH 04/10] drm/radeon: document radeon_asic.c

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_asic.c Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_asic.c | 46 ++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git

[PATCH 03/10] drm/radeon: document radeon_irq_kms.c

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_irq_kms.c Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_irq_kms.c | 150 +++ 1 files changed, 150 insertions(+), 0 deletions(-) diff --git

[PATCH 02/10] drm/radeon: document radeon_kms.c

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_kms.c Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_kms.c | 126 +++ 1 files changed, 126 insertions(+), 0 deletions(-) diff --git

[PATCH 01/10] drm/radeon: document radeon_device.c (v2)

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Adds documentation to most of the functions in radeon_device.c v2: split out general descriptions as per Christian's comments. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_device.c | 313 +++- 1 files

[PATCH 00/10] Radeon documentation updates for drm-next

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Same as my previous set, but rebased on Christian's latest ring changes for drm-next: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=wip Alex Deucher (10): drm/radeon: document radeon_device.c (v2) drm/radeon: document radeon_kms.c

[PATCH] drm/radeon: update ib_execute for SI

2012-07-16 Thread alexdeuc...@gmail.com
From: Alex Deucher When submitting a CONST_IB, emit a SWITCH_BUFFER packet before the CONST_IB. This isn't strictly necessary (the driver will work fine without it), but is good practice and allows for more flexible DE/CE sychronization options in the future. Current

[PATCH 8/8] Update .gitignore

2012-07-16 Thread Tim Wiederhake
--- .gitignore |3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 243457e..eb348fc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau.pc

[PATCH 7/8] Always use width in scanf

2012-07-16 Thread Tim Wiederhake
--- tests/modetest/modetest.c |8 xf86drm.c |8 xf86drmMode.c |2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index dff40d1..4540aa0 100644 ---

[PATCH 6/8] Remove never used assignments

2012-07-16 Thread Tim Wiederhake
--- xf86drm.c |2 ++ xf86drmSL.c |1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c index 6ea068f..94f634d 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -304,7 +304,9 @@ static int drmOpenDevice(long dev, int minor, int type) char

[PATCH 5/8] Fix possible null pointer dereferences

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c |3 ++- intel/intel_decode.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 28f8887..8ca6d43 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -1338,13

[PATCH 4/8] Fix memory leaks

2012-07-16 Thread Tim Wiederhake
--- libkms/intel.c |3 ++- libkms/nouveau.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libkms/intel.c b/libkms/intel.c index 8b8249b..238bec7 100644 --- a/libkms/intel.c +++ b/libkms/intel.c @@ -101,7 +101,8 @@ intel_bo_create(struct kms_driver *kms,

[PATCH 3/8] Cleanup includes

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c|4 ++-- tests/kmstest/main.c|3 ++- tests/modetest/modetest.c |2 +- tests/ttmtest/src/ttmtest.c |6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index

[PATCH 2/8] Remove unused variables

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c|3 +-- tests/lock.c|2 +- tests/name_from_fd.c|3 +-- tests/ttmtest/src/ttmtest.c |2 +- tests/updatedraw.c |2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/intel/intel_bufmgr_gem.c

[PATCH 1/8] Silence function defined but not used warning

2012-07-16 Thread Tim Wiederhake
--- radeon/radeon_cs_gem.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.c +++ b/radeon/radeon_cs_gem.c @@ -330,6 +330,7 @@ static int cs_gem_end(struct radeon_cs_int *cs,

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52140 Marius Kjeldahl changed: What|Removed |Added Summary|Launcher and switcher icons |Ubuntu Unity - Launcher and

[Bug 52140] New: Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52140 Bug #: 52140 Summary: Launcher and switcher icons disappeared Classification: Unclassified Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW

[PATCH] gma500: Fix lid related crash

2012-07-16 Thread Patrik Jakobsson
On Wed, Jul 4, 2012 at 6:15 PM, Alan Cox wrote: > From: Alan Cox > > We set up the lid timer before we set up the backlight. On some devices > that causes a crash as we do a backlight change before or during the setup. > > As this fixes a crash on boot on some setups it ought to go in ASAP. > >

[Bug 52136] New: Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 Bug #: 52136 Summary: Mesa fails to link r600_dri.so with LLVM Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #4 from Peter 2012-07-16 13:59:38 --- Sorry if I've used the wrong terminology. This is a standard iMac. When I used the AMD proprietary fglrx driver some time ago on ubuntu 11.04 it showed two display screens detected. The main

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #3 from Peter 2012-07-16 13:57:00 --- Created an attachment (id=75491) --> (https://bugzilla.kernel.org/attachment.cgi?id=75491) dmesg dmesg log from when kernel starts with nomodeset and X video driver is fbdev. -- Configure

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #2 from Peter 2012-07-16 13:55:04 --- Created an attachment (id=75481) --> (https://bugzilla.kernel.org/attachment.cgi?id=75481) X windows log This log is from when the system is started using nomodeset and X video driver is

[git pull] drm gma500 fixes

2012-07-16 Thread Linus Torvalds
On Mon, Jul 16, 2012 at 12:42 PM, Dave Airlie wrote: > > Sorry been travelling and a bit neglectful of some of Alan's > patches, I actually took the three Alan sent me already, exactly because they seemed harmless and I didn't know your schedule. Your pull has a "gma500: Fix frequency

[PATCH] Documentation: DocBook DRM framework documentation

2012-07-16 Thread Rob Clark
On Thu, Jul 12, 2012 at 7:00 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > Documentation/DocBook/drm.tmpl | 2835 > +++- > 1 files changed, 2226 insertions(+), 609 deletions(-) > > Hi everybody, > > Here's the DRM kernel framework

quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
Op 16-07-12 13:00, Baurzhan Ismagulov schreef: > On Mon, Jul 16, 2012 at 12:13:14PM +0200, Maarten Lankhorst wrote: > Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached > is a proof-of-concept implementation of a quirk. It works on my i686 PC. > > The patch is

quirk for Samsung 2443BW

2012-07-16 Thread Baurzhan Ismagulov
On Mon, Jul 16, 2012 at 12:13:14PM +0200, Maarten Lankhorst wrote: > >>> Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached > >>> is a proof-of-concept implementation of a quirk. It works on my i686 PC. > >>> > >>> The patch is against the latest linux-2.6. An attempt to clone

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44851 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment

3.5-rc6 nouveau and no text/graphics

2012-07-16 Thread Jan Engelhardt
Hi, I have here some old classy laptop (Dell Precision M40 PP01X, Pentium3 Mobile CPU) which has, according to lspci, 01:00.0 VGA compatible controller: nVidia Corporation NV11GL [Quadro2 MXR/EX/Go] (rev b2) 01:00.0 0300: 10de:0113 (rev b2) Unfortunately, when loading nouveaufb.ko, all that

quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
tached. ~Maarten -- next part -- A non-text attachment was scrubbed... Name: edid.bin Type: application/octet-stream Size: 256 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120716/af5ae31d/attachment-0001.bin>

[RFC] dma-fence: dma-buf synchronization (v2)

2012-07-16 Thread Maarten Lankhorst
Hey Rob, Op 13-07-12 17:38, Rob Clark schreef: > ... > +/** > + * dma_buf_attach_fence - Attach a fence to a dma-buf. > + * > + * @buf: the dma-buf to attach to > + * @fence: the fence to attach > + * > + * A fence can only be attached to a single dma-buf. The dma-buf takes > + * ownership of

quirk for Samsung 2443BW

2012-07-16 Thread Baurzhan Ismagulov
On Mon, Jul 16, 2012 at 11:13:09AM +0200, Maarten Lankhorst wrote: > > Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached > > is a proof-of-concept implementation of a quirk. It works on my i686 PC. > > > > The patch is against the latest linux-2.6. An attempt to clone > >

quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
Hey, Op 14-07-12 23:42, Baurzhan Ismagulov schreef: > Hello David, > > Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached > is a proof-of-concept implementation of a quirk. It works on my i686 PC. > > The patch is against the latest linux-2.6. An attempt to clone >

[Bug 44851] New: resume to black screen

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44851 Summary: resume to black screen Product: Drivers Version: 2.5 Kernel Version: 3.5.0-3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity:

si_mc_load_microcode function and blackout

2012-07-16 Thread Alex Deucher
On Sun, Jul 15, 2012 at 5:11 PM, Sylvain BERTRAND wrote: > Blackout mc microcode thingy useless? > > ... > if (running == 0) { > if (running) { > ...blackout thingy... > } > ... When I wrote the code, the code in the running == 0 block was originally a separate

[PATCH] intel: add prime interface for getting/setting a prime bo. (v3)

2012-07-16 Thread Chris Wilson
On Mon, 16 Jul 2012 02:51:17 +0100, Dave Airlie wrote: > This adds interfaces for the X driver to use to create a > prime handle from a buffer, and create a bo from a handle. > > v2: use Chris's suggested naming (well from at least for consistency) > v3: git commit --amend fail > >

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-07-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #25 from Santiago Garcia Mantinan 2012-07-16 06:54:36 --- I have just tested 3.4.4 and I got no sound again, however this time the kernel said this: [ 81.186129] hda-intel: IRQ timing workaround is activated for card #0.

[PATCH] libdrm/nouveau: add prime handle->bo and bo->handle support.

2012-07-16 Thread Dave Airlie
From: Dave Airlie This adds prime support to nouveau libdrm. Signed-off-by: Dave Airlie --- nouveau/nouveau.c | 35 +++ nouveau/nouveau.h |3 +++ 2 files changed, 38 insertions(+) diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c

[PATCH] intel: add prime interface for getting/setting a prime bo. (v3)

2012-07-16 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. v2: use Chris's suggested naming (well from at least for consistency) v3: git commit --amend fail Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4

[PATCH] intel: add prime interface for getting/setting a prime bo. (v2)

2012-07-16 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. v2: use Chris's suggested naming (well from at least for consistency) Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4 intel/intel_bufmgr_gem.c | 46

si_mc_load_microcode function and blackout

2012-07-16 Thread Sylvain BERTRAND
Blackout mc microcode thingy useless? ... if (running == 0) { if (running) { ...blackout thingy... } ...

P-state switching on Lenovo X121e / AMD E-450

2012-07-16 Thread Grigori Goronzy
Hi, I have a Lenovo X121e notebook, and the model variant in question uses the E-450 APU. I have various problems with the GPU part of it. The most severe seems to be that switching between power states does not work correctly. First off, the PowerPlay table looks rather strange. Here's what the

Re: [PATCH] intel: add prime interface for getting/setting a prime bo. (v3)

2012-07-16 Thread Chris Wilson
On Mon, 16 Jul 2012 02:51:17 +0100, Dave Airlie airl...@gmail.com wrote: This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. v2: use Chris's suggested naming (well from at least for consistency) v3: git commit --amend fail

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #25 from Santiago Garcia Mantinan ma...@manty.net 2012-07-16 06:54:36 --- I have just tested 3.4.4 and I got no sound again, however this time the kernel said this: [ 81.186129] hda-intel: IRQ timing workaround is activated

[Bug 52136] New: Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52136 Bug #: 52136 Summary: Mesa fails to link r600_dri.so with LLVM Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 52140] New: Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52140 Bug #: 52140 Summary: Launcher and switcher icons disappeared Classification: Unclassified Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52140 Marius Kjeldahl marius.kjeld...@gmail.com changed: What|Removed |Added Summary|Launcher and switcher icons |Ubuntu Unity

Re: quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
Hey, Op 14-07-12 23:42, Baurzhan Ismagulov schreef: Hello David, Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest linux-2.6. An attempt to clone

[Bug 44851] New: resume to black screen

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44851 Summary: resume to black screen Product: Drivers Version: 2.5 Kernel Version: 3.5.0-3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity:

Re: quirk for Samsung 2443BW

2012-07-16 Thread Baurzhan Ismagulov
On Mon, Jul 16, 2012 at 11:13:09AM +0200, Maarten Lankhorst wrote: Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest linux-2.6. An attempt to clone

Re: quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
Op 16-07-12 11:49, Baurzhan Ismagulov schreef: On Mon, Jul 16, 2012 at 11:13:09AM +0200, Maarten Lankhorst wrote: Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest

Re: quirk for Samsung 2443BW

2012-07-16 Thread Baurzhan Ismagulov
On Mon, Jul 16, 2012 at 12:13:14PM +0200, Maarten Lankhorst wrote: Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest linux-2.6. An attempt to clone

Re: quirk for Samsung 2443BW

2012-07-16 Thread Maarten Lankhorst
Op 16-07-12 13:00, Baurzhan Ismagulov schreef: On Mon, Jul 16, 2012 at 12:13:14PM +0200, Maarten Lankhorst wrote: Samsung 2443BW is 1920x1200 but reports 1920x1080 in the EDID. Attached is a proof-of-concept implementation of a quirk. It works on my i686 PC. The patch is against the latest

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #1 from black_painkil...@yahoo.it 2012-07-16 11:45:37 PDT --- same for me. ubuntu 12.04, 64bit. xorg-edgers ppa but with nouveau driver. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: [PATCH] gma500: Fix lid related crash

2012-07-16 Thread Patrik Jakobsson
On Wed, Jul 4, 2012 at 6:15 PM, Alan Cox a...@lxorguk.ukuu.org.uk wrote: From: Alan Cox a...@linux.intel.com We set up the lid timer before we set up the backlight. On some devices that causes a crash as we do a backlight change before or during the setup. As this fixes a crash on boot on

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #2 from Alex Deucher ag...@yahoo.com 2012-07-16 12:42:34 PDT --- Please attach your xorg log, dmesg output, and glxinfo output. Also, it would be helpful if you could track down what package(s) caused the problem. -- Configure

[Bug 52140] Ubuntu Unity - Launcher and switcher icons disappeared

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52140 --- Comment #3 from Alex Deucher ag...@yahoo.com 2012-07-16 12:44:43 PDT --- If it broke both AMD and NV hw, it's most likely an Ubuntu specific packaging issue rather than an upstream driver issue and should probably be opened as an ubuntu bug.

Re: si_mc_load_microcode function and blackout

2012-07-16 Thread Alex Deucher
On Sun, Jul 15, 2012 at 5:11 PM, Sylvain BERTRAND sylw...@legeek.net wrote: Blackout mc microcode thingy useless? ... if (running == 0) { if (running) { ...blackout thingy... } ... When I wrote the code, the code in the running == 0 block was originally a

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44851 Alex Deucher alexdeuc...@gmail.com changed: What|Removed |Added CC|

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #1 from Tom Stellard tstel...@gmail.com 2012-07-16 13:41:13 PDT --- I've seen this before. The problem is mismatched CXXFLAGS in mesa and llvm. The typeinfo errors are caused the -fno-rtti flag (or the absence of it) and the

RE: [PATCH 0/7] [RFC] drm/exynos: Add IOMMU support to DRM

2012-07-16 Thread Inki Dae
-Original Message- From: Subash Patel [mailto:subash.ramasw...@linaro.org] Sent: Friday, July 13, 2012 3:58 PM To: Inki Dae Cc: 'Prathyush K'; dri-devel@lists.freedesktop.org; prathy...@chromium.org; m.szyprow...@samsung.com Subject: Re: [PATCH 0/7] [RFC] drm/exynos: Add IOMMU

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #2 from Peter energo...@gmail.com 2012-07-16 13:55:04 --- Created an attachment (id=75481) -- (https://bugzilla.kernel.org/attachment.cgi?id=75481) X windows log This log is from when the system is started using nomodeset and X

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #3 from Peter energo...@gmail.com 2012-07-16 13:57:00 --- Created an attachment (id=75491) -- (https://bugzilla.kernel.org/attachment.cgi?id=75491) dmesg dmesg log from when kernel starts with nomodeset and X video driver is

[Bug 44851] resume to black screen

2012-07-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44851 --- Comment #4 from Peter energo...@gmail.com 2012-07-16 13:59:38 --- Sorry if I've used the wrong terminology. This is a standard iMac. When I used the AMD proprietary fglrx driver some time ago on ubuntu 11.04 it showed two display screens

[PATCH 1/8] Silence function defined but not used warning

2012-07-16 Thread Tim Wiederhake
--- radeon/radeon_cs_gem.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.c +++ b/radeon/radeon_cs_gem.c @@ -330,6 +330,7 @@ static int cs_gem_end(struct radeon_cs_int *cs,

[PATCH 2/8] Remove unused variables

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c|3 +-- tests/lock.c|2 +- tests/name_from_fd.c|3 +-- tests/ttmtest/src/ttmtest.c |2 +- tests/updatedraw.c |2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/intel/intel_bufmgr_gem.c

[PATCH 3/8] Cleanup includes

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c|4 ++-- tests/kmstest/main.c|3 ++- tests/modetest/modetest.c |2 +- tests/ttmtest/src/ttmtest.c |6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index

[PATCH 4/8] Fix memory leaks

2012-07-16 Thread Tim Wiederhake
--- libkms/intel.c |3 ++- libkms/nouveau.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libkms/intel.c b/libkms/intel.c index 8b8249b..238bec7 100644 --- a/libkms/intel.c +++ b/libkms/intel.c @@ -101,7 +101,8 @@ intel_bo_create(struct kms_driver *kms,

[PATCH 5/8] Fix possible null pointer dereferences

2012-07-16 Thread Tim Wiederhake
--- intel/intel_bufmgr_gem.c |3 ++- intel/intel_decode.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 28f8887..8ca6d43 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -1338,13

[PATCH 6/8] Remove never used assignments

2012-07-16 Thread Tim Wiederhake
--- xf86drm.c |2 ++ xf86drmSL.c |1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c index 6ea068f..94f634d 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -304,7 +304,9 @@ static int drmOpenDevice(long dev, int minor, int type) char

[PATCH 8/8] Update .gitignore

2012-07-16 Thread Tim Wiederhake
--- .gitignore |3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 243457e..eb348fc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau.pc

[PATCH 7/8] Always use width in scanf

2012-07-16 Thread Tim Wiederhake
--- tests/modetest/modetest.c |8 xf86drm.c |8 xf86drmMode.c |2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index dff40d1..4540aa0 100644 ---

Re: [PATCH] Documentation: DocBook DRM framework documentation

2012-07-16 Thread Rob Clark
On Thu, Jul 12, 2012 at 7:00 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/DocBook/drm.tmpl | 2835 +++- 1 files changed, 2226 insertions(+), 609

[drm-intel:drm-intel-next-queued 58/59] drivers/gpu/drm/i915/i915_gem_context.c:454:6: warning: unused variable 'ret'

2012-07-16 Thread Fengguang Wu
Hi Chris, There are new compile warnings show up in tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-next-queued head: 3cbf0ed71c262c2f07b3386e3c07c8d41440e050 commit: 289513fe7d347ce23f4f45906324601bf7df01af [58/59] drm/i915: fix invalid reference handling of the default

[git pull] drm gma500 fixes

2012-07-16 Thread Dave Airlie
Hi Linus, Sorry been travelling and a bit neglectful of some of Alan's patches, These all look necessary for -fixes, Dave. The following changes since commit ac7d181e323a888015e19e2e4d776095a0433787: Merge branch 'hwmon-for-linus' of

Re: [git pull] drm gma500 fixes

2012-07-16 Thread Linus Torvalds
On Mon, Jul 16, 2012 at 12:42 PM, Dave Airlie airl...@linux.ie wrote: Sorry been travelling and a bit neglectful of some of Alan's patches, I actually took the three Alan sent me already, exactly because they seemed harmless and I didn't know your schedule. Your pull has a gma500: Fix

Re: [git pull] drm gma500 fixes

2012-07-16 Thread Alan Cox
On Mon, 16 Jul 2012 13:44:32 -0700 Linus Torvalds torva...@linux-foundation.org wrote: On Mon, Jul 16, 2012 at 12:42 PM, Dave Airlie airl...@linux.ie wrote: Sorry been travelling and a bit neglectful of some of Alan's patches, I actually took the three Alan sent me already, exactly

Re: [git pull] drm gma500 fixes

2012-07-16 Thread Dave Airlie
On Tue, Jul 17, 2012 at 7:07 AM, Alan Cox a...@lxorguk.ukuu.org.uk wrote: On Mon, 16 Jul 2012 13:44:32 -0700 Linus Torvalds torva...@linux-foundation.org wrote: On Mon, Jul 16, 2012 at 12:42 PM, Dave Airlie airl...@linux.ie wrote: Sorry been travelling and a bit neglectful of some of

[PATCH] drm/radeon: update ib_execute for SI

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com When submitting a CONST_IB, emit a SWITCH_BUFFER packet before the CONST_IB. This isn't strictly necessary (the driver will work fine without it), but is good practice and allows for more flexible DE/CE sychronization options in the future. Current

[Bug 52171] New: [gallium/r600/clover] Simple benchmarks failed to run

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52171 Bug #: 52171 Summary: [gallium/r600/clover] Simple benchmarks failed to run Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: Linux (All)

[PATCH 00/10] Radeon documentation updates for drm-next

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Same as my previous set, but rebased on Christian's latest ring changes for drm-next: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=wip Alex Deucher (10): drm/radeon: document radeon_device.c (v2) drm/radeon: document radeon_kms.c

[PATCH 01/10] drm/radeon: document radeon_device.c (v2)

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_device.c v2: split out general descriptions as per Christian's comments. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_device.c | 313

[PATCH 02/10] drm/radeon: document radeon_kms.c

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_kms.c Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_kms.c | 126 +++ 1 files changed, 126 insertions(+), 0 deletions(-)

[PATCH 03/10] drm/radeon: document radeon_irq_kms.c

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_irq_kms.c Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_irq_kms.c | 150 +++ 1 files changed, 150 insertions(+), 0

[PATCH 04/10] drm/radeon: document radeon_asic.c

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_asic.c Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_asic.c | 46 ++ 1 files changed, 46 insertions(+), 0 deletions(-)

[PATCH 05/10] drm/radeon: document radeon_fence.c (v2)

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_fence.c v2: address Christian's comments: - split common concept description into it's own comment - fix description of intr parameter - Improve description of -EDEADLK error Signed-off-by: Alex

[PATCH 06/10] drm/radeon: document radeon_ring.c (v3)

2012-07-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Adds documentation to most of the functions in radeon_ring.c v2: adjust per Christian's suggestions v3: adjust per Christian's latest patches Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/radeon_ring.c | 207

  1   2   >