index
:
driver/xf86-video-amdgpu
master
AMD/ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amdgpu_kms.c
Age
Commit message (
Expand
)
Author
2024-07-11
dont use obsolete pict_f_transform alias anymore
Enrico Weigelt, metux IT consult
2024-05-15
dont check for HAS_DIRTYTRACKING_ROTATION: it's always enabled.
Enrico Weigelt, metux IT consult
2024-05-14
drop compat with ancient xserver versions
Enrico Weigelt, metux IT consult
2023-09-25
Enable TearFree if it's set to auto and VariableRefresh is enabled
Hamza Mahfooz
2022-09-29
Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possible
Pierre-Eric Pelloux-Prayer
2022-08-08
Initialize present extension for GPU screen
Kai-Heng Feng
2022-01-25
Add option for non-vsynced flips for "secondary" outputs.
Mario Kleiner
2020-07-10
Fix build against ABI_VIDEODRV_VERSION 25.2
Michel Dänzer
2020-05-27
Make drmmode_crtc_scanout_create/destroy static
Michel Dänzer
2020-05-27
Drop struct drmmode_scanout altogether in favour of PixmapPtrs
Michel Dänzer
2020-05-27
Drop bo/width/height members from struct drmmode_scanout
Michel Dänzer
2020-04-21
glamor: Make pixmap scanout compatible if its dimensions are
Michel Dänzer
2020-03-16
Use the device_id straight from gpu_info
Emil Velikov
2020-03-16
Store the busid string in AMDGPUEnt
Emil Velikov
2019-11-22
kms: Handle changes to SourceValidate call chain in xserver 19
Adam Jackson
2019-09-26
Don't unreference FBs of pixmaps from different screens in LeaveVT
Michel Dänzer
2019-09-18
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Michel Dänzer
2019-07-05
Don't disable page flipping completely with SW cursor
Michel Dänzer
2019-03-04
Revert "Remove set but unused amdgpu_dri2::pKernelDRMVersion"
Michel Dänzer
2019-02-22
Call amdgpu_present_set_screen_vrr from amdgpu_vrr_property_update
Michel Dänzer
2019-02-22
Make use of property request wrappers for VRR property
Michel Dänzer
2019-02-20
Wrap change/delete window property request handlers
Michel Dänzer
2019-02-20
Don't enable the VRR support code for GPU screens
Michel Dänzer
2019-02-12
Don't register a window private if VRR is disabled
Michel Dänzer
2019-01-17
Only update drmmode_crtc->flip_pending after actually submitting a flip
Michel Dänzer
2019-01-16
Don't allow TearFree scanout flips to complete in the same vblank period
Michel Dänzer
2019-01-10
Only call drmmode_uevent_init if RandR is enabled
Michel Dänzer
2018-12-13
Use two HW cursor buffers per CRTC
Michel Dänzer
2018-12-13
Drop AMDGPUInfoRec::cursor_buffer array
Michel Dänzer
2018-12-13
Don't use GBM for allocating HW cursor BOs
Michel Dänzer
2018-12-13
Automatically try re-enabling TearFree after a flip failed
Michel Dänzer
2018-12-13
Perform scanout buffer update immediately if drmmode_wait_vblank fails
Michel Dänzer
2018-11-30
Support CRTC variable refresh for windows using Present flips
Nicholas Kazlauskas
2018-11-16
Explicitly keep track of whether a DRM event is for a flip or not
Michel Dänzer
2018-10-11
Allow up to six instances in Zaphod mode
Michel Dänzer
2018-10-02
Cast return value of amdgpu_get_marketing_name to char*
Michel Dänzer
2018-09-26
Handle pending scanout update in drmmode_crtc_scanout_free
Michel Dänzer
2018-08-16
Remove drmmode_crtc_private_rec::present_vblank_* related code
Michel Dänzer
2018-08-16
Move DRM event queue related initialization to amdgpu_drm_queue_init
Michel Dänzer
2018-08-16
glamor: Check glamor module version for depth 30 support
Michel Dänzer
2018-07-23
Remove drmmode_terminate_leases
Michel Dänzer
2018-07-20
Remove AMDGPUInfoRec::fbcon_pixmap
Michel Dänzer
2018-07-11
Move flush from radeon_scanout_do_update to its callers
Michel Dänzer
2018-07-10
Add RandR leases support
Keith Packard
2018-05-16
Replace 'foo == NULL' with '!foo'
Michel Dänzer
2018-04-23
Don't call scanout_flip/update with a legacy RandR scanout buffer
Michel Dänzer
2018-04-20
Track DRM event queue sequence number in scanout_update_pending
Michel Dänzer
2018-04-20
Remove set but unused amdgpu_dri2::pKernelDRMVersion
Emil Velikov
2018-03-08
Pass extents to amdgpu_scanout_do_update by value
Michel Dänzer
2018-03-07
Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursor
Michel Dänzer
[next]