index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
/
qxl_fb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-21
qxl: Remove unused qxl_bo_pin arguments
Christophe Fergeau
1
-1
/
+1
2018-10-30
drm/qxl: Use 'unsigned int' instead of 'usigned'
Shayenne da Luz Moura
1
-2
/
+2
2018-09-12
qxl: refactor to use drm_fb_helper_fbdev_setup
Peter Wu
1
-164
/
+33
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-04-27
qxl: remove qxl_io_log()
Gerd Hoffmann
1
-2
/
+0
2018-03-21
drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
Santha Meena Ramamoorthy
1
-3
/
+3
2017-10-23
drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVER
Gerd Hoffmann
1
-8
/
+5
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-07-26
drm/qxl: Drop fbdev hwaccel flags
Daniel Vetter
1
-1
/
+1
2017-05-17
drm/qxl: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-5
/
+6
2017-03-07
drm: qxl: Don't alloc fbdev if emulation is not supported
Gabriel Krisman Bertazi
1
-1
/
+8
2017-02-28
drm: qxl: Consolidate bo reservation when pinning
Gabriel Krisman Bertazi
1
-18
/
+7
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-4
/
+1
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-1
/
+0
2017-02-02
drm: qxl: Embed drm_device into driver structure
Gabriel Krisman Bertazi
1
-5
/
+5
2017-02-02
drm: qxl: Drop misleading comment
Gabriel Krisman Bertazi
1
-1
/
+1
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-2
/
+3
2016-11-30
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
Dave Airlie
1
-1
/
+1
2016-11-15
qxl: Add missing '\n' to qxl_io_log() call
Christophe Fergeau
1
-1
/
+1
2016-11-14
drm/qxl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-7
/
+1
2016-08-12
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
Daniel Vetter
1
-0
/
+4
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
1
-1
/
+0
2016-06-07
drm/qxl: Remove useless drm_fb_get_bpp_depth() call
Laurent Pinchart
1
-4
/
+0
2016-05-17
qxl: catch qxlfb_create_pinned_object failures
Gerd Hoffmann
1
-0
/
+3
2016-05-02
drm/qxl: Use drm_fb_helper deferred_io support
Noralf Trønnes
1
-166
/
+57
2016-05-02
drm/qxl: Change drm_fb_helper_sys_*() calls to sys_*()
Noralf Trønnes
1
-3
/
+3
2016-04-20
drm/qxl: Use unlocked gem unreferencing
Daniel Vetter
1
-2
/
+2
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-1
/
+1
2015-11-24
drm: Remove unused fbdev_list members
Lukas Wunner
1
-1
/
+0
2015-10-07
drm/qxl: fix framebuffer dirty rectangle tracking.
Gerd Hoffmann
1
-8
/
+11
2015-08-06
drm/qxl: Use new drm_fb_helper functions
Archit Taneja
1
-27
/
+13
2015-05-07
drm/qxl: rewrite framebuffer support
Gerd Hoffmann
1
-218
/
+57
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
1
-6
/
+16
2014-09-24
drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+4
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
1
-1
/
+1
2013-11-04
qxl: avoid an oops in the deferred io code.
Dave Airlie
1
-1
/
+1
2013-07-24
drm/qxl: add delayed fb operations
Dave Airlie
1
-21
/
+163
2013-07-05
qxl: add fb and ttm entry points for use by suspend/resume.
Dave Airlie
1
-0
/
+10
2013-07-05
drm/qxl: add support for > 1 output
Dave Airlie
1
-1
/
+1
2013-06-17
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
Ville Syrjälä
1
-4
/
+0
2013-04-16
drm/qxl: make lots of things static.
Dave Airlie
1
-1
/
+1
2013-04-12
drm: add new QXL driver. (v1.4)
Dave Airlie
1
-0
/
+567