index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
Commit message (
Expand
)
Author
Age
Files
Lines
*
qxl: catch qxlfb_create_pinned_object failures
Gerd Hoffmann
2016-05-17
1
-0
/
+3
*
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
3
-9
/
+10
*
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
2016-05-09
2
-4
/
+11
|
\
|
*
drm/qxl: fix cursor position with non-zero hotspot
John Keeping
2016-03-31
2
-4
/
+11
*
|
Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-05-06
3
-4
/
+6
|
\
\
|
*
|
drm/ttm: implement LRU add callbacks v2
Christian König
2016-05-04
1
-0
/
+2
|
*
|
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
2
-2
/
+2
|
*
|
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
1
-2
/
+2
*
|
|
drm/qxl: Use drm_fb_helper deferred_io support
Noralf Trønnes
2016-05-02
4
-178
/
+65
*
|
|
drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()
Noralf Trønnes
2016-05-02
1
-3
/
+3
|
/
/
*
|
drm/qxl: Use unlocked gem unreferencing
Daniel Vetter
2016-04-20
1
-2
/
+2
*
|
Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-04-06
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
vgacon: dummy implementation for vgacon_text_force
Daniel Vetter
2016-03-30
1
-2
/
+0
*
|
Merge drm-fixes into drm-next.
Dave Airlie
2016-03-14
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
drm/qxl: fix erroneous return value
Anton Protopopov
2016-02-17
1
-1
/
+1
|
*
drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
Gerd Hoffmann
2016-02-17
1
-1
/
+2
*
|
drm/qxl: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2016-02-16
1
-9
/
+0
|
/
*
drm/qxl: use to_qxl_bo macro
Frediano Ziglio
2015-12-15
2
-3
/
+3
*
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
Ville Syrjälä
2015-12-11
1
-1
/
+1
*
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-12-11
1
-1
/
+1
*
drm/qxl: Drop dummy save/restore hooks
Daniel Vetter
2015-12-08
1
-12
/
+0
*
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-11-24
3
-4
/
+4
*
drm: Remove unused fbdev_list members
Lukas Wunner
2015-11-24
1
-1
/
+0
*
Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-10-20
1
-7
/
+7
|
\
|
*
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
2015-10-16
1
-7
/
+7
*
|
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...
Dave Airlie
2015-10-16
3
-13
/
+22
|
\
\
|
|
/
|
/
|
|
*
drm/qxl: avoid dependency lock
Frediano Ziglio
2015-10-07
1
-3
/
+1
|
*
drm/qxl: avoid buffer reservation in qxl_crtc_page_flip
Frediano Ziglio
2015-10-07
1
-1
/
+9
|
*
drm/qxl: fix framebuffer dirty rectangle tracking.
Gerd Hoffmann
2015-10-07
1
-8
/
+11
|
*
drm/qxl: recreate the primary surface when the bo is not primary
Fabiano Fidêncio
2015-10-01
1
-1
/
+1
*
|
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-06
1
-3
/
+4
|
/
*
drm/qxl: only report first monitor as connected if we have no state
Dave Airlie
2015-09-24
1
-5
/
+7
*
drm/qxl: validate monitors config modes
Jonathon Jongsma
2015-09-11
2
-26
/
+42
*
drm/qxl: Don't take dev->struct_mutex in bo_force_delete
Daniel Vetter
2015-08-11
1
-3
/
+1
*
drm/qxl: Use new drm_fb_helper functions
Archit Taneja
2015-08-06
1
-27
/
+13
*
drm/qxl: Propagate correctly errors from qxlhw_handle_to_bo
Frediano Ziglio
2015-06-05
1
-19
/
+14
*
drm/qxl: Simplify cleaning qxl processing command
Frediano Ziglio
2015-06-05
1
-10
/
+3
*
drm/qxl: Move main reference counter to GEM object instead of TTM ones
Frediano Ziglio
2015-06-05
2
-9
/
+12
*
drm/qxl: Remove format string errors
Frediano Ziglio
2015-06-05
4
-4
/
+4
*
drm/qxl: Handle correctly failures in qxl_alloc_relase_reserved
Frediano Ziglio
2015-06-05
1
-2
/
+7
*
drm/qxl: Fix return for qxl_release_alloc
Frediano Ziglio
2015-06-05
1
-1
/
+1
*
drm/qxl: Handle all errors in qxl_surface_evict
Frediano Ziglio
2015-06-05
1
-4
/
+4
*
drm/qxl: Avoid double free on error
Frediano Ziglio
2015-06-05
1
-2
/
+0
*
drm/qxl: Fix print statement not using uninitialized variable
Frediano Ziglio
2015-06-05
1
-1
/
+1
*
drm/qxl: Do not leak memory if qxl_release_list_add fails
Frediano Ziglio
2015-06-05
1
-1
/
+3
*
drm/qxl: Do not cause spice-server to clean our objects
Frediano Ziglio
2015-06-05
1
-0
/
+1
*
drm/qxl: rewrite framebuffer support
Gerd Hoffmann
2015-05-07
1
-218
/
+57
*
drm/qxl: Fix qxl_noop_get_vblank_counter()
Mario Kleiner
2015-05-04
1
-1
/
+1
*
drm/qxl: constify all struct drm_*_helper funcs pointers
Jani Nikula
2015-04-07
1
-1
/
+1
*
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
2015-01-21
1
-6
/
+16
[next]