summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Bump version for 1.3.0 releasexf86-video-amdgpu-1.3.0Michel Dänzer1-1/+1
2017-03-10Pass TRUE to drmmode_set_desired_modes the first time for GPU screensMichel Dänzer1-1/+2
2017-03-09Skip some initialization steps for GPU screensMichel Dänzer2-41/+51
2017-03-07glamor: Use glamor_finish when availableMichel Dänzer2-2/+14
2017-03-07amdgpu_probe: Do not close server managed drm fdsHans De Goede1-4/+4
2017-03-07Refactor amdgpu_kernel_close_fd helperMichel Dänzer3-6/+13
2017-03-07glamor: Don't flush in BlockHandler with Xorg >= 1.19Michel Dänzer1-0/+2
2017-03-07Only define transform_region for XF86_CRTC_VERSION >= 4Michel Dänzer1-0/+4
2017-03-07Use local implementation of RegionDuplicate for older xserverMichel Dänzer2-0/+25
2017-03-07Don't use pScrn->is_gpu in AMDGPUCreateScreenResources_KMSMichel Dänzer1-1/+1
2017-03-07Don't call amdgpu_glamor_flush in drmmode_copy_fbMichel Dänzer1-2/+0
2017-03-07Move DPMS check from amdgpu_scanout_do_update to amdgpu_scanout_flipMichel Dänzer1-2/+2
2017-03-07Call drmmode_set_desired_modes from a WindowExposures hookMichel Dänzer2-12/+29
2017-03-07present: Flush before flippingMichel Dänzer1-0/+2
2017-03-07present: Use async flip for unflip if possibleMichel Dänzer1-1/+6
2017-03-07present: Also flush before using a flip to unflipMichel Dänzer1-0/+1
2017-03-07present: Wait for GPU idle before setting modes for unflipMichel Dänzer1-0/+1
2017-03-07present: Only call drmModeRmFB after setting modes for unflipMichel Dänzer1-1/+3
2017-03-03Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer1-7/+2
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer6-51/+221
2017-03-03Factor out drmmode_crtc_scanout_update helperMichel Dänzer1-36/+49
2017-03-03Factor out amdgpu_prime_dirty_to_crtc helperMichel Dänzer1-29/+33
2017-03-03Don't destroy current FB if drmModeAddFB failsMichel Dänzer1-1/+2
2017-03-03Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer2-3/+5
2017-03-03autogen: add default patch prefixMihail Konev1-0/+3
2017-03-03Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer1-7/+5
2017-03-03Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer1-49/+22
2017-03-02Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer1-10/+17
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2017-01-06Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmapMichel Dänzer1-12/+10
2016-12-19Use render node for DRI3 if availableJammy Zhou2-3/+35
2016-12-15Simplify drmmode_handle_ueventsMichel Dänzer1-10/+4
2016-12-14udev_monitor_receive_device() will block when hotplug monitorjimqu1-3/+19
2016-12-01Call amdgpu_drm_abort_entry on failure to flip to a scanout pixmapMichel Dänzer1-0/+2
2016-12-01Call ValidateGC after ChangeClip in amdgpu_sync_scanout_pixmapsMichel Dänzer1-1/+1
2016-12-01Fix amdgpu_scanout_extents_intersect for GPU screensMichel Dänzer1-5/+15
2016-11-30Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer3-15/+14
2016-11-28Add amdgpu_is_gpu_screen helperMichel Dänzer3-15/+8
2016-11-28Don't install Flush/EventCallback for GPU screensMichel Dänzer1-2/+6
2016-11-28Make libdrm >= 2.4.72 requirement explicitMichel Dänzer3-18/+1
2016-11-22Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer6-25/+104
2016-11-21Remove generated header filesMichel Dänzer9-1301/+0
2016-11-21Stop using AMDGPU(Unique)ChipsetsMichel Dänzer3-14/+11
2016-11-21Stop using AMDGPUPciChipsetsMichel Dänzer1-3/+1
2016-11-21Remove amdpciids.hMichel Dänzer4-45/+2
2016-11-21Stop using generated amdgpu_device_matchMichel Dänzer1-3/+6
2016-11-21Use family information from libdrm_amdgpu / kernelMichel Dänzer2-14/+6
2016-11-21Move struct amdgpu_gpu_info out of amdgpu_get_tile_configMichel Dänzer1-10/+8
2016-11-21Post-release version bumpMichel Dänzer1-1/+1