Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3f3333f8a0e90ac26f84ed7b0aa344efce695c08
/
drivers
/
gpu
/
drm
/
qxl
3164e4e
drm/qxl: Use the drm_driver.dumb_destroy default
by Noralf Trønnes
· 7 years ago
e6fc3b6
drm: Plumb modifiers through plane init
by Ben Widawsky
· 7 years ago
e1923ab
drm/<drivers>: Drop fbdev info flags
by Daniel Vetter
· 7 years ago
060f33b
drm/qxl: Drop fbdev hwaccel flags
by Daniel Vetter
· 7 years ago
9e2033a
drm: qxl: constify ttm_place structures.
by Arvind Yadav
· 7 years ago
6458171
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
by Laurent Pinchart
· 7 years ago
0b20a0f
drm: Add old state pointer to CRTC .enable() helper function
by Laurent Pinchart
· 7 years ago
641164f
drm: qxl: Replace CRTC .commit() helper operation with .enable()
by Laurent Pinchart
· 7 years ago
4889b35
drm: qxl: Remove unused CRTC .dpms() helper operation
by Laurent Pinchart
· 7 years ago
b740e76
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 7 years ago
747fddd
drm/qxl: move extern variable declaration header file
by Gerd Hoffmann
· 8 years ago
45dfe57
drm/qxl: declare a bunch of functions as static
by Gerd Hoffmann
· 8 years ago
6545135
drm/qxl: fix __user annotations
by Gerd Hoffmann
· 8 years ago
10631d7
drm/pci: Deprecate drm_pci_init/exit completely
by Daniel Vetter
· 8 years ago
5c484ce
drm: Remove drm_driver->set_busid hook
by Daniel Vetter
· 8 years ago
2a1720376
Backmerge tag 'v4.12-rc3' into drm-next
by Dave Airlie
· 8 years ago
429030b
drm: qxl: Delay entering atomic context during cursor update
by Gabriel Krisman Bertazi
· 8 years ago
edaf492
drm/qxl: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
ea642c3
drm/ttm: add io_mem_pfn callback
by Christian König
· 8 years ago
b70366e
Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
by Daniel Vetter
· 8 years ago
ee5cb7c
drm: qxl: add missing return check
by Dan Carpenter
· 8 years ago
34c9d52
drm/qxl: Remove qxl_debugfs_remove_files()
by Noralf Trønnes
· 8 years ago
2d856f94
qxl: fix qxl_conn_get_modes
by Gerd Hoffmann
· 8 years ago
c50fad8
qxl: read monitors config at boot
by Gerd Hoffmann
· 8 years ago
9062155
qxl: limit monitor config read retries
by Gerd Hoffmann
· 8 years ago
ecefd94
qxl: drop mode_info.modes & related code.
by Gerd Hoffmann
· 8 years ago
8610783
drm: qxl: Don't alloc fbdev if emulation is not supported
by Gabriel Krisman Bertazi
· 8 years ago
cc14d46
drm/qxl: Remove qxl_debugfs_takedown()
by Noralf Trønnes
· 8 years ago
fb4fe33
drm: qxl: Enable atomic modesetting ioctl
by Gabriel Krisman Bertazi
· 8 years ago
9973c87
drm: qxl: Atomic phase 3: Wire up atomic page_flip helper
by Gabriel Krisman Bertazi
· 8 years ago
bc8a00d
drm: qxl: Atomic phase 3: Wire up atomic set_config helper
by Gabriel Krisman Bertazi
· 8 years ago
472e6d4
drm: qxl: Atomic phase 3: Use atomic handlers for planes
by Gabriel Krisman Bertazi
· 8 years ago
10a0bd8
drm: qxl: Atomic phase 2: Use drm_atomic_set_fb_for_plane helper
by Gabriel Krisman Bertazi
· 8 years ago
9ade8b9
drm: qxl: Atomic phase 2: Wire up state object handlers
by Gabriel Krisman Bertazi
· 8 years ago
3723545
drm: qxl: Atomic phase 1: Don't unpin primary when disabling crtc
by Gabriel Krisman Bertazi
· 8 years ago
3538e80
drm: qxl: Atomic phase 1: Implement mode_set_nofb
by Gabriel Krisman Bertazi
· 8 years ago
c2ff663
drm: qxl: Atomic phase 1: Use drm_plane_helpers for primary plane
by Gabriel Krisman Bertazi
· 8 years ago
1277eed
drm: qxl: Atomic phase 1: convert cursor to universal plane
by Gabriel Krisman Bertazi
· 8 years ago
d3e7e42
drm: qxl: Expose creation of universal primary plane
by Gabriel Krisman Bertazi
· 8 years ago
64ca824
drm: qxl: Don't initialize vblank support
by Gabriel Krisman Bertazi
· 8 years ago
715a11f
drm: qxl: Consolidate bo reservation when pinning
by Gabriel Krisman Bertazi
· 8 years ago
aa5b62b
drm: qxl: Drop device flags attribute
by Gabriel Krisman Bertazi
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
54d82e0
drm: qxl: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
da7bdda
drm/fb-helper: Automatically clean up fb_info
by Daniel Vetter
· 8 years ago
e4563f6
drm: Rely on mode_config data for fb_helper initialization
by Gabriel Krisman Bertazi
· 8 years ago
cbdded7
drm: qxl: Embed drm_device into driver structure
by Gabriel Krisman Bertazi
· 8 years ago
d74d74a
drm: qxl: Drop duplicated pci_device pointer attribute
by Gabriel Krisman Bertazi
· 8 years ago
5472bdee
drm: qxl: Drop duplicated device pointer attribute
by Gabriel Krisman Bertazi
· 8 years ago
768851b
drm: qxl: Drop misleading comment
by Gabriel Krisman Bertazi
· 8 years ago
260498f
drm/ttm: revert "implement LRU add callbacks v2"
by Christian König
· 8 years ago
66257db
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
by Nicolai Hähnle
· 8 years ago
6f897f5
drm: qxl: Open code teardown function for qxl
by Gabriel Krisman Bertazi
· 8 years ago
2b65d56
drm: qxl: Open code probing sequence for qxl
by Gabriel Krisman Bertazi
· 8 years ago
8e945cb
drm: qxl: Let DRM core handle connector registering
by Gabriel Krisman Bertazi
· 8 years ago
011cda5
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
by Benjamin Gaignard
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
b5c3714
drm/mm: Convert to drm_printer
by Daniel Vetter
· 8 years ago
9338203
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
by Laurent Pinchart
· 8 years ago
272725c
drm: Nuke fb->bits_per_pixel
by Ville Syrjälä
· 8 years ago
b00c600
drm: Nuke fb->depth
by Ville Syrjälä
· 8 years ago
5360943
drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
by Ville Syrjälä
· 8 years ago
a3f913c
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
by Ville Syrjälä
· 8 years ago
75e75cb
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Daniel Vetter
· 8 years ago
16571a8
drm/qxl: fix use of uninitialized variable
by Pan Bian
· 8 years ago
48d9831
drm/qxl: Don't register debugfs for control minors
by Daniel Vetter
· 8 years ago
6320745
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
by Dave Airlie
· 8 years ago
ff996e7
qxl: Allow resolution which are not multiple of 8
by Christophe Fergeau
· 8 years ago
9e3b317
qxl: Don't notify userspace when monitors config is unchanged
by Christophe Fergeau
· 8 years ago
ae4b9a0
qxl: Remove qxl_bo_init() return value
by Christophe Fergeau
· 8 years ago
b3740e8
qxl: Call qxl_gem_{init, fini}
by Christophe Fergeau
· 8 years ago
00d7d64
qxl: Add missing '\n' to qxl_io_log() call
by Christophe Fergeau
· 8 years ago
86c792a
qxl: Remove unused prototype
by Christophe Fergeau
· 8 years ago
e4a7644
qxl: Mark some internal functions as static
by Christophe Fergeau
· 8 years ago
1102af1
drm/qxl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
by Stefan Christ
· 8 years ago
220196b
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a2ab19fe
drm/ttm: make eviction decision a driver callback v2
by Christian König
· 8 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
c0d5fb4
Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next
by Dave Airlie
· 8 years ago
3f346d5
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
4532b24
drm/qxl: reapply cursor after SetCrtc calls
by Ray Strode
· 8 years ago
bd4a68d
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
d9a1f0b
drm: use drm_file to tag vm-bos
by David Herrmann
· 8 years ago
96c594b
drm/qxl: squash lines for simple wrapper functions
by Masahiro Yamada
· 8 years ago
283cde6
drm/ttm: rework handling of private mem types
by Christian König
· 8 years ago
2b721f2
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
by Daniel Vetter
· 8 years ago
e9c3dde
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
0c75613
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
by Daniel Vetter
· 8 years ago
b1116f6
drm: Remove superflous linux/fb.h includes
by Daniel Vetter
· 8 years ago
4499f2a
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
by Michel Dänzer
· 8 years ago
dc3583c
drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlocked()
by Markus Elfring
· 8 years ago
2383050f
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
by Daniel Vetter
· 8 years ago
f0a3e1e
drm/qxl: make fbdev support really optional
by Tobias Jakobi
· 8 years ago
6c181c8
Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
6566435
qxl: silence uninitialized variable warning
by Dan Carpenter
· 8 years ago
f4cceb2
qxl: check for kmap failures
by Dan Carpenter
· 8 years ago
7b2d16f
drm/qxl: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
ab1947b
drm/qxl: Remove dead code
by Thierry Reding
· 8 years ago
77dfc28
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
by Christian König
· 9 years ago
88932a7
drm/ttm: add wait for idle in all drivers bo_move functions
by Christian König
· 9 years ago
Next »