summaryrefslogtreecommitdiff
path: root/linux-core/drm_fops.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-14drm: Fix race that can lockup the kernelMike Isely1-2/+5
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie1-21/+18
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-9/+10
2007-11-21drm: don't reset to 0 irq_enabled when client open file descriptorJerome Glisse1-1/+0
2007-11-05drm: more kernel coding style cleanupsDave Airlie1-5/+4
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-1/+0
2007-10-16Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg1-13/+0
2007-07-21Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-2/+2
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-17/+17
2007-07-18fix some missing whitespace/tabDave Airlie1-1/+1
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie1-4/+4
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-13/+13
2007-06-01drm: fixup initialisation of list heads and idrDave Airlie1-6/+0
2007-05-27drm: convert drawable handling to use Linux idrDave Airlie1-0/+3
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-34/+12
2007-03-27drm/ttm: make sure dev_mapping is set-up for the first opener of the drmDave Airlie1-1/+4
2007-03-19whitespace cleanup pending a kernel mergeDave Airlie1-19/+11
2007-02-13Bugzilla Bug #9457Thomas Hellstrom1-22/+35
2006-12-20Merge branch 'nouveau-1'Dave Airlie1-3/+3
2006-12-19Reclaim buffers locked fixup.Thomas Hellstrom1-7/+7
2006-11-06drm: fixup page alignment on SAREA map on ppc64Dave Airlie1-3/+3
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom1-0/+7
2006-10-02Add a comment to previos commit.Thomas Hellstrom1-0/+7
2006-10-02Trap and be verbose about a deadlock that occurs with AIGLX and drivers thatThomas Hellstrom1-2/+14
2006-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-4/+4
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-2/+2
2006-08-28fix const pointer warnings with file_operationsDave Airlie1-1/+1
2006-08-28remove some DRM_ARRAY_SIZE from linux core codeDave Airlie1-1/+1
2006-08-21Generic DRM support base-class support for user-space objects, likeThomas Hellstrom1-45/+78
2006-08-16Remove hash tables on DRM exit.Thomas Hellstrom1-0/+2
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-6/+6
2006-06-06Fix drm_remove_magic potential memory leak / corruption. Move drmThomas Hellstrom1-4/+2
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-7/+12
2006-01-02use drm_cards_limit instead of cards_limitDave Airlie1-2/+2
2005-11-11convert to use __set_current_state, align some header includesDave Airlie1-2/+2
2005-10-23we don't use this stuff anymore .. remove 1k buffer from driver ..Dave Airlie1-3/+0
2005-09-18remove pci_find_class use for alphaDave Airlie1-2/+4
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-17/+15
2005-08-04Implement permanent sarea mapsJon Smirl1-2/+10
2005-08-04Split the control of master vs root priv. Everything is still marked asJon Smirl1-0/+3
2005-06-30release can happen before dev->ctxlist is allocatedJon Smirl1-1/+1
2005-06-29Bug in conversion from old DRM to core DRM....Dave Airlie1-1/+1
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-1/+3
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling1-1/+1
2004-10-28Break poll() to make it match the Xserver's broken expectations.Jon Smirl1-5/+6
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-15Move drm_cpu_valid out of drm_init. drm_init is empty now.Jon Smirl1-0/+17
2004-10-13Add a poll function that alternates between zero and normal poll return toJon Smirl1-0/+16
2004-10-12Breakout heads into their own data structures.Jon Smirl1-9/+13