index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_scrn.c
Age
Commit message (
Expand
)
Author
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2016-08-16
drm/kms: Nuke dirty_info property
Daniel Vetter
2016-05-20
drm/vmwgfx: Kill some lockdep warnings
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Calculate the cursor position based on the crtc gui origin
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Add connector properties to switch between explicit and implicit ...
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Add suggested screen x and y connector properties
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Break out implicit fb code
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Fix screen object page flips for large framebuffers
Thomas Hellstrom
2016-03-14
drm/vmwgfx: Fix a screen object framebuffer dirty corner case
Thomas Hellstrom
2016-03-08
drm/vmwgfx: Add back ->detect() and ->fill_modes()
Thierry Reding
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
2015-12-15
drm/vmwgfx: Constify function pointer structs
Ville Syrjälä
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-12-08
drm/gma500: Move to private save/restore hooks
Daniel Vetter
2015-12-08
drm/vmwgfx: Drop dummy save/restore hooks
Daniel Vetter
2015-12-08
drm/vmwgfx: Implement the cursor_set2 callback v2
Thomas Hellstrom
2015-08-12
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
2015-08-05
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Implement fbdev on kms v2
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Convert screen objects to the new helpers
Thomas Hellstrom
2015-08-05
drm/vmwgfx: Add "quirk" to handling command verification exceptions
Thomas Hellstrom
2015-08-05
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
Sinclair Yeh
2015-08-05
vmwgfx: Rework device initialization
Thomas Hellstrom
2014-11-05
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
2013-12-04
drm/vmwgfx: Add our connectors to sysfs
Thomas Hellstrom
2013-12-04
drm/vmwgfx: Correctly set the enabled state on crtcs
Thomas Hellstrom
2012-11-30
drm/vmwgfx: drm_connector_property -> drm_object_property
Rob Clark
2012-11-20
drm/vmwgfx: Make screen object code not require fifo at init time
Thomas Hellstrom
2012-02-13
vmwgfx: Pick up the initial size from the width and height regs
Jakob Bornecrantz
2012-02-13
vmwgfx: Add page flip support
Jakob Bornecrantz
2011-11-07
vmwgfx: Infrastructure for explicit placement
Thomas Hellstrom
2011-11-07
vmwgfx: Remove screen object active list
Thomas Hellstrom
2011-11-07
vmwgfx: Screen object cleanups
Thomas Hellstrom
2011-11-01
vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".
Thomas Hellstrom
2011-10-18
vmwgfx: Whitespace & code style in display unit
Jakob Bornecrantz
2011-10-18
vmwgfx: Fix display system init & close functions
Jakob Bornecrantz
2011-10-05
vmwgfx: minor dmabuf utilities cleanup
Thomas Hellstrom
2011-10-05
vmwgfx: Add screen object support
Jakob Bornecrantz