summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-11Fix uninitialized use of local variable pitch in radeon_setup_kernel_memMichel Dänzer
2018-09-07Bail early from drm_wait_pending_flip if there's no pending flipMichel Dänzer
2018-09-05Don't use xorg_list_for_each_entry_safe for signalled flipsMichel Dänzer
2018-09-05Always delete entry from list in drm_queue_handlerMichel Dänzer
2018-08-29glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backingMichel Dänzer
2018-08-29EXA: Handle ihandle == -1 in RADEONEXASharePixmapBackingMichel Dänzer
2018-08-29Handle ihandle == -1 in radeon_set_shared_pixmap_backingMichel Dänzer
2018-08-29EXA: Handle NULL BO pointer in radeon_set_pixmap_boMichel Dänzer
2018-08-17Remove drmmode_crtc_private_rec::present_vblank_* related codeMichel Dänzer
2018-08-17Defer vblank event handling while waiting for a pending flipMichel Dänzer
2018-08-17Add radeon_drm_handle_event wrapper for drmHandleEventMichel Dänzer
2018-08-17Add radeon_drm_wait_pending_flip functionMichel Dänzer
2018-08-17Move DRM event queue related initialization to radeon_drm_queue_initMichel Dänzer
2018-08-16Use correct FB handle in radeon_do_pageflipMichel Dänzer
2018-08-03Store FB for each CRTC in drmmode_flipdata_recMichel Dänzer
2018-08-02glamor: Set RADEON_CREATE_PIXMAP_DRI2 for DRI3 pixmapsMichel Dänzer
2018-07-27glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possibleMichel Dänzer
2018-07-24Use strcpy for RandR output property namesMichel Dänzer
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer
2018-07-23Hardcode "non-desktop" RandR property nameMichel Dänzer
2018-07-19Don't allocate drmmode_output->props twiceMichel Dänzer
2018-07-17glamor: Invalidate cached GEM handle in radeon_set_pixmap_boMichel Dänzer
2018-07-16glamor: Fix glamor_block_handler argument in radeon_glamor_finishMichel Dänzer
2018-07-12Add RandR leases supportKeith Packard
2018-07-12modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard
2018-07-12modesetting: Record non-desktop kernel property at PreInit timeKeith Packard
2018-07-12Call drmmode_crtc_gamma_do_set from drmmode_setup_colormapMichel Dänzer
2018-07-12Remove #if 0'd codeMichel Dänzer
2018-07-12Check dimensions passed to drmmode_xf86crtc_resizeMichel Dänzer
2018-07-12Use drmmode_crtc_dpms in drmmode_set_desired_modesMichel Dänzer
2018-07-12Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as wellMichel Dänzer
2018-07-12Replace 'foo == NULL' with '!foo'Michel Dänzer
2018-07-12Wait for pending flips in drmmode_output_set_tear_freeMichel Dänzer
2018-07-12Refactor drmmode_output_set_tear_free helperMichel Dänzer
2018-07-12Set drmmode_crtc->scanout_id = 0 when TearFree is disabledMichel Dänzer
2018-07-12Simplify drmmode_handle_transformMichel Dänzer
2018-07-12Don't call scanout_flip/update with a legacy RandR scanout bufferMichel Dänzer
2018-07-12Simplify drmmode_crtc_scanout_updateMichel Dänzer
2018-07-12Update RandR CRTC state if set_mode_major fails in set_desired_modesMichel Dänzer
2018-07-12Abort scanout_update_pending event when possibleMichel Dänzer
2018-07-12Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer
2018-07-12Ignore RADEON_DRM_QUEUE_ERROR (0) in radeon_drm_abort_entryMichel Dänzer
2018-07-12Do not export the DriverRec RADEONEmil Velikov
2018-07-11Wait for pending scanout update before calling drmmode_crtc_scanout_freeJim Qu
2018-07-10Swap pixmap privates in radeon_dri2_exchange_buffersMichel Dänzer
2018-07-09glamor: Use GBM for BO allocation when possibleMichel Dänzer
2018-07-09Add struct radeon_bufferMichel Dänzer
2018-07-09Refactor radeon_finish helperMichel Dänzer
2018-07-09Remove throttling from radeon_dri2_copy_region2Jammy Zhou
2018-07-09Move flush from radeon_scanout_do_update to its callersMichel Dänzer