summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-0/+9
|\
| * Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-241-0/+9
| |\
| | * drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh2017-07-181-0/+9
* | | drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst2017-07-131-3/+2Star
* | | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-114/+1Star
|\| |
| * | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-114/+1Star
| |\|
| | * drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh2017-06-071-114/+0Star
| | * drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh2017-06-071-0/+1
* | | drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-6/+2Star
|/ /
* / drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-2/+2
|/
* 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-04-011-0/+3
* | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-04-011-1/+47
* | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-04-011-0/+20
* | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-04-011-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/+133Star
* | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-311-2/+0Star
|/
* drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-271-1/+1
* drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-271-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/+42Star
* 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/+3Star
|\
| * 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/+1Star
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
|/
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-201-14/+13Star
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-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/+2Star
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-131-1/+5
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-231-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/+0Star
* | 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