summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-10/+5
2017-08-29drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh1-1/+25
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-1/+1
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-0/+9
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie1-0/+9
2017-07-17drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh1-0/+9
2017-07-13drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst1-3/+2
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-114/+1
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter1-6/+2
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie1-114/+1
2017-06-07drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh1-114/+0
2017-06-07drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh1-0/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-2/+2
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+3
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh1-0/+3
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh1-1/+47
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh1-0/+20
2017-03-31drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh1-0/+48
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh1-0/+256
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh1-0/+55
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh1-0/+139
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh1-0/+90
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh1-0/+81
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-138/+133
2017-03-31drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh1-2/+0
2017-01-26drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom1-1/+1
2017-01-26drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom1-1/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-2/+2
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter1-74/+42
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-1/+2
2016-10-18drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart1-2/+10
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-7/+3
2016-07-01drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh1-0/+3
2016-07-01drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh1-8/+1
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-3/+5
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom1-14/+13
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-3/+3
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom1-2/+2
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom1-0/+30
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom1-0/+32
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom1-0/+92
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom1-3/+2
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-13/+51
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä1-1/+1
2015-12-08drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter1-16/+0
2015-12-08drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom1-13/+51