index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
/
qxl_display.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/qxl: remove set but not used variable 'bo_old'
YueHaibing
2019-02-21
1
-7
/
+1
*
drm/qxl: use kernel mode db
Gerd Hoffmann
2019-01-28
1
-20
/
+7
*
drm/qxl: add qxl_add_mode helper function
Gerd Hoffmann
2019-01-28
1
-35
/
+49
*
drm/qxl: add mode/framebuffer check functions
Gerd Hoffmann
2019-01-28
1
-18
/
+26
*
drm/qxl: use generic fbdev emulation
Gerd Hoffmann
2019-01-28
1
-7
/
+0
*
drm/qxl: use qxl_num_crtc directly
Gerd Hoffmann
2019-01-28
1
-14
/
+11
*
drm/qxl: cover all crtcs in shadow bo.
Gerd Hoffmann
2019-01-28
1
-26
/
+97
*
drm/qxl: use shadow bo directly
Gerd Hoffmann
2019-01-28
1
-22
/
+11
*
drm/qxl: track primary bo
Gerd Hoffmann
2019-01-28
1
-1
/
+1
*
drm/qxl: drop unused offset parameter from qxl_io_create_primary()
Gerd Hoffmann
2019-01-28
1
-1
/
+1
*
drm/qxl: move qxl_primary_apply_cursor to correct place
Gerd Hoffmann
2019-01-28
1
-7
/
+3
*
drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo.
Gerd Hoffmann
2019-01-28
1
-1
/
+1
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-3
/
+3
*
qxl: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-09
1
-2
/
+2
*
drm/qxl: Don't set the dpms hook
Daniel Vetter
2018-12-12
1
-1
/
+0
*
qxl: Make sure qxl_cursor memory is pinned
Christophe Fergeau
2018-11-21
1
-1
/
+9
*
qxl: Remove unused qxl_bo_pin arguments
Christophe Fergeau
2018-11-21
1
-2
/
+2
*
qxl: No need for NULL check before calling qxl_bo_unref()
Christophe Fergeau
2018-11-21
1
-3
/
+1
*
drm/qxl: Add space before open parentheses
Shayenne da Luz Moura
2018-10-30
1
-2
/
+2
*
drm/qxl: Use 'unsigned int' instead of 'usigned'
Shayenne da Luz Moura
2018-10-30
1
-6
/
+6
*
drm/qxl: Remove exceding whiteline
Shayenne da Luz Moura
2018-10-30
1
-1
/
+0
*
drm/qxl: Add line after variable declarations
Shayenne da Luz Moura
2018-10-30
1
-0
/
+2
*
qxl: refactor to use drm_fb_helper_fbdev_setup
Peter Wu
2018-09-12
1
-81
/
+20
*
drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
Anton Vasilyev
2018-08-10
1
-3
/
+13
*
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
1
-1
/
+1
*
Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2018-06-20
1
-2
/
+5
|
\
|
*
drm/qxl: Call qxl_bo_unref outside atomic context
Jeremy Cline
2018-06-04
1
-2
/
+5
*
|
qxl: drop dummy functions
Gerd Hoffmann
2018-04-27
1
-50
/
+0
*
|
qxl: hook monitors_config updates into crtc, not encoder.
Gerd Hoffmann
2018-04-27
1
-92
/
+64
*
|
qxl: move qxl_send_monitors_config()
Gerd Hoffmann
2018-04-27
1
-24
/
+23
*
|
qxl: remove qxl_io_log()
Gerd Hoffmann
2018-04-27
1
-23
/
+4
*
|
drm/qxl: fix mode_valid's return type
Luc Van Oostenryck
2018-04-25
1
-1
/
+1
|
/
*
drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
Santha Meena Ramamoorthy
2018-03-21
1
-2
/
+2
*
drm/qxl: reapply cursor after resetting primary
Ray Strode
2017-12-08
1
-0
/
+59
*
drm/qxl: unref cursor bo when finished with it
Ray Strode
2017-12-08
1
-1
/
+3
*
qxl: alloc & use shadow for dumb buffers
Gerd Hoffmann
2017-10-23
1
-3
/
+46
*
qxl: fix framebuffer unpinning
Gerd Hoffmann
2017-09-25
1
-3
/
+4
*
Merge remote-tracking branch 'origin/master' into drm-misc-fixes
Sean Paul
2017-09-21
1
-19
/
+16
|
\
|
*
drm: Plumb modifiers through plane init
Ben Widawsky
2017-08-01
1
-1
/
+1
|
*
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2017-06-30
1
-2
/
+3
|
*
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-06-30
1
-2
/
+3
|
*
drm: qxl: Replace CRTC .commit() helper operation with .enable()
Laurent Pinchart
2017-06-28
1
-2
/
+2
|
*
drm: qxl: Remove unused CRTC .dpms() helper operation
Laurent Pinchart
2017-06-28
1
-5
/
+0
|
*
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
2017-06-27
1
-2
/
+2
|
|
\
|
*
|
drm/qxl: declare a bunch of functions as static
Gerd Hoffmann
2017-06-23
1
-9
/
+9
*
|
|
qxl: fix primary surface handling
Gerd Hoffmann
2017-09-12
1
-15
/
+19
|
|
/
|
/
|
*
|
Backmerge tag 'v4.12-rc3' into drm-next
Dave Airlie
2017-05-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm: qxl: Delay entering atomic context during cursor update
Gabriel Krisman Bertazi
2017-05-23
1
-2
/
+2
*
|
drm/qxl: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
1
-5
/
+4
|
/
*
drm: qxl: add missing return check
Dan Carpenter
2017-03-14
1
-0
/
+2
[next]