summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-14Pass extents to radeon_scanout_do_update by valueMichel Dänzer
2018-03-07Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursorMichel Dänzer
2018-03-05Only change Set/MoveCursor hooks from what we expectMichel Dänzer
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin
2018-03-02Disable all unused CRTCs before setting desired modesMichel Dänzer
2018-02-16Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer
2018-02-15Simplify depth 30 "kernel too old" error messageMichel Dänzer
2018-02-15If glamor is too old for depth 30, fall back to EXA or ShadowFBMichel Dänzer
2018-02-15Call RADEONFreeRec from RADEONFreeScreen_KMS even if info == NULLMichel Dänzer
2018-02-15Don't call RADEONFreeRec from RADEONPreInit_KMSMichel Dänzer
2018-02-15Don't use RADEONEntPriv in RADEONFreeRecMichel Dänzer
2018-02-14glamor: Allow depth 30 with Xorg >= 1.19.99.1Michel Dänzer
2018-01-25Always use screen depth/bpp for KMS framebuffersMichel Dänzer
2018-01-25Make XvMC extension initialize at depth 30.Mario Kleiner
2018-01-25Add missing depth 30 -> cpp=4 handling for DRI2.Mario Kleiner
2018-01-22Support exa screen color depth 30 on Linux 3.16 and later. (v2)Mario Kleiner
2018-01-22exa: Accelerate ARGB2101010 picturesFredrik Höglund
2018-01-22Skip xf86HandleColormaps() at color depth 30. (v2)Mario Kleiner
2018-01-22Define per x-screen individual drmmode_crtc_funcsMario Kleiner
2017-12-28Keep track of how many SW cursors are visible on each screenMichel Dänzer
2017-12-27Move cursor related ScreenInit calls into RADEONCursorInit_KMSMichel Dänzer
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