summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Handling of color management propertiesUday Kiran Pichika3-44/+69
2023-09-25Enable TearFree if it's set to auto and VariableRefresh is enabledHamza Mahfooz2-0/+5
2023-07-12Free output_idsChris Bainbridge1-2/+5
2023-07-11Fix segfault on dock suspend, unplug, resumeChris Bainbridge1-0/+3
2022-11-11Fix primary output handling in amdgpu_crtc_covering_box().Mario Kleiner1-1/+1
2022-09-29Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possiblePierre-Eric Pelloux-Prayer1-7/+20
2022-08-08Initialize present extension for GPU screenKai-Heng Feng1-23/+21
2022-04-20Do not consider disabled crtc anymore when looking for xf86crtc covering draw...Lukasz Spintzyk3-71/+26
2022-04-20Prefer crtc of primary output for synchronization when screen has to crtcs wi...Lukasz Spintzyk1-2/+10
2022-04-20Use randr_crtc_covering_drawable used in modesettingLukasz Spintzyk3-22/+135
2022-04-20amdgpu: fixup driver for new X server ABIŁukasz Spintzyk1-0/+3
2022-02-16glamor: unset AMDGPU_CREATE_PIXMAP_SCANOUT on shared pixmapJesse Zhang1-0/+1
2022-02-14Fix spelling/wording issuesAlan Coopersmith2-6/+6
2022-01-25Add option for non-vsynced flips for "secondary" outputs.Mario Kleiner4-2/+28
2021-08-27glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmapsDor Askayo1-9/+11
2021-04-27Include xf86drm.h instead of sarea.hMichel Dänzer1-1/+1
2021-02-02Drop dri.h includesMichel Dänzer2-3/+0
2020-12-14Fix drmmode_crtc_scanout_create logicLikun Gao1-1/+2
2020-08-28Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmapMichel Dänzer1-1/+2
2020-07-17Replace a few more instances of "master"Michel Dänzer1-2/+2
2020-07-10Fix build against ABI_VIDEODRV_VERSION 25.2Michel Dänzer5-45/+51
2020-05-27Make drmmode_crtc_scanout_create/destroy staticMichel Dänzer3-35/+28
2020-05-27Drop struct drmmode_scanout altogether in favour of PixmapPtrsMichel Dänzer3-66/+57
2020-05-27Drop bo/width/height members from struct drmmode_scanoutMichel Dänzer3-70/+14
2020-05-27Fix return value check of drmIoctl()Niclas Zeising1-1/+1
2020-04-21glamor: Make pixmap scanout compatible if its dimensions areMichel Dänzer4-13/+21
2020-03-18Handle NULL fb_ptr in pixmap_get_fbMichel Dänzer1-1/+1
2020-03-16Bail from amdgpu_pixmap_get_handle with ShadowFBMichel Dänzer1-3/+5
2020-03-16Factor out common code to amdgpu_probe()Emil Velikov1-70/+9
2020-03-16Introduce amdgpu_device_setup helperEmil Velikov1-28/+32
2020-03-16Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevicesEmil Velikov1-22/+48
2020-03-16Use the device_id straight from gpu_infoEmil Velikov2-11/+1
2020-03-16Reuse the existing busid stringEmil Velikov1-4/+2
2020-03-16Store the busid string in AMDGPUEntEmil Velikov3-28/+20
2020-03-16Remove NULL check after a "cannot fail" functionEmil Velikov1-6/+0
2020-03-16Fixup the amdgpu_bus_id() string formatEmil Velikov1-1/+1
2020-03-16Remove drmCheckModesettingSupported and kernel module loading, on LinuxEmil Velikov1-2/+2
2020-03-16Use ODEV_ATTRIB_PATH where possible for the device node.Emil Velikov1-2/+14
2020-02-05Fix link failure with gcc 10Adam Jackson1-1/+1
2019-11-22kms: Handle changes to SourceValidate call chain in xserver 19Adam Jackson1-1/+6
2019-09-26Don't unreference FBs of pixmaps from different screens in LeaveVTMichel Dänzer1-10/+17
2019-09-18Don't set up black scanout buffer if LeaveVT is called from CloseScreenMichel Dänzer1-1/+9
2019-08-07present: Don't check pixmap pitch in check_flip with non-DC >= 3.34Michel Dänzer1-3/+10
2019-08-07present: Don't check pixmap pitch in check_flip with current DCMichel Dänzer1-4/+4
2019-08-07present: Also check pixmap pitch in check_flip with current xserverMichel Dänzer1-2/+0
2019-07-05Don't disable page flipping completely with SW cursorMichel Dänzer1-7/+2
2019-06-25present: Check that we can get a KMS FB for flippingMichel Dänzer2-0/+19
2019-06-14Remove dri2_drawable_crtc parameter consider_disabledMichel Dänzer1-5/+5
2019-06-14dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULLMichel Dänzer1-2/+4
2019-06-10dri2: reply to client for WaitMSC request in any caseFlora Cui1-0/+3