summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Use strcpy for RandR output property namesMichel Dänzer1-4/+4
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer3-23/+0
2018-07-23Hardcode "non-desktop" RandR property nameMichel Dänzer1-1/+1
2018-07-19Don't allocate drmmode_output->props twiceMichel Dänzer1-5/+0
2018-07-17glamor: Invalidate cached GEM handle in radeon_set_pixmap_boMichel Dänzer1-0/+1
2018-07-16glamor: Fix glamor_block_handler argument in radeon_glamor_finishMichel Dänzer1-1/+1
2018-07-12Add RandR leases supportKeith Packard3-1/+165
2018-07-12modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+27
2018-07-12modesetting: Record non-desktop kernel property at PreInit timeKeith Packard1-0/+16
2018-07-12Call drmmode_crtc_gamma_do_set from drmmode_setup_colormapMichel Dänzer1-9/+17
2018-07-12Remove #if 0'd codeMichel Dänzer1-12/+0
2018-07-12Check dimensions passed to drmmode_xf86crtc_resizeMichel Dänzer1-0/+8
2018-07-12Use drmmode_crtc_dpms in drmmode_set_desired_modesMichel Dänzer1-8/+1
2018-07-12Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as wellMichel Dänzer1-2/+1
2018-07-12Replace 'foo == NULL' with '!foo'Michel Dänzer14-55/+54
2018-07-12Wait for pending flips in drmmode_output_set_tear_freeMichel Dänzer1-0/+8
2018-07-12Refactor drmmode_output_set_tear_free helperMichel Dänzer1-10/+18
2018-07-12Set drmmode_crtc->scanout_id = 0 when TearFree is disabledMichel Dänzer1-0/+2
2018-07-12Simplify drmmode_handle_transformMichel Dänzer1-5/+1
2018-07-12Don't call scanout_flip/update with a legacy RandR scanout bufferMichel Dänzer1-0/+3
2018-07-12Simplify drmmode_crtc_scanout_updateMichel Dänzer1-12/+4
2018-07-12Update RandR CRTC state if set_mode_major fails in set_desired_modesMichel Dänzer1-0/+2
2018-07-12Abort scanout_update_pending event when possibleMichel Dänzer1-4/+8
2018-07-12Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer2-9/+9
2018-07-12Ignore RADEON_DRM_QUEUE_ERROR (0) in radeon_drm_abort_entryMichel Dänzer1-0/+3
2018-07-12Do not export the DriverRec RADEONEmil Velikov1-1/+1
2018-07-11Wait for pending scanout update before calling drmmode_crtc_scanout_freeJim Qu1-2/+4
2018-07-10Swap pixmap privates in radeon_dri2_exchange_buffersMichel Dänzer1-19/+23
2018-07-09glamor: Use GBM for BO allocation when possibleMichel Dänzer10-67/+256
2018-07-09Add struct radeon_bufferMichel Dänzer22-284/+267
2018-07-09Refactor radeon_finish helperMichel Dänzer7-31/+30
2018-07-09Remove throttling from radeon_dri2_copy_region2Jammy Zhou1-22/+0
2018-07-09Move flush from radeon_scanout_do_update to its callersMichel Dänzer2-3/+7
2018-07-09Factor out radeon_surface_initialize helperMichel Dänzer4-206/+131
2018-07-09glamor: Don't store radeon_surfaces in pixmapsMichel Dänzer5-82/+55
2018-07-09Only initialize libdrm_radeon surface manager for >= R600Michel Dänzer3-12/+18
2018-07-09EXA: Remove old RADEONEXACreatePixmap hookMichel Dänzer6-34/+0
2018-05-23Drop unused drmmode_create_bo_pixmap surface parameterMichel Dänzer1-6/+4
2018-05-22glamor: Bail CreatePixmap on unsupported pixmap depthMichel Dänzer1-0/+3
2018-05-17Bail from dri2_create_buffer2 if we can't get a pixmapMichel Dänzer1-21/+19
2018-03-14Pass extents to radeon_scanout_do_update by valueMichel Dänzer3-15/+15
2018-03-07Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursorMichel Dänzer4-23/+63
2018-03-05Only change Set/MoveCursor hooks from what we expectMichel Dänzer1-6/+10
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard1-18/+86
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin1-2/+5
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin1-52/+69
2018-03-02Disable all unused CRTCs before setting desired modesMichel Dänzer1-12/+21
2018-02-16Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer1-7/+25
2018-02-15Simplify depth 30 "kernel too old" error messageMichel Dänzer1-2/+1
2018-02-15If glamor is too old for depth 30, fall back to EXA or ShadowFBMichel Dänzer2-9/+8