Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
66d8ad67aab3bc6f55e7de81565cd0d4875bd851
/
drivers
/
gpu
/
drm
/
qxl
/
qxl_display.c
6f2bb11
drm/qxl: Use simple encoder
by Thomas Zimmermann
· 5 years ago
e297652
drm/qxl: Remove sending of vblank event
by Thomas Zimmermann
· 5 years ago
e0828d5
drm/qxl: use embedded gem object
by Gerd Hoffmann
· 5 years ago
c0f4b75
drm/qxl: drop use of drmP.h
by Sam Ravnborg
· 6 years ago
fb8cd60
drm/qxl: remove set but not used variable 'bo_old'
by YueHaibing
· 6 years ago
b5f030b
drm/qxl: use kernel mode db
by Gerd Hoffmann
· 6 years ago
1b04367
drm/qxl: add qxl_add_mode helper function
by Gerd Hoffmann
· 6 years ago
feba24d
drm/qxl: add mode/framebuffer check functions
by Gerd Hoffmann
· 6 years ago
26d4707
drm/qxl: use generic fbdev emulation
by Gerd Hoffmann
· 6 years ago
21c76bd
drm/qxl: use qxl_num_crtc directly
by Gerd Hoffmann
· 6 years ago
90adda2
drm/qxl: cover all crtcs in shadow bo.
by Gerd Hoffmann
· 6 years ago
4979904
drm/qxl: use shadow bo directly
by Gerd Hoffmann
· 6 years ago
1662054
drm/qxl: track primary bo
by Gerd Hoffmann
· 6 years ago
fb7ebc0
drm/qxl: drop unused offset parameter from qxl_io_create_primary()
by Gerd Hoffmann
· 6 years ago
1f85535
drm/qxl: move qxl_primary_apply_cursor to correct place
by Gerd Hoffmann
· 6 years ago
247156d
drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo.
by Gerd Hoffmann
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
d4b9dd5
qxl: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
7ce5362
drm/qxl: Don't set the dpms hook
by Daniel Vetter
· 6 years ago
0081cdf
qxl: Make sure qxl_cursor memory is pinned
by Christophe Fergeau
· 6 years ago
545592f
qxl: Remove unused qxl_bo_pin arguments
by Christophe Fergeau
· 6 years ago
76a57db
qxl: No need for NULL check before calling qxl_bo_unref()
by Christophe Fergeau
· 6 years ago
26f53c4
drm/qxl: Add space before open parentheses
by Shayenne da Luz Moura
· 6 years ago
1b00049
drm/qxl: Use 'unsigned int' instead of 'usigned'
by Shayenne da Luz Moura
· 6 years ago
d964985c
drm/qxl: Remove exceding whiteline
by Shayenne da Luz Moura
· 6 years ago
408799e
drm/qxl: Add line after variable declarations
by Shayenne da Luz Moura
· 6 years ago
bf8744e
qxl: refactor to use drm_fb_helper_fbdev_setup
by Peter Wu
· 6 years ago
66e0c8a
drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
by Anton Vasilyev
· 6 years ago
cde4c44
drm: drop _mode_ from drm_mode_connector_attach_encoder
by Daniel Vetter
· 7 years ago
47fbf82
Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
889ad63
drm/qxl: Call qxl_bo_unref outside atomic context
by Jeremy Cline
· 7 years ago
cc4e44d
qxl: drop dummy functions
by Gerd Hoffmann
· 7 years ago
a6d3c4d
qxl: hook monitors_config updates into crtc, not encoder.
by Gerd Hoffmann
· 7 years ago
998010b
qxl: move qxl_send_monitors_config()
by Gerd Hoffmann
· 7 years ago
735581a
qxl: remove qxl_io_log()
by Gerd Hoffmann
· 7 years ago
e0d92e1
drm/qxl: fix mode_valid's return type
by Luc Van Oostenryck
· 7 years ago
2793c1d
drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
by Santha Meena Ramamoorthy
· 7 years ago
9428088
drm/qxl: reapply cursor after resetting primary
by Ray Strode
· 7 years ago
16c6db3
drm/qxl: unref cursor bo when finished with it
by Ray Strode
· 7 years ago
62676d1
qxl: alloc & use shadow for dumb buffers
by Gerd Hoffmann
· 7 years ago
5f3d862
qxl: fix framebuffer unpinning
by Gerd Hoffmann
· 7 years ago
1ebfc60
Merge remote-tracking branch 'origin/master' into drm-misc-fixes
by Sean Paul
· 7 years ago
b0e07da
qxl: fix primary surface handling
by Gerd Hoffmann
· 7 years ago
e6fc3b6
drm: Plumb modifiers through plane init
by Ben Widawsky
· 8 years ago
6458171
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
by Laurent Pinchart
· 8 years ago
0b20a0f
drm: Add old state pointer to CRTC .enable() helper function
by Laurent Pinchart
· 8 years ago
641164f
drm: qxl: Replace CRTC .commit() helper operation with .enable()
by Laurent Pinchart
· 8 years ago
4889b35
drm: qxl: Remove unused CRTC .dpms() helper operation
by Laurent Pinchart
· 8 years ago
b740e76
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 8 years ago
45dfe57
drm/qxl: declare a bunch of functions as static
by Gerd Hoffmann
· 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
ee5cb7c
drm: qxl: add missing return check
by Dan Carpenter
· 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
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
54d82e0
drm: qxl: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
cbdded7
drm: qxl: Embed drm_device into driver structure
by Gabriel Krisman Bertazi
· 8 years ago
8e945cb
drm: qxl: Let DRM core handle connector registering
by Gabriel Krisman Bertazi
· 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
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
e4a7644
qxl: Mark some internal functions as static
by Christophe Fergeau
· 8 years ago
4532b24
drm/qxl: reapply cursor after SetCrtc calls
by Ray Strode
· 8 years ago
dc3583c
drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlocked()
by Markus Elfring
· 9 years ago
078ace6
drm/qxl: use drm_crtc_vblank_{get,put}()
by Gustavo Padovan
· 9 years ago
8a60522
drm/qxl: use drm_crtc_send_vblank_event()
by Gustavo Padovan
· 9 years ago
0eef29d
drm/qxl: Don't set a gamma table size
by Daniel Vetter
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
bafb86f
Merge tag 'v4.6-rc7' into drm-next
by Dave Airlie
· 9 years ago
6819c3c
drm/qxl: Use drm_fb_helper deferred_io support
by Noralf Trønnes
· 9 years ago
d59a1f7
drm/qxl: fix cursor position with non-zero hotspot
by John Keeping
· 9 years ago
4a71396
drm/qxl: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
6af3e65
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
by Ville Syrjälä
· 9 years ago
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
2ed1e42
drm/qxl: Drop dummy save/restore hooks
by Daniel Vetter
· 9 years ago
1eb83451
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
by Ville Syrjälä
· 9 years ago
7eb9974
drm/qxl: avoid buffer reservation in qxl_crtc_page_flip
by Frediano Ziglio
· 9 years ago
8d0d940
drm/qxl: recreate the primary surface when the bo is not primary
by Fabiano Fidêncio
· 9 years ago
69e5d3f
drm/qxl: only report first monitor as connected if we have no state
by Dave Airlie
· 9 years ago
bd3e1c7
drm/qxl: validate monitors config modes
by Jonathon Jongsma
· 9 years ago
72ec565
drm/qxl: Remove format string errors
by Frediano Ziglio
· 10 years ago
967b8e0
drm/qxl: drop unused mode private pointer
by Dave Airlie
· 10 years ago
7dea094
drm/qxl: use suggested x/y offset properties to pass guest prefs
by Dave Airlie
· 10 years ago
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
c572aaf4
qxl: don't create too large primary surface
by Marc-André Lureau
· 10 years ago
Next »