summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-31Require xserver >= 1.13Michel Dänzer
2017-08-30Use a timer for unreferencing the all-black FBMichel Dänzer
2017-08-30Remove drmmode_scanout_freeMichel Dänzer
2017-08-30Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-30Create amdgpu_master_screen helperMichel Dänzer
2017-08-30Create amdgpu_pixmap_get_fb_ptr helperMichel Dänzer
2017-08-30Create drmmode_set_mode helperMichel Dänzer
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer
2017-08-22modesetting: re-set the crtc's mode when link-status goes BADMartin Peres
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-22Use xorg_list_append for the DRM event listMichel Dänzer
2017-08-22Consolidate amdgpu_scanout_flip_abort/handler helpersMichel Dänzer
2017-08-22Always allow DRI2 page flipping with TearFreeMichel Dänzer
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Handle multiple "pending" Present flipsMichel Dänzer
2017-08-22Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-22Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer
2017-08-22Pass reference CRTC to amdgpu_do_pageflip directlyMichel Dänzer
2017-08-18Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-08-03Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-03Add drmmode_crtc_can_flip helperMichel Dänzer
2017-08-02Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer
2017-07-27Only handle reflection in the driver with Xorg < 1.16Michel Dänzer
2017-07-26If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-07-13Use drmmode_crtc->scanout_id instead of 0 to check for scanout bufferMichel Dänzer
2017-06-27Only call drmmode_scanout_free for non-GPU screens in LeaveVTMichel Dänzer
2017-06-27Improve drmmode_fb_reference debugging codeMichel Dänzer
2017-06-21Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson
2017-06-08Improve AMDGPUPreInitAccel_KMS log messagesMichel Dänzer
2017-05-26Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-24Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt
2017-05-11Don't enable DRI3 without glamorMichel Dänzer
2017-05-10Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-02Apply gamma correction to HW cursorMichel Dänzer
2017-04-17Don't set modes before AMDGPUWindowExposures_oneshot is calledMichel Dänzer
2017-04-10Set correct DRM event context versionDaniel Stone
2017-03-28Fix a misspelling of 'acceleration' in amdgpu_kms.cNicholas Molloy
2017-03-10Pass TRUE to drmmode_set_desired_modes the first time for GPU screensMichel Dänzer
2017-03-09Skip some initialization steps for GPU screensMichel Dänzer
2017-03-07glamor: Use glamor_finish when availableMichel Dänzer
2017-03-07amdgpu_probe: Do not close server managed drm fdsHans De Goede
2017-03-07Refactor amdgpu_kernel_close_fd helperMichel Dänzer
2017-03-07glamor: Don't flush in BlockHandler with Xorg >= 1.19Michel Dänzer
2017-03-07Only define transform_region for XF86_CRTC_VERSION >= 4Michel Dänzer