summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh2017-06-071-0/+1
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-031-2/+3
|\
* | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-311-0/+3
* | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-03-311-1/+47
* | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-03-311-0/+20
* | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-03-311-0/+48
* | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-0/+256
* | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+55
* | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-0/+139
* | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+90
* | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+81
* | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-138/+133
* | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-311-2/+0
|/
* drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-261-1/+1
* drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-261-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-2/+2
* drm/vmwgfx: Switch to mode_cmd2Daniel Vetter2016-12-021-74/+42
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+2
* drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart2016-10-181-2/+10
* Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-7/+3
|\
| * drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-011-0/+3
| * drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-011-8/+1
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
|/
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-14/+13
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-3/+3
* drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-141-2/+2
* drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-141-0/+30
* drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-141-0/+32
* drm/vmwgfx: Break out implicit fb codeThomas Hellstrom2016-03-141-0/+92
* drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom2016-03-141-3/+2
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-141-1/+5
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-241-13/+51
|\
| * drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-13/+51
* | drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* | drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-1/+1
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-081-16/+0
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
|/
* drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom2015-11-061-1/+1
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-11/+12
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-3/+3
* drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer2015-09-241-2/+1
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-171-826/+825
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-5/+10
| * drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2015-08-121-24/+18
| * drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh2015-08-121-11/+22
| * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-16/+16
| * drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom2015-08-051-4/+2
| * drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom2015-08-051-3/+6
OpenPOWER on IntegriCloud