index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
qxl
/
qxl_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
qxl: fix framebuffer unpinning
Gerd Hoffmann
1
-3
/
+4
2017-09-22
Merge remote-tracking branch 'origin/master' into drm-misc-fixes
Sean Paul
1
-19
/
+16
2017-09-12
qxl: fix primary surface handling
Gerd Hoffmann
1
-15
/
+19
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-1
/
+1
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
1
-2
/
+3
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
1
-2
/
+3
2017-06-28
drm: qxl: Replace CRTC .commit() helper operation with .enable()
Laurent Pinchart
1
-2
/
+2
2017-06-28
drm: qxl: Remove unused CRTC .dpms() helper operation
Laurent Pinchart
1
-5
/
+0
2017-06-27
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
1
-2
/
+2
2017-06-23
drm/qxl: declare a bunch of functions as static
Gerd Hoffmann
1
-9
/
+9
2017-05-30
Backmerge tag 'v4.12-rc3' into drm-next
Dave Airlie
1
-2
/
+2
2017-05-23
drm: qxl: Delay entering atomic context during cursor update
Gabriel Krisman Bertazi
1
-2
/
+2
2017-05-17
drm/qxl: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-5
/
+4
2017-03-14
drm: qxl: add missing return check
Dan Carpenter
1
-0
/
+2
2017-03-07
qxl: fix qxl_conn_get_modes
Gerd Hoffmann
1
-10
/
+12
2017-03-07
qxl: read monitors config at boot
Gerd Hoffmann
1
-0
/
+5
2017-03-07
qxl: limit monitor config read retries
Gerd Hoffmann
1
-8
/
+12
2017-02-28
drm: qxl: Atomic phase 3: Wire up atomic page_flip helper
Gabriel Krisman Bertazi
1
-46
/
+1
2017-02-28
drm: qxl: Atomic phase 3: Wire up atomic set_config helper
Gabriel Krisman Bertazi
1
-10
/
+1
2017-02-28
drm: qxl: Atomic phase 3: Use atomic handlers for planes
Gabriel Krisman Bertazi
1
-4
/
+6
2017-02-28
drm: qxl: Atomic phase 2: Use drm_atomic_set_fb_for_plane helper
Gabriel Krisman Bertazi
1
-1
/
+3
2017-02-28
drm: qxl: Atomic phase 2: Wire up state object handlers
Gabriel Krisman Bertazi
1
-0
/
+14
2017-02-28
drm: qxl: Atomic phase 1: Don't unpin primary when disabling crtc
Gabriel Krisman Bertazi
1
-9
/
+1
2017-02-28
drm: qxl: Atomic phase 1: Implement mode_set_nofb
Gabriel Krisman Bertazi
1
-72
/
+16
2017-02-28
drm: qxl: Atomic phase 1: Use drm_plane_helpers for primary plane
Gabriel Krisman Bertazi
1
-1
/
+100
2017-02-28
drm: qxl: Atomic phase 1: convert cursor to universal plane
Gabriel Krisman Bertazi
1
-239
/
+202
2017-02-28
drm: qxl: Expose creation of universal primary plane
Gabriel Krisman Bertazi
1
-1
/
+70
2017-02-28
drm: qxl: Don't initialize vblank support
Gabriel Krisman Bertazi
1
-20
/
+0
2017-02-28
drm: qxl: Consolidate bo reservation when pinning
Gabriel Krisman Bertazi
1
-44
/
+8
2017-02-21
drm: qxl: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
1
-0
/
+16
2017-02-02
drm: qxl: Embed drm_device into driver structure
Gabriel Krisman Bertazi
1
-16
/
+16
2017-01-17
drm: qxl: Let DRM core handle connector registering
Gabriel Krisman Bertazi
1
-1
/
+0
2016-12-15
drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2016-11-15
qxl: Allow resolution which are not multiple of 8
Christophe Fergeau
1
-0
/
+3
2016-11-15
qxl: Don't notify userspace when monitors config is unchanged
Christophe Fergeau
1
-10
/
+52
2016-11-15
qxl: Mark some internal functions as static
Christophe Fergeau
1
-2
/
+2
2016-09-20
drm/qxl: reapply cursor after SetCrtc calls
Ray Strode
1
-1
/
+55
2016-07-22
drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlock...
Markus Elfring
1
-2
/
+1
2016-06-06
drm/qxl: use drm_crtc_vblank_{get,put}()
Gustavo Padovan
1
-3
/
+2
2016-06-06
drm/qxl: use drm_crtc_send_vblank_event()
Gustavo Padovan
1
-1
/
+1
2016-05-31
drm/qxl: Don't set a gamma table size
Daniel Vetter
1
-1
/
+0
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-2
/
+4
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-4
/
+9
2016-05-02
drm/qxl: Use drm_fb_helper deferred_io support
Noralf Trønnes
1
-4
/
+5
2016-03-31
drm/qxl: fix cursor position with non-zero hotspot
John Keeping
1
-4
/
+9
2016-02-16
drm/qxl: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-9
/
+0
2015-12-11
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
Ville Syrjälä
1
-1
/
+1
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+1
2015-12-08
drm/qxl: Drop dummy save/restore hooks
Daniel Vetter
1
-12
/
+0
[next]