Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7e9613a399df066ba6df9774a5d0e3978b0aa89c
/
drivers
/
gpu
/
drm
/
via
768ae30
mm: replace get_user_pages() write/force parameters with gup_flags
by Lorenzo Stoakes
· 8 years ago
3cbf6a5
drm: Mark up legacy/dri1 drivers with DRM_LEGACY
by Daniel Vetter
· 8 years ago
95c081c
drm: Move master pointer from drm_minor to drm_device
by Daniel Vetter
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
d4edcf0
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
by Dave Hansen
· 9 years ago
c76af02
via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via_drv.h
by Mikko Rapeli
· 9 years ago
88e7271
drm/irq: Use unsigned int pipe in public API
by Thierry Reding
· 9 years ago
e1c0506
treewide: fix typos in comment blocks
by Masahiro Yamada
· 9 years ago
bfbf3c8
drm: move drm_mmap to <drm/drm_legacy.h>
by Daniel Vetter
· 10 years ago
ba8286f
drm: Move legacy buffer structures to <drm/drm_legacy.h>
by Daniel Vetter
· 10 years ago
86c1fbd
drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>
by Daniel Vetter
· 10 years ago
4f03b1f
drm: Create drm legacy driver header
by Daniel Vetter
· 10 years ago
bb6d822
drm: move drm-lock API to drm_legacy.h
by David Herrmann
· 10 years ago
915b4d1
drm: add driver->set_busid() callback
by David Herrmann
· 10 years ago
9fc5cde
drm: mark drm_buf and drm_map as legacy
by David Herrmann
· 10 years ago
f95aeb1
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
by Damien Lespiau
· 10 years ago
2ffd652
drm/via: Remove unecessary NULL check
by Daniel Vetter
· 11 years ago
1e164bb
drivers: gpu: Mark function as static in via_drv.c
by Rashika
· 11 years ago
4cda878
drm: Kill DRM_SUSER
by Daniel Vetter
· 11 years ago
85b2331
drm: Kill DRM_*MEMORYBARRIER
by Daniel Vetter
· 11 years ago
1d6ac18
drm: Kill DRM_COPY_(TO|FROM)_USER
by Daniel Vetter
· 11 years ago
57ed0f7
drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
by Daniel Vetter
· 11 years ago
e9f0d76
drm: Kill DRM_IRQ_ARGS
by Daniel Vetter
· 11 years ago
bfd8303
drm: Kill DRM_HZ
by Daniel Vetter
· 11 years ago
fc6ff19
drm: Kill ctx_count from struct drm_device
by Ville Syrjälä
· 11 years ago
2818564
drm: rip out drm_core_has_MTRR checks
by Daniel Vetter
· 11 years ago
b0e898a
drm: remove FASYNC support
by Daniel Vetter
· 11 years ago
baa7094
drm: const'ify ioctls table (v2)
by Rob Clark
· 11 years ago
31e5d7c
drm/mm: add "best_match" flag to drm_mm_insert_node()
by David Herrmann
· 11 years ago
36888db
drm/via: convert to idr_alloc()
by Tejun Heo
· 12 years ago
4d53233
drm: don't use idr_remove_all()
by Tejun Heo
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
804d74a
drm: use drm_compat_ioctl for 32-bit apps
by Keith Packard
· 12 years ago
834859c
drm/via: clean up reclaim_buffers
by Daniel Vetter
· 13 years ago
ce020ea
drm via: initialize object_idr
by Márton Németh
· 12 years ago
466e69b
drm: move pci bus master enable into driver.
by Dave Airlie
· 13 years ago
b5215ef
drm/sis|via: don't return stack garbage from free_mem ioctl
by Daniel Vetter
· 13 years ago
977b4f6
drm/via: use drm_mm instead of drm_sman
by Daniel Vetter
· 13 years ago
6de8a74
drm/sis: track user->memblock mapping with idr
by Daniel Vetter
· 13 years ago
77ee8f3
drm/via: track user->memblock mapping with idr
by Daniel Vetter
· 13 years ago
763240d
drm/sman: rip out owner tracking
by Daniel Vetter
· 13 years ago
c828e20
drm/via: track obj->drm_fd relations in the driver
by Daniel Vetter
· 13 years ago
e08e96d
drm: Make the per-driver file_operations struct const
by Arjan van de Ven
· 13 years ago
e0cd360
gpu: add module.h to drivers/gpu files as required.
by Paul Gortmaker
· 13 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
ec3789c
drivers/gpu: Use vzalloc
by Joe Perches
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
dc880ab
drm: use noop_llseek
by Arnd Bergmann
· 14 years ago
cbc60ca
drm: kill get_reg_ofs callback
by Daniel Vetter
· 14 years ago
793a97e
drm: kill drm_map_ofs callbacks
by Daniel Vetter
· 14 years ago
1b2f148
drm: block userspace under allocating buffer and having drivers overwrite it (v2)
by Dave Airlie
· 14 years ago
58c1e85
drm/via: fixed coding style issues, simplified return
by Nicolas Kaiser
· 14 years ago
7ebd467
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
22fb573
drivers/gpu/drm/via/via_video.c: fix off by one issue
by Dan Carpenter
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
ed8b670
drm: convert drm_ioctl to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
42dd861
drm/via: Fix vblank IRQ on VIA hardware.
by Simon Farnsworth
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
c5c0755
drm/via: vfree() no need checking before calling it
by Figo.zhang
· 15 years ago
d9c6f54
drm: count reaches -1
by Roel Kluin
· 16 years ago
8e10045
drm: Drop unused and broken dri_library_name sysfs attribute.
by Kristian Høgsberg
· 16 years ago
5244021
drm: move drm vblank initialization/cleanup to driver load/unload
by Keith Packard
· 16 years ago
9bfbd5c
drm: kill drm_device->irq
by Jesse Barnes
· 16 years ago
0a3e67a
drm: Rework vblank-wait handling to allow interrupt reduction.
by Jesse Barnes
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago