summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2021-05-10Only include dri.h with older versions of xserverMichel Dänzer
2020-07-13ati: cleanup terminology to use primary/secondaryDave Airlie
2020-04-14Fix return value check of drmIoctl()Niclas Zeising
2019-03-15modesetting: add tile property supportDave Airlie
2019-03-14Use radeon_finish in drmmode_crtc_scanout_updateMichel Dänzer
2019-01-28Only update drmmode_crtc->flip_pending after actually submitting a flipMichel Dänzer
2019-01-09Only call drmmode_validate_leases if RandR is enabledMichel Dänzer
2019-01-09Only call drmmode_uevent_init if RandR is enabledMichel Dänzer
2018-12-28Use two HW cursor buffers per CRTCMichel Dänzer
2018-12-28Update cursor position in drmmode_show_cursor if hotspot changedMichel Dänzer
2018-12-28Use drmIoctl in drmmode_show_cursorMichel Dänzer
2018-12-28Drop RADEONInfoRec::cursor_bo arrayMichel Dänzer
2018-12-28Cancel pending scanout update in drmmode_crtc_scanout_updateMichel Dänzer
2018-12-28Explicitly keep track of whether a DRM event is for a flip or notMichel Dänzer
2018-12-28Skip gamma correction of cursor data if premultiplied R/G/B > alphaMichel Dänzer
2018-12-20Detect and fix up non-premultiplied cursor dataMichel Dänzer
2018-12-18Fix crash when page flipping in multi-X-Screen/Zaphod modeMario Kleiner
2018-10-24Allow up to six instances in Zaphod modeMichel Dänzer
2018-10-24Make wait_pending_flip / handle_deferred symmetric in set_mode_majorMichel Dänzer
2018-10-24Handle pending scanout update in drmmode_crtc_scanout_freeMichel 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-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-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-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-11Wait for pending scanout update before calling drmmode_crtc_scanout_freeJim Qu
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