index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_fops.c
Age
Commit message (
Expand
)
Author
2008-04-23
Don't disable IRQs, just tasklets, when taking the drm lock spinlock.
Thomas Hellstrom
2008-03-14
drm: Fix race that can lockup the kernel
Mike Isely
2008-03-06
drm: reorganise minor number handling using code from modesetting branch
Dave Airlie
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
2007-11-21
drm: don't reset to 0 irq_enabled when client open file descriptor
Jerome Glisse
2007-11-05
drm: more kernel coding style cleanups
Dave Airlie
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
2007-10-16
Drop destroy ioctls for fences and buffer objects.
Kristian Høgsberg
2007-07-21
Fix misc ioctl issues, makes Nouveau run.
Pekka Paalanen
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-18
fix some missing whitespace/tab
Dave Airlie
2007-07-16
drm: remove hashtab/sman and object typedefs
Dave Airlie
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
2007-06-01
drm: fixup initialisation of list heads and idr
Dave Airlie
2007-05-27
drm: convert drawable handling to use Linux idr
Dave Airlie
2007-05-26
drm: cleanup use of Linux list handling macros
Dave Airlie
2007-03-27
drm/ttm: make sure dev_mapping is set-up for the first opener of the drm
Dave Airlie
2007-03-19
whitespace cleanup pending a kernel merge
Dave Airlie
2007-02-13
Bugzilla Bug #9457
Thomas Hellstrom
2006-12-20
Merge branch 'nouveau-1'
Dave Airlie
2006-12-19
Reclaim buffers locked fixup.
Thomas Hellstrom
2006-11-06
drm: fixup page alignment on SAREA map on ppc64
Dave Airlie
2006-10-03
Get rid of all ugly PTE hacks.
Thomas Hellstrom
2006-10-02
Add a comment to previos commit.
Thomas Hellstrom
2006-10-02
Trap and be verbose about a deadlock that occurs with AIGLX and drivers that
Thomas Hellstrom
2006-08-28
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...
Thomas Hellstrom
2006-08-28
drm: lots of small cleanups and whitespace issues fixed up
Dave Airlie
2006-08-28
fix const pointer warnings with file_operations
Dave Airlie
2006-08-28
remove some DRM_ARRAY_SIZE from linux core code
Dave Airlie
2006-08-21
Generic DRM support base-class support for user-space objects, like
Thomas Hellstrom
2006-08-16
Remove hash tables on DRM exit.
Thomas Hellstrom
2006-07-24
switch drm to use Linux mutexes instead of semaphore.
Dave Airlie
2006-06-06
Fix drm_remove_magic potential memory leak / corruption. Move drm
Thomas Hellstrom
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
2006-01-02
use drm_cards_limit instead of cards_limit
Dave Airlie
2005-11-11
convert to use __set_current_state, align some header includes
Dave Airlie
2005-10-23
we don't use this stuff anymore .. remove 1k buffer from driver ..
Dave Airlie
2005-09-18
remove pci_find_class use for alpha
Dave Airlie
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
2005-08-04
Implement permanent sarea maps
Jon Smirl
2005-08-04
Split the control of master vs root priv. Everything is still marked as
Jon Smirl
2005-06-30
release can happen before dev->ctxlist is allocated
Jon Smirl
2005-06-29
Bug in conversion from old DRM to core DRM....
Dave Airlie
2005-06-04
misc cleanup patch from Adrian Bunk
Dave Airlie
2004-10-31
Allow drivers to override reclaim_buffers in an OS-independent way by
Felix Kuehling
2004-10-28
Break poll() to make it match the Xserver's broken expectations.
Jon Smirl
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
2004-10-15
Move drm_cpu_valid out of drm_init. drm_init is empty now.
Jon Smirl
2004-10-13
Add a poll function that alternates between zero and normal poll return to
Jon Smirl
[next]