summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Fix build against ABI_VIDEODRV_VERSION 25.2Michel Dänzer6-46/+52
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-05-27gitlab CI: update to use the latest CI templatesPeter Hutterer1-19/+19
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-10-11Bump version for the 19.1.0 releasexf86-video-amdgpu-19.1.0Michel Dänzer1-1/+1
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-30gitlab-ci: Use templates from wayland/ci-templatesMichel Dänzer3-91/+78
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
2019-04-30dri3: Always flush glamor before sharing pixmap storage with clientsMichel Dänzer1-21/+5
2019-04-18Retry get_fb_ptr in get_fbMichel Dänzer1-12/+13
2019-03-19Bump version for the 19.0.1 releasexf86-video-amdgpu-19.0.1Michel Dänzer1-1/+1
2019-03-07modesetting: add tile property supportDave Airlie2-2/+55
2019-03-06Bump version for the 19.0.0 releasexf86-video-amdgpu-19.0.0Michel Dänzer1-1/+1
2019-03-04present: Don't check tiling parameters with DC & DRM minor version >= 31Michel Dänzer1-5/+11
2019-03-04Make drmmode_cm_enabled an inline functionMichel Dänzer2-8/+9
2019-03-04Revert "Remove set but unused amdgpu_dri2::pKernelDRMVersion"Michel Dänzer2-0/+7
2019-03-01Revert "gitlab-ci: Only run docker-image stage if relevant source files change"Michel Dänzer1-4/+0
2019-03-01dri2: Call drm_queue_handle_deferred in dri2_deferred_eventMichel Dänzer1-4/+15
2019-02-27present: Check that flip and screen pixmap pitches matchMichel Dänzer1-1/+7
2019-02-22Call amdgpu_present_set_screen_vrr from amdgpu_vrr_property_updateMichel Dänzer3-1/+9
2019-02-22Make use of property request wrappers for VRR propertyMichel Dänzer1-60/+55
2019-02-20Wrap change/delete window property request handlersMichel Dänzer1-1/+90
2019-02-20Don't enable the VRR support code for GPU screensMichel Dänzer1-4/+6
2019-02-12Don't register a window private if VRR is disabledMichel Dänzer1-1/+2
2019-02-11gitlab-ci: Don't rely on $CI_PROJECT_NAMEMichel Dänzer1-1/+1