14 Dec, 2011

1 commit


02 Dec, 2011

1 commit


16 Nov, 2011

1 commit


15 Jul, 2011

1 commit


02 Jun, 2011

1 commit


04 May, 2011

1 commit


05 Apr, 2011

1 commit


03 Mar, 2011

1 commit


02 Feb, 2011

1 commit


07 Jan, 2011

1 commit


23 Nov, 2010

1 commit


27 Sep, 2010

1 commit


05 Aug, 2010

1 commit


19 Apr, 2010

1 commit


15 Mar, 2010

1 commit


27 Feb, 2010

1 commit


09 Feb, 2010

1 commit


08 Oct, 2009

1 commit


05 Oct, 2009

1 commit


09 Sep, 2009

1 commit


05 Aug, 2009

1 commit


04 Aug, 2009

1 commit


15 Jul, 2009

1 commit


15 Jun, 2009

1 commit


12 Jun, 2009

2 commits


10 Jun, 2009

1 commit


22 Apr, 2009

1 commit

  • This had been delayed for some time due to failure to work on the one piece
    of G41 hardware we had, and lack of success reports from anybody else.
    Current hardware appears to be OK.

    Signed-off-by: Zhenyu Wang
    [anholt: hand-applied due to conflicts with IGD patches]
    Signed-off-by: Eric Anholt

    Zhenyu Wang
     

14 Apr, 2009

1 commit

  • Support the Intel 854 Chipset in fbdev.

    We test and use the patch on a Thomson IP1101 IPTV-Box. On the VGA-Port
    we get a normal signal.

    Here is the link to the Mambux-Project: http://www.mambux.de

    Cc: Keith Packard
    Cc: Dave Airlie
    Cc: Krzysztof Helt
    Signed-off-by: Stefan Husemann
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stefan Husemann
     

29 Mar, 2009

2 commits


28 Mar, 2009

1 commit


13 Mar, 2009

2 commits


11 Nov, 2008

1 commit

  • This fixes hangs on 855-class hardware by avoiding double attachment of the
    driver due to the stub second head device having the same pci id as the real
    device.

    Other DRM drivers probably want this treatment as well, but I'm applying it
    just to this one for safety. But we should clean up the drm_pciids.h mess
    now so that each driver has its own pci id list header in its own directory.
    Lets do that in the next release.

    Signed-off-by: Eric Anholt
    Signed-off-by: Dave Airlie

    Dave Airlie
     

18 Oct, 2008

3 commits


14 Jul, 2008

1 commit

  • With the coming of kernel based modesetting and the memory manager stuff,
    the everything in one directory approach was getting very ugly and
    starting to be unmanageable.

    This restructures the drm along the lines of other kernel components.

    It creates a drivers/gpu/drm directory and moves the hw drivers into
    subdirectores. It moves the includes into an include/drm, and
    sets up the unifdef for the userspace headers we should be exporting.

    Signed-off-by: Dave Airlie

    Dave Airlie