index
:
driver/xf86-video-ati
6.12-branch
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
agd5f-superpatch
ati-1-0-branch
ati-6.6-branch
ati-6.7-branch
import-1.1.3
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
mach64-pci
mach64-pci-1
master
obsd
obsd-6.12-branch
obsd-6.13.0
obsd-xf86-video-ati-6.9.0
pci-rework
randr-1.2
sco_port_update
ums
xf86-video-ati-6.14-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
radeon_kms.c
Age
Commit message (
Expand
)
Author
2020-07-13
ati: cleanup terminology to use primary/secondary
Dave Airlie
2019-09-25
Don't unreference FBs of pixmaps from different screens in LeaveVT
Michel Dänzer
2019-09-20
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Michel Dänzer
2019-07-18
Don't disable page flipping completely with SW cursor
Michel Dänzer
2019-01-28
Only update drmmode_crtc->flip_pending after actually submitting a flip
Michel Dänzer
2019-01-28
Don't allow TearFree scanout flips to complete in the same vblank period
Michel Dänzer
2019-01-09
Only call drmmode_uevent_init if RandR is enabled
Michel Dänzer
2018-12-28
Use two HW cursor buffers per CRTC
Michel Dänzer
2018-12-28
Drop RADEONInfoRec::cursor_bo array
Michel Dänzer
2018-12-28
Automatically try re-enabling TearFree after a flip failed
Michel Dänzer
2018-12-28
Perform scanout buffer update immediately if drmmode_wait_vblank fails
Michel Dänzer
2018-12-28
Explicitly keep track of whether a DRM event is for a flip or not
Michel Dänzer
2018-10-24
Allow up to six instances in Zaphod mode
Michel Dänzer
2018-10-24
Handle pending scanout update in drmmode_crtc_scanout_free
Michel Dänzer
2018-09-11
Fix uninitialized use of local variable pitch in radeon_setup_kernel_mem
Michel Dänzer
2018-08-17
Remove drmmode_crtc_private_rec::present_vblank_* related code
Michel Dänzer
2018-08-17
Move DRM event queue related initialization to radeon_drm_queue_init
Michel Dänzer
2018-07-23
Remove drmmode_terminate_leases
Michel Dänzer
2018-07-12
Add RandR leases support
Keith Packard
2018-07-12
Replace 'foo == NULL' with '!foo'
Michel Dänzer
2018-07-12
Don't call scanout_flip/update with a legacy RandR scanout buffer
Michel Dänzer
2018-07-12
Track DRM event queue sequence number in scanout_update_pending
Michel Dänzer
2018-07-09
glamor: Use GBM for BO allocation when possible
Michel Dänzer
2018-07-09
Add struct radeon_buffer
Michel Dänzer
2018-07-09
Refactor radeon_finish helper
Michel Dänzer
2018-07-09
Move flush from radeon_scanout_do_update to its callers
Michel Dänzer
2018-07-09
Factor out radeon_surface_initialize helper
Michel Dänzer
2018-07-09
glamor: Don't store radeon_surfaces in pixmaps
Michel Dänzer
2018-07-09
Only initialize libdrm_radeon surface manager for >= R600
Michel Dänzer
2018-03-14
Pass extents to radeon_scanout_do_update by value
Michel Dänzer
2018-03-07
Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursor
Michel Dänzer
2018-03-05
Only change Set/MoveCursor hooks from what we expect
Michel Dänzer
2018-02-15
Simplify depth 30 "kernel too old" error message
Michel Dänzer
2018-02-15
If glamor is too old for depth 30, fall back to EXA or ShadowFB
Michel Dänzer
2018-02-15
Call RADEONFreeRec from RADEONFreeScreen_KMS even if info == NULL
Michel Dänzer
2018-02-15
Don't call RADEONFreeRec from RADEONPreInit_KMS
Michel Dänzer
2018-02-15
Don't use RADEONEntPriv in RADEONFreeRec
Michel Dänzer
2018-02-14
glamor: Allow depth 30 with Xorg >= 1.19.99.1
Michel Dänzer
2018-01-22
Support exa screen color depth 30 on Linux 3.16 and later. (v2)
Mario Kleiner
2017-12-28
Keep track of how many SW cursors are visible on each screen
Michel Dänzer
2017-12-27
Move cursor related ScreenInit calls into RADEONCursorInit_KMS
Michel Dänzer
2017-12-01
Add radeon_dirty_src_drawable helper
Michel Dänzer
2017-11-15
Use correct ScrnInfoPtr in redisplay_dirty
Michel Dänzer
2017-10-30
Call TimerFree for timer created in LeaveVT
Michel Dänzer
2017-10-30
Free memory returned by xf86GetEntityInfo
Michel Dänzer
2017-10-20
Free pRADEONEnt memory in RADEONFreeRec
Michel Dänzer
2017-10-04
Bail if there's a problem with ShadowFB
Michel Dänzer
2017-10-03
Fix VT switching with ShadowFB
Michel Dänzer
2017-08-30
Require xserver >= 1.13
Michel Dänzer
2017-08-29
Use a timer for unreferencing the all-black FB
Michel Dänzer
[next]