Commit Graph

65 Commits (7e54a5a0b655734326dc78c2b5efc1eb35497bb6)

Author SHA1 Message Date
Chris Wilson 39b4d07aa3 drm: Hold the mutex when dropping the last GEM reference (v2) 15 years ago
Dave Airlie 29d08b3efd drm/gem: handlecount isn't really a kref so don't make it one. 15 years ago
Chris Wilson 31dfbc9392 drm: Prune GEM vma entries 15 years ago
Dave Airlie 1b2f148963 drm: block userspace under allocating buffer and having drivers overwrite it (v2) 15 years ago
Benjamin Herrenschmidt c17c2f892e drm: Fix support for PCI domains 15 years ago
Arnd Bergmann 58374713c9 drm: kill BKL from common code 15 years ago
Dave Airlie ba4420c224 drm: move ttm global code to core drm 15 years ago
Jesse Barnes b9c2c9ae88 drm: add per-event vblank event trace points 15 years ago
Jordan Crouse dcdb167402 drm: Add support for platform devices to register as DRM devices 15 years ago
Jordan Crouse 01d73a6967 drm: Remove drm_resource wrappers 15 years ago
Daniel Vetter fd632aa34c drm: free core gem object from driver callbacks 15 years ago
Daniel Vetter 1d397043bc drm: extract drm_gem_object_init 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Dave Airlie 72e942dd84 drm/ttm: use drm calloc large and free large 15 years ago
Luca Barbieri c3ae90c099 drm: introduce drm_gem_object_[handle_]unreference_unlocked 15 years ago
Zhenyu Wang e6be8d9d17 drm: remove address mask param for drm_pci_alloc() 15 years ago
Arnd Bergmann ed8b670409 drm: convert drm_ioctl to unlocked_ioctl 15 years ago
Kristian Høgsberg 1a95916f54 drm: Add compatibility #ifdefs for *BSD 15 years ago
Thomas Hellstrom 862302ffe4 drm: Add support for drm master_[set|drop] callbacks. 15 years ago
Li Peng 778c902640 drm/i915: Fix sync to vblank when VGA output is turned off 15 years ago
Eric Anholt c8e0f93a38 drm/i915: Replace a calloc followed by copying data over it with malloc. 15 years ago
Andres Salomon 156822f717 drm: kill more unused DRM macros 15 years ago
Andres Salomon 420a457088 drm: kill some unused DRM_PROC macros from drmP.h 15 years ago
Kristian Høgsberg c9a9c5e02a drm: Add async event synchronization for drmWaitVblank 15 years ago
Kristian Høgsberg c182be37ed drm: Add async event synchronization for drmWaitVblank 15 years ago
Dave Airlie 28d520433b drm/vgaarb: add VGA arbitration support to the drm and kms. 16 years ago
Pekka Paalanen a1a2d1d322 drm: GEM handles are u32, not int 16 years ago
Zhao Yakui 87fdff81cd DRM: Add the explanation about DRM debug level 16 years ago
Zhao Yakui f940f37f02 drm: Remove the macro defintion of DRM_DEBUG_MODE 16 years ago
Zhao Yakui 8a4c47f346 drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE 16 years ago
Eric Anholt 9a298b2acd drm: Remove memory debugging infrastructure. 16 years ago
Jerome Glisse 249d6048ca drm: Split out the mm declarations in a separate header. Add atomic operations. 16 years ago
Kristian Høgsberg fbe0efb869 drm_calloc_large: check right size, check integer overflow, use GFP_ZERO 16 years ago
yakui_zhao 4fefcb2705 drm: add separate drm debugging levels 16 years ago
Roel Kluin dcae3626d0 drm: fix LOCK_TEST_WITH_RETURN macro 16 years ago
Jesse Barnes 8e7d2b2c6e drm/i915: allocate large pointer arrays with vmalloc 16 years ago
Richard Kennedy c972d750e4 drm: reorder struct drm_ioctl_desc to save space on 64 bit builds 16 years ago
Ben Gamari 28a62277e0 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Ben Gamari 955b12def4 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Kristian Høgsberg 8e1004580e drm: Drop unused and broken dri_library_name sysfs attribute. 16 years ago
Kristian Høgsberg 112b715e8e drm: claim PCI device when running in modesetting mode. 16 years ago
Benjamin Herrenschmidt 41c2e75e60 drm: Make drm_local_map use a resource_size_t offset 16 years ago
Benjamin Herrenschmidt f77d390c97 drm: Split drm_map and drm_local_map 16 years ago
Benjamin Herrenschmidt d883f7f1b7 drm: Use resource_size_t for drm_get_resource_{start, len} 16 years ago
Jesse Barnes ab00b3e521 drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap. 16 years ago
Eric Anholt 30b2363408 drm: Rip out the racy, unused vblank signal code. 16 years ago
Eric Anholt fede5c91c4 drm: Add a debug node for vblank state. 16 years ago
Dave Airlie f453ba0460 DRM: add mode setting support 16 years ago
Jesse Barnes a2c0a97b78 drm: GEM mmap support 16 years ago
Vegard Nossum 1147c9cdd0 drm: fix leak of uninitialized data to userspace 16 years ago