summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Require xserver >= 1.13Michel Dänzer13-296/+57
2017-08-30Use a timer for unreferencing the all-black FBMichel Dänzer1-15/+27
2017-08-30Remove drmmode_scanout_freeMichel Dänzer2-11/+0
2017-08-30Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer3-10/+97
2017-08-30Create amdgpu_master_screen helperMichel Dänzer1-4/+10
2017-08-30Create amdgpu_pixmap_get_fb_ptr helperMichel Dänzer1-19/+27
2017-08-30Create drmmode_set_mode helperMichel Dänzer2-33/+52
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer3-13/+23
2017-08-22modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+43
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer3-11/+10
2017-08-22Use xorg_list_append for the DRM event listMichel Dänzer2-1/+8
2017-08-22Consolidate amdgpu_scanout_flip_abort/handler helpersMichel Dänzer1-49/+36
2017-08-22Always allow DRI2 page flipping with TearFreeMichel Dänzer1-2/+0
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer4-23/+152
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer3-22/+24
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel Dänzer3-11/+13
2017-08-22Handle multiple "pending" Present flipsMichel Dänzer2-12/+18
2017-08-22Wait for pending flips synchronously before turning off a CRTCMichel Dänzer5-60/+21
2017-08-22Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer1-4/+10
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer6-128/+85
2017-08-22Pass reference CRTC to amdgpu_do_pageflip directlyMichel Dänzer4-16/+7
2017-08-18Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer2-19/+4
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer3-13/+43
2017-08-03Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer4-33/+15
2017-08-03Add drmmode_crtc_can_flip helperMichel Dänzer3-9/+15
2017-08-02Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer2-8/+15
2017-07-27Only handle reflection in the driver with Xorg < 1.16Michel Dänzer1-0/+6
2017-07-26If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer3-13/+22
2017-07-13Use drmmode_crtc->scanout_id instead of 0 to check for scanout bufferMichel Dänzer3-5/+6
2017-06-27Only call drmmode_scanout_free for non-GPU screens in LeaveVTMichel Dänzer1-1/+2
2017-06-27Improve drmmode_fb_reference debugging codeMichel Dänzer1-12/+16
2017-06-21Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer2-6/+10
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-06-08Improve AMDGPUPreInitAccel_KMS log messagesMichel Dänzer2-13/+13
2017-05-26Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer5-117/+219
2017-05-24Simplify tracking of PRIME scanout pixmapMichel Dänzer3-15/+16
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt1-4/+3
2017-05-11Don't enable DRI3 without glamorMichel Dänzer1-1/+4
2017-05-10Remove unused struct members from drmmode_display.hMichel Dänzer2-4/+0
2017-05-02Apply gamma correction to HW cursorMichel Dänzer1-8/+58
2017-04-17Don't set modes before AMDGPUWindowExposures_oneshot is calledMichel Dänzer3-3/+14
2017-04-10Set correct DRM event context versionDaniel Stone1-1/+1
2017-03-28Fix a misspelling of 'acceleration' in amdgpu_kms.cNicholas Molloy1-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änzer1-0/+7
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