summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-13/+0
* dma_buf: remove device parameter from attach callback v2Christian König2018-06-201-1/+0
* drm/vmwgfx: Stop messing about with plane->fb/old_fb/crtcVille Syrjälä2018-06-111-24/+0
* drm/vmwgfx: Stop using plane->fb in atomic_enable()Ville Syrjälä2018-06-111-1/+2
* drm/vmwgfx: Stop updating plane->fbVille Syrjälä2018-06-112-4/+0
* drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()Ville Syrjälä2018-06-111-1/+2
* drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()Ville Syrjälä2018-06-111-3/+4
* drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()Ville Syrjälä2018-06-111-3/+7
* drm/vmwgfx: Drop DRM_CONTROL_ALLOWDaniel Vetter2018-05-031-4/+4
* drm/vmwgfx: Remove no-op prepare/cleanup_fb callbacksDaniel Vetter2018-04-241-35/+0
* Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-3017-440/+1229
|\
| * Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-286-17/+58
| |\
| | * drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-214-16/+34
| | * drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom2018-03-214-1/+25
| * | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-03-2217-423/+1171
| |\ \
| | * | drm/vmwgfx: Bump version patchlevel and dateThomas Hellstrom2018-03-221-2/+2
| | * | drm/vmwgfx: use monotonic event timestampsArnd Bergmann2018-03-221-4/+5
| | * | drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom2018-03-221-8/+21
| | * | drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom2018-03-221-5/+3
| | * | drm/vmwgfx: Use kasprintfHimanshu Jha2018-03-221-10/+3
| | * | drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom2018-03-223-5/+1
| | * | drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-224-33/+130
| | * | drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom2018-03-225-49/+98
| | * | drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom2018-03-223-33/+38
| | * | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-226-91/+97
| | * | drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom2018-03-223-1/+555
| | * | drm/vmwgfx: Cursor update fixesThomas Hellstrom2018-03-221-2/+13
| | * | drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat2018-03-221-26/+1
| | * | drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat2018-03-221-64/+77
| | * | drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat2018-03-221-50/+64
| | * | drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat2018-03-221-5/+1
| | * | drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat2018-03-221-25/+22
| | * | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-224-26/+56
* | | | drm/vmwgfx: Stop consulting plane->fbVille Syrjälä2018-03-291-3/+3
|/ / /
* | | Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-214-14/+10
|\| |
| * | drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-5/+5
| * | Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-03-141-6/+1
| |\ \
| * | | drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-273-6/+5
| * | | drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-6/+3
* | | | drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed2018-03-142-3/+3
| |/ / |/| |
* | | drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1
|/ /
* | Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-161-4/+3
|\ \ | |/ |/|
| * drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-4/+3
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-0214-64/+114
|\|
| * BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-184-36/+15
| |\
| * | drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-282-10/+16
| * | drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-279-14/+65
| * | drm/vmwgfx: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0
| * | drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-065-17/+25
| * | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-031-27/+13
| |\ \