index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
drm/vmwgfx: Cleanup fifo mmio handling
Zack Rusin
1
-8
/
+6
2021-01-14
drm/vmwgfx: Switch to a managed drm device
Zack Rusin
1
-18
/
+18
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-1
/
+3
2020-08-11
drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2020-08-11
drm/vmwgfx: Fix two list_for_each loop exit tests
Dan Carpenter
1
-4
/
+4
2020-07-02
drm/vmwgfx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-05-27
drm: Nuke mode->vrefresh
Ville Syrjälä
1
-2
/
+0
2020-03-24
drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
Deepak Rawat
1
-17
/
+10
2020-03-24
drm/vmwgfx: Split surface metadata from struct vmw_surface
Deepak Rawat
1
-8
/
+8
2020-03-24
drm/vmwgfx: Use enum to represent graphics context capabilities
Deepak Rawat
1
-1
/
+1
2020-03-12
drm/vmwgfx: Remove a few unused functions
Sebastian Andrzej Siewior
1
-81
/
+0
2020-02-13
drm/vmwgfx: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
1
-3
/
+3
2019-08-15
drm/vmwgfx: drop use of drmP.h in header files
Sam Ravnborg
1
-3
/
+7
2019-08-14
drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors
Deepak Rawat
1
-5
/
+10
2019-08-14
drm/vmwgfx: Add debug message for layout change ioctl
Deepak Rawat
1
-0
/
+8
2019-06-28
drm/vmwgfx: Don't look at state->allow_modeset
Daniel Vetter
1
-8
/
+0
2019-04-08
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
1
-15
/
+8
2019-04-08
drm/vmwgfx: Be more restrictive when dirtying resources
Thomas Hellstrom
1
-2
/
+3
2019-02-05
drm/vmwgfx: Also check for crtc status while checking for DU active
Deepak Rawat
1
-1
/
+1
2019-02-05
drm/vmwgfx: Fix an uninitialized fence handle value
Thomas Hellstrom
1
-2
/
+2
2018-12-05
drm/vmwgfx: Fix a layout race condition
Thomas Hellstrom
1
-27
/
+39
2018-12-05
drm/vmwgfx: Fix up the implicit display unit handling
Thomas Hellstrom
1
-189
/
+88
2018-12-05
drm/vmwgfx: Don't clear mode::type anymore
Deepak Rawat
1
-22
/
+0
2018-12-05
drm/vmwgfx: Use atomic helper function for dirty fb IOCTL
Deepak Rawat
1
-64
/
+18
2018-12-05
drm/vmwgfx: Add a new interface for plane update on a display unit
Deepak Rawat
1
-0
/
+122
2018-10-24
Merge drm/drm-next into drm-misc-next
Sean Paul
1
-178
/
+21
2018-10-05
drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_check
Thomas Hellstrom
1
-12
/
+12
2018-10-04
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
1
-178
/
+21
2018-09-27
drm/vmwgfx: Use new validation interface for the modesetting code v2
Thomas Hellstrom
1
-178
/
+21
2018-09-27
drm/vmwgfx: Adapt execbuf to the new validation api
Thomas Hellstrom
1
-2
/
+2
2018-09-27
drm/vmwgfx: Modify the resource validation interface
Thomas Hellstrom
1
-1
/
+1
2018-09-27
BackMerge v4.19-rc5 into drm-next
Dave Airlie
1
-12
/
+30
2018-09-20
drm/vmwgfx: limit mode size for all display unit to texture_max
Deepak Rawat
1
-3
/
+7
2018-09-20
drm/vmwgfx: limit screen size to stdu_max during check_modeset
Deepak Rawat
1
-8
/
+22
2018-09-20
drm/vmwgfx: don't check for old_crtc_state enable status
Deepak Rawat
1
-1
/
+1
2018-08-27
Merge drm/drm-next into drm-misc-next
Sean Paul
1
-221
/
+367
2018-08-08
drm/vmwgfx: Use __drm_atomic_helper_plane_reset instead of copying the logic
Alexandru Gheorghe
1
-3
/
+1
2018-07-20
Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-07-13
drm: drop _mode_ from remaining connector functions
Daniel Vetter
1
-1
/
+1
2018-07-10
Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
1
-9
/
+11
2018-07-10
Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
1
-212
/
+356
2018-07-06
drm/vmwgfx: Add new ioctl for GB surface create and reference
Deepak Rawat
1
-9
/
+11
2018-07-03
drm/vmwgfx: Add gui_x/y to vmw_connector_state
Deepak Rawat
1
-10
/
+27
2018-07-03
drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unit
Deepak Rawat
1
-11
/
+27
2018-07-03
drm/vmwgfx: Remove primary memory validation against mode while creating fb
Deepak Rawat
1
-13
/
+0
2018-07-03
drm/vmwgfx: Perform memory validations only when need full modeset.
Deepak Rawat
1
-2
/
+21
2018-07-03
drm/vmwgfx: Use modeset display memory validation for layout ioctl
Deepak Rawat
1
-69
/
+51
2018-07-03
drm/vmwgfx: Perform topology validation during atomic modeset.
Deepak Rawat
1
-36
/
+148
[next]