search for: drmmode_set_desired_modes

Displaying 8 results from an estimated 8 matches for "drmmode_set_desired_modes".

2017 Mar 16
0
[ANNOUNCE] xf86-video-amdgpu 1.3.0
...mode_fini present: Only call drmModeRmFB after setting modes for unflip present: Wait for GPU idle before setting modes for unflip present: Also flush before using a flip to unflip present: Use async flip for unflip if possible present: Flush before flipping Call drmmode_set_desired_modes from a WindowExposures hook Move DPMS check from amdgpu_scanout_do_update to amdgpu_scanout_flip Don't call amdgpu_glamor_flush in drmmode_copy_fb Don't use pScrn->is_gpu in AMDGPUCreateScreenResources_KMS Use local implementation of RegionDuplicate for older xser...
2017 Mar 16
0
[ANNOUNCE] xf86-video-ati 7.9.0
...rtc_scanout_allocate into drmmode_crtc_scanout_create Handle rotation in the driver also with Xorg 1.12-1.18 present: Also flush before using a flip to unflip present: Use async flip for unflip if possible present: Flush before flipping Fix bogus indentation Call drmmode_set_desired_modes from a WindowExposures hook Move DPMS check from radeon_scanout_do_update to radeon_scanout_flip Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fb Skip some initialization steps for GPU screens Pass TRUE to drmmode_set_desired_modes the first ti...
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...kHandler invocation Update scanout pixmap contents before setting a mode with it Make drmmode_copy_fb() work with glamor as well On screen resize, clear the new buffer before displaying it Don't call radeon_get_pixmap_private() when using EXA Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSE glamor: Deal with glamor_glyphs_init being removed from xserver Replace SyncFence typedef with declaration of struct _SyncFence present: Remove get_drmmode_crtc helper glamor: Only wait for GPU writes in radeon_glamor_prepare_access_cpu_ro DRI...
2018 Mar 02
0
[ANNOUNCE] xf86-video-amdgpu 18.0.0
...for KMS framebuffers Guard against pAMDGPUEnt == NULL in AMDGPUFreeRec Don't call AMDGPUFreeRec from AMDGPUPreInit_KMS Revert "Guard against pAMDGPUEnt == NULL in AMDGPUFreeRec" If glamor is too old for depth 30, fall back to ShadowFB Don't bail from drmmode_set_desired_modes immediately Disable all unused CRTCs before setting desired modes Bump version for 18.0.0 release Qiang Yu (1): Disable gamma set when deep color git tag: xf86-video-amdgpu-18.0.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-18.0.0.tar.bz2 MD5: 24b2...
2018 Mar 06
0
[ANNOUNCE] xf86-video-ati 18.0.0
...NFreeRec Don't call RADEONFreeRec from RADEONPreInit_KMS Call RADEONFreeRec from RADEONFreeScreen_KMS even if info == NULL If glamor is too old for depth 30, fall back to EXA or ShadowFB Simplify depth 30 "kernel too old" error message Don't bail from drmmode_set_desired_modes immediately Disable all unused CRTCs before setting desired modes Only change Set/MoveCursor hooks from what we expect Bump version for 18.0.0 release git tag: xf86-video-ati-18.0.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ati-18.0.0.tar.bz2 MD5: 4d41bf...
2018 Sep 14
0
[ANNOUNCE] xf86-video-ati 18.1.0
...nout_id = 0 when TearFree is disabled Refactor drmmode_output_set_tear_free helper Wait for pending flips in drmmode_output_set_tear_free Replace 'foo == NULL' with '!foo' Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as well Use drmmode_crtc_dpms in drmmode_set_desired_modes Check dimensions passed to drmmode_xf86crtc_resize Remove #if 0'd code Call drmmode_crtc_gamma_do_set from drmmode_setup_colormap glamor: Fix glamor_block_handler argument in radeon_glamor_finish glamor: Invalidate cached GEM handle in radeon_set_pixmap_bo Do...
2018 Sep 14
0
[ANNOUNCE] xf86-video-amdgpu 18.1.0
...nout_id = 0 when TearFree is disabled Refactor drmmode_output_set_tear_free helper Wait for pending flips in drmmode_output_set_tear_free Replace 'foo == NULL' with '!foo' Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as well Use drmmode_crtc_dpms in drmmode_set_desired_modes Check dimensions passed to drmmode_xf86crtc_resize Don't apply gamma to HW cursor data if colour management is enabled Remove #if 0'd code Call drmmode_crtc_gamma_do_set from drmmode_setup_colormap Bail from dri2_create_buffer2 if we can't get a pixmap...
2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
...egion2 Rename Option "NoAccel" to "Accel" PRIME: Don't advertise offload capabilities when acceleration is disabled Prefer drmModeSetCursor2 over drmModeSetCursor Skip disabled CRTCs in amdgpu_scanout_(do_)update Call xf86CrtcRotate from initial drmmode_set_desired_modes call Add amdgpu_pixmap.h to src/Makefile.am's EXTRA_DIST Bump version for 1.0.0 release Piotr Redlewski (2): Enable/disable CRTCs in DPMS hook Do not try to enable already enabled CRTCs in DPMS hook Samuel Li (1): Add Stoney support Stephen Chandler Paul (1):...