https://bugs.freedesktop.org/show_bug.cgi?id=52174
Alec Ari changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Configure bugmail: h
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 h
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 the
> -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] drm/exy
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)
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 didn
On Tue, Jul 17, 2012 at 9:49 AM, InKi Dae wrote:
>
> 2012/7/11, Leela Krishna Amudala :
> > This patch set adds device tree support for DRM-FIMD for Samsung's
> > Exynos5250.
> > It includes parsing platform data from dts file.
> >
> > This patchset is based and tested on top of v3.5-rc6
> >
> > C
2012/7/11, Leela Krishna Amudala :
> This patch set adds device tree support for DRM-FIMD for Samsung's
> Exynos5250.
> It includes parsing platform data from dts file.
>
> This patchset is based and tested on top of v3.5-rc6
>
> Changes since V1:
> - Corrected typo errors and changed compati
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
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare
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 De
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
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: https://bu
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,
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 re
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
b/drivers/gpu/drm/radeon/evergreen.c
index
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 b/drivers/gpu/drm/radeon/r100.c
index 4ee5a7
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 changed, 142 insertions(+), 0
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 deletions(-)
diff --git a/drivers/gpu
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 +-
1 files changed, 204
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 Deucher
---
drivers/gpu/d
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 a/drivers/gpu/drm/radeon/radeon_asic.c
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 a/drivers/gpu/drm/radeon/radeon_irq_
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 a/drivers/gpu/drm/radeon/radeon_kms.c
b
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 changed, 310 insertions(+),
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
drm/radeon: document radeon_irq_
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 userspace drivers do not ta
https://bugs.freedesktop.org/show_bug.cgi?id=52174
Alec Ari changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Configure bugmail: h
https://bugs.freedesktop.org/show_bug.cgi?id=52174
Bug #: 52174
Summary: radeonsi enable GLSL 1.3 by default
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NEW
S
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,
---
.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
+libdrm_omap
---
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
--- a/tests/modetest/mod
---
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)
charbuf[64
---
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 +
---
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,
---
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 57319fb..2
---
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 b/intel/i
---
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,
retur
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
b/drivers/gpu/drm/radeon/evergreen.c
index
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 b/drivers/gpu/drm/radeon/r100.c
index 4ee5a7
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 changed, 142 insertions(+), 0
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 deletions(-)
diff --git a/drivers/gpu
https://bugs.freedesktop.org/show_bug.cgi?id=52140
Marius Kjeldahl changed:
What|Removed |Added
Summary|Launcher and switcher icons |Ubuntu Unity - Launcher and
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 +-
1 files changed, 204
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 Deucher
---
drivers/gpu/d
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 a/drivers/gpu/drm/radeon/radeon_asic.c
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 a/drivers/gpu/drm/radeon/radeon_irq_
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 a/drivers/gpu/drm/radeon/radeon_kms.c
b
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 changed, 310 insertions(+),
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
drm/radeon: document radeon_irq_
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
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)
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 userspace drivers do not ta
On Tue, Jul 17, 2012 at 7:07 AM, Alan Cox wrote:
> 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 m
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.
>
> S
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)
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 didn
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 o
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
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 fbd
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 detection"
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 detection"
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 docu
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 a
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
https://bugzilla.kernel.org/show_bug.cgi?id=44851
Alex Deucher changed:
What|Removed |Added
CC||alexdeucher at gmail.com
--- Comment #
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
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare
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 h
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 c
r them.
Attached.
~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>
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 the
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
> > git:
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 docu
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
> git://git.k
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: no
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 fun
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
>
> Signed-off-by
---
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
--- a/tests/modetest/mod
---
.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
+libdrm_omap
---
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)
charbuf[64
---
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 +
---
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,
---
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 57319fb..2
---
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 b/intel/i
---
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,
retur
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 o
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
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 fbd
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.
Sugge
> -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 IOM
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 De
https://bugzilla.kernel.org/show_bug.cgi?id=44851
Alex Deucher changed:
What|Removed |Added
CC||alexdeuc...@gmail.com
--- Comment #1 f
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 fun
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 b
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: https://bug
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.
>
> S
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 recei
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 a
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
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 t
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
index 5aa4107..940d933 1
1 - 100 of 110 matches
Mail list logo