summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Cleaning up for server-fd supportTom St Denis1-2/+1
2015-10-05Simplify pick best crtc to fold two loops into oneTom St Denis1-31/+23
2015-09-11Avoid use-after-free in drmmode_output_destroy()Tom St Denis1-1/+1
2015-09-11Avoid use-after-free in amdgpu_kernel_open_fd()Tom St Denis1-1/+2
2015-09-10dri2: Avoid calculation with undefined msc valueTom St Denis1-3/+3
2015-08-14DRI2: Keep MSC monotonic when moving window between CRTCsMichel Dänzer3-75/+134
2015-08-11Wait for scanout BO initialization to finish before setting modeMichel Dänzer1-2/+3
2015-08-11glamor: Add amdgpu_glamor_finish to wait for glamor rendering to finishMichel Dänzer2-0/+13
2015-08-11Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer1-8/+3
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner2-3/+12
2015-08-07add fiji pci idAlex Deucher6-0/+6
2015-08-07Add fiji supportAlex Deucher1-0/+1
2015-08-07On screen resize, clear the new buffer before displaying itMichel Dänzer3-3/+28
2015-08-07Make drmmode_copy_fb() work with glamorMichel Dänzer3-8/+113
2015-08-07Update scanout pixmap contents before setting a mode with itMichel Dänzer3-1/+7
2015-08-07Defer initial modeset until the first BlockHandler invocationMichel Dänzer3-14/+36
2015-08-07Defer initial drmmode_copy_fb call until root window creationMichel Dänzer3-5/+43
2015-08-07Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer2-1/+10
2015-07-16Adapt to the interface change of amdgpu_bo_alloc v3Jammy Zhou1-4/+1
2015-07-15Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner3-12/+37
2015-07-14Adopt for new X server dirty tracking APIs.Dave Airlie2-1/+7
2015-07-09DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtcMichel Dänzer1-8/+1
2015-07-09Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski1-1/+1
2015-06-29Enable/disable CRTCs in DPMS hookPiotr Redlewski1-1/+10
2015-06-16Handle CRTC DPMS from output DPMS hooksMichel Dänzer1-2/+15
2015-06-15Add Option "TearFree"Michel Dänzer4-70/+154
2015-06-15glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer4-16/+14
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer8-55/+345
2015-06-15Add AMDGPU_CREATE_PIXMAP_GTT flagMichel Dänzer2-2/+5
2015-06-15Factor out amdgpu_bo_get_handle helperMichel Dänzer4-30/+33
2015-06-15Set AMDGPU_BO_FLAGS_GBM for cursor buffers allocated from GBMMichel Dänzer1-0/+1
2015-06-15glamor: Add wrappers for the X server rendering hooksMichel Dänzer6-4/+1025
2015-06-15glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer2-8/+0
2015-06-15Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer2-3/+5
2015-06-15Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer3-68/+102
2015-06-15Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer2-4/+4
2015-06-08Add DRI3 supportMichel Dänzer4-5/+221
2015-06-08amdgpu_set_shared_pixmap_backing: Add support for GBM / glamor v2Michel Dänzer1-23/+79
2015-06-08glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer3-15/+13
2015-06-08Add support for the Present extensionMichel Dänzer4-2/+400
2015-06-08Add support for SYNC extension fencesMichel Dänzer4-1/+161
2015-06-08DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer3-23/+39
2015-06-08DRI2: Use helper functions for DRM event queue managementMichel Dänzer4-246/+165
2015-06-08DRI2: Move amdgpu_dri2_flip_event_handlerMichel Dänzer1-60/+60
2015-06-08DRI2: Remove superfluous assignments to *_info->frameMichel Dänzer1-6/+0
2015-06-08DRI2: Simplify blit fallback handling for scheduled swapsMichel Dänzer1-28/+20
2015-06-08Add DRM event queue helpersMichel Dänzer4-1/+244
2015-06-08Move xorg_list backwards compatibility to new amdgpu_list.h headerMichel Dänzer3-8/+41
2015-06-02Require at least xserver 1.8Michel Dänzer1-16/+0
2015-05-29Check GBM_BO_USE_LINEAR correctly v2Jammy Zhou2-2/+2