summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-15/+21
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+3
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-2/+3
* drm/vmwgfx/vmwgfx_ldu: Supply descriptions for 'state' function parameterLee Jones2021-01-191-1/+3
* drm/vmwgfx: Fix display register usage for some older configsZack Rusin2021-01-141-1/+0
* drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin2021-01-141-2/+2
* drm/vmwgfx: Switch to a managed drm deviceZack Rusin2021-01-141-2/+2
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/vmwgfx/ldu: Use drm_mode_config_resetRoland Scheidegger2020-08-111-6/+2
* drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter2020-08-111-3/+2
* drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-0/+3
* drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg2019-08-151-2/+4
* drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-081-4/+2
* drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom2018-12-051-8/+1
* drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat2018-12-051-1/+1
* drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter2018-10-051-1/+0
* Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-201-1/+1
|\
| * drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-5/+5
|\ \ | |/ |/|
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-5/+5
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/vmwgfx: Remove no-op prepare/cleanup_fb callbacksDaniel Vetter2018-04-241-35/+0
* drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2018-01-171-2/+2
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-2/+2
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-3/+4
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-3/+4
* drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-281-3/+3
* drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart2017-06-281-13/+0
* drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-271-4/+0
* drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-04-011-20/+21
* drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-04-011-1/+0
* drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-04-011-96/+7
* drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-04-011-0/+7
* drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-311-1/+65
* drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-311-0/+79
* drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-311-2/+11
* drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-311-0/+13
* drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-311-0/+10
* drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-311-30/+78
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+3
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-9/+0
* drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-141-0/+2
* drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-141-0/+7
* drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-141-2/+8
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-231-1/+1
|\
| * drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-1/+1
* | drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1