summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-01Add radeon_dirty_src_drawable helperMichel Dänzer
2017-11-27Fix non GLAMOR buildJoakim Tjernlund
2017-11-15Use correct ScrnInfoPtr in redisplay_dirtyMichel Dänzer
2017-11-01modesetting: Check crtc before searching link-status propertyDaniel Martin
2017-10-30modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard
2017-10-30Always call drmModeFreeProperty after drmModeGetPropertyMichel Dänzer
2017-10-30Call TimerFree for timer created in LeaveVTMichel Dänzer
2017-10-30Free memory returned by xf86GetEntityInfoMichel Dänzer
2017-10-20Free pRADEONEnt memory in RADEONFreeRecMichel Dänzer
2017-10-20Unreference pixmap's FB with EXA as well in radeon_set_pixmap_boMichel Dänzer
2017-10-04Bail if there's a problem with ShadowFBMichel Dänzer
2017-10-03Fix VT switching with ShadowFBMichel Dänzer
2017-08-30Require xserver >= 1.13Michel Dänzer
2017-08-29Use a timer for unreferencing the all-black FBMichel Dänzer
2017-08-29Remove drmmode_scanout_freeMichel Dänzer
2017-08-29Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-29Create radeon_master_screen helperMichel Dänzer
2017-08-29Create radeon_pixmap_get_fb_ptr helperMichel Dänzer
2017-08-29Create drmmode_set_mode helperMichel Dänzer
2017-08-23Create radeon_pixmap_clear helperMichel Dänzer
2017-08-18modesetting: re-set the crtc's mode when link-status goes BADMartin Peres
2017-08-17Make radeon_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-17Use xorg_list_append for the DRM event listMichel Dänzer
2017-08-17Consolidate radeon_scanout_flip_abort/handler helpersMichel Dänzer
2017-08-17Always allow DRI2 page flipping with TearFreeMichel Dänzer
2017-08-17Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-17Pass extents to radeon_scanout_do_updateMichel Dänzer
2017-08-17Add source drawable parameter to radeon_scanout_do_updateMichel Dänzer
2017-08-17Handle multiple "pending" Present flipsMichel Dänzer
2017-08-17Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-17Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer
2017-08-17Create drmmode_wait_vblank helperMichel Dänzer
2017-08-17Pass reference CRTC to radeon_do_pageflip directlyMichel Dänzer
2017-08-15Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-08-02Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-02Add drmmode_crtc_can_flip helperMichel Dänzer
2017-07-28Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer
2017-07-26Only handle reflection in the driver with Xorg < 1.16Michel Dänzer
2017-07-13If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-07-11Use drmmode_crtc->scanout_id instead of 0 to check for scanout bufferMichel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-06-30Improve drmmode_fb_reference debugging codeMichel Dänzer
2017-06-27Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer
2017-06-27Only call drmmode_scanout_free for non-GPU screens in LeaveVTMichel Dänzer
2017-06-26Include xf86Pci.h for DRICreatePCIBusID with xserver Git masterMichel Dänzer
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt
2017-05-11Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-11Simplify tracking of PRIME scanout pixmapMichel Dänzer