Signed-off-by: Eric Anholt
---
drivers/gpu/drm/drm_irq.c |9 ++
drivers/gpu/drm/drm_proc.c | 63
include/drm/drmP.h |1 +
3 files changed, 73 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm
On Sat, 2008-12-20 at 09:21 +1000, Dave Airlie wrote:
> On Sat, Dec 20, 2008 at 9:19 AM, Eric Anholt wrote:
> > On Tue, 2008-12-09 at 14:00 -0500, Ben Gamari wrote:
> >> Hey everyone,
> >>
> >> This is the latest version of my procfs file handling patch. I have
> >> ported the old proc files to us
On Sat, Dec 20, 2008 at 9:19 AM, Eric Anholt wrote:
> On Tue, 2008-12-09 at 14:00 -0500, Ben Gamari wrote:
>> Hey everyone,
>>
>> This is the latest version of my procfs file handling patch. I have
>> ported the old proc files to use the seq_file interface greatly
>> simplifying the code. I have a
On Tue, 2008-12-09 at 14:00 -0500, Ben Gamari wrote:
> Hey everyone,
>
> This is the latest version of my procfs file handling patch. I have
> ported the old proc files to use the seq_file interface greatly
> simplifying the code. I have also put in place infrastructure for
> exporting data throug
On Sat, 2008-12-20 at 08:35 +1000, Dave Airlie wrote:
> On Sat, Dec 20, 2008 at 3:10 AM, Julia Lawall wrote:
> > From: Julia Lawall
> >
> > If the NULL test is necessary, then the dereference should be moved below
> > the NULL test.
> >
> > The semantic patch that makes this change is as follows:
On Thu, 2008-12-18 at 23:27 +0100, Hannes Eder wrote:
> This series of patches fixes a couple of sparse warnings in drm/i915.
>
> Hannes Eder (6):
> drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned
> drm/i915: fix sparse warnings: make symbols static
> drm/i915: fix sparse
On Wed, 2008-12-17 at 22:14 -0500, Kristian Høgsberg wrote:
> This removes the requirement for user space to pin a buffer before
> setting a mode that is backed by the pixels from that buffer.
>
> Signed-off-by: Kristian Høgsberg
Committed. Thanks!
--
Eric Anholt
[email protected]
On Sat, Dec 20, 2008 at 3:10 AM, Julia Lawall wrote:
> From: Julia Lawall
>
> If the NULL test is necessary, then the dereference should be moved below
> the NULL test.
>
> The semantic patch that makes this change is as follows:
> (http://www.emn.fr/x-info/coccinelle/). The result has been modi
http://bugs.freedesktop.org/show_bug.cgi?id=13759
Eric Anholt changed:
What|Removed |Added
Blocks|18841 |
--- Comment #4 from Eric Anholt 2008
From: Julia Lawall
If the NULL test is necessary, then the dereference should be moved below
the NULL test.
The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/). The result has been modified to
move the initialization of driver down closer to where it
Fix this sparse warning:
drivers/gpu/drm/i915/intel_fb.c:417:5: warning: symbol 'intelfb_panic' was
not declared. Should it be static?
Signed-off-by: Hannes Eder
---
On Fri, Dec 19, 2008 at 12:40 AM, Jesse Barnes wrote:
> On Thursday, December 18, 2008 1:32 pm Hannes Eder wrote:
>> Fix this
http://bugs.freedesktop.org/show_bug.cgi?id=16772
--- Comment #8 from Mikko C. 2008-12-19 06:12:36 PST ---
I just tried a Ubuntu 8.10 liveCD.
The problem is still present.
Install Amarok 2.0 and click on the cover manager: Xorg starts eating ram like
crazy.
How do I use memprof to launch X
12 matches
Mail list logo