06 Nov, 2009

1 commit

  • This just waits until the hw passed the current ring position with
    cmd execution. This slightly changes the existing i915_wait_request
    function to make uninterruptible waiting possible - no point in
    returning to userspace while mucking around with the overlay, that
    piece of hw is just too fragile.

    Also replace a magic 0 with the symbolic constant (and kill the then
    superflous comment) while I was looking at the code.

    Signed-off-by: Daniel Vetter
    Signed-off-by: Eric Anholt

    Daniel Vetter
     

03 Apr, 2009

1 commit


13 Mar, 2009

1 commit


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