summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Bail from drmmode_cm_init if there's no CRTCMichel Dänzer1-0/+3
2018-09-05Bail early from drm_wait_pending_flip if there's no pending flipMichel Dänzer1-1/+2
2018-09-05Do not push the CM_GAMMA_LUT property values in drmmode_crtc_cm_initMichel Dänzer1-1/+1
2018-08-31Don't use xorg_list_for_each_entry_safe for signalled flipsMichel Dänzer1-3/+9
2018-08-31Always delete entry from list in drm_queue_handlerMichel Dänzer1-1/+1
2018-08-30glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backingMichel Dänzer1-1/+3
2018-08-29Handle ihandle == -1 in amdgpu_set_shared_pixmap_backingMichel Dänzer1-0/+3
2018-08-16Use correct FB handle in amdgpu_do_pageflipMichel Dänzer1-2/+2
2018-08-16Remove drmmode_crtc_private_rec::present_vblank_* related codeMichel Dänzer3-47/+3
2018-08-16Defer vblank event handling while waiting for a pending flipMichel Dänzer4-8/+56
2018-08-16Add amdgpu_drm_handle_event wrapper for drmHandleEventMichel Dänzer4-18/+83
2018-08-16Add amdgpu_drm_wait_pending_flip functionMichel Dänzer3-18/+18
2018-08-16Move DRM event queue related initialization to amdgpu_drm_queue_initMichel Dänzer5-17/+19
2018-08-16glamor: Check glamor module version for depth 30 supportMichel Dänzer2-12/+16
2018-08-02glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possibleMichel Dänzer1-14/+18
2018-07-27Store FB for each CRTC in drmmode_flipdata_recMichel Dänzer2-22/+27
2018-07-25glamor: Set AMDGPU_CREATE_PIXMAP_DRI2 for DRI3 pixmapsMichel Dänzer1-0/+1
2018-07-23Use strcpy for RandR output property namesMichel Dänzer1-4/+4
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer3-23/+0
2018-07-20Remove AMDGPUInfoRec::fbcon_pixmapMichel Dänzer3-15/+2
2018-07-20Don't use DRM_IOCTL_GEM_FLINK in create_pixmap_for_fbconMichel Dänzer1-27/+10
2018-07-20Free previous xf86CrtcRec gamma LUT memoryMichel Dänzer1-1/+6
2018-07-18Hardcode "non-desktop" RandR property nameMichel Dänzer1-1/+1
2018-07-13Support gamma correction & colormaps at depth 30 as wellMichel Dänzer1-16/+34
2018-07-11Move flush from radeon_scanout_do_update to its callersMichel Dänzer2-3/+6
2018-07-11glamor: Bail CreatePixmap on unsupported pixmap depthMichel Dänzer1-0/+3
2018-07-10Bail from dri2_create_buffer2 if we can't get a pixmapMichel Dänzer1-14/+12
2018-07-10Add RandR leases supportKeith Packard3-1/+165
2018-07-10modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+22
2018-07-06modesetting: Record non-desktop kernel property at PreInit timeKeith Packard1-0/+16
2018-06-28Call drmmode_crtc_gamma_do_set from drmmode_setup_colormapMichel Dänzer1-12/+17
2018-06-28Remove #if 0'd codeMichel Dänzer1-12/+0
2018-06-26Don't apply gamma to HW cursor data if colour management is enabledMichel Dänzer1-6/+19
2018-06-26Also compose LUT when setting legacy gammaLeo Li (Sunpeng)1-2/+14
2018-06-26Compose non-legacy with legacy regamma LUTLeo Li (Sunpeng)1-1/+186
2018-06-26Enable setting of color properties via RandRLeo Li (Sunpeng)1-0/+95
2018-06-26Update color properties on output_get_propertyLeo Li (Sunpeng)1-0/+21
2018-06-26Configure color properties when creating output resourcesLeo Li (Sunpeng)1-0/+131
2018-06-26Initialize color properties on CRTC during CRTC initLeo Li (Sunpeng)2-1/+149
2018-06-26Cache color property IDs and LUT sizes during pre-initLeo Li (Sunpeng)2-0/+120
2018-06-12Check dimensions passed to drmmode_xf86crtc_resizeMichel Dänzer1-0/+8
2018-05-24Use drmmode_crtc_dpms in drmmode_set_desired_modesMichel Dänzer1-8/+1
2018-05-18Call drmmode_do_crtc_dpms from drmmode_crtc_dpms as wellMichel Dänzer1-2/+1
2018-05-16Replace 'foo == NULL' with '!foo'Michel Dänzer9-24/+22
2018-04-30Include xf86platformBus.h unconditionallySlava Grigorev1-4/+2
2018-04-27Wait for pending flips in drmmode_output_set_tear_freeMichel Dänzer1-0/+9
2018-04-26Refactor drmmode_output_set_tear_free helperMichel Dänzer1-12/+19
2018-04-25Set drmmode_crtc->scanout_id = 0 when TearFree is disabledMichel Dänzer1-0/+2
2018-04-25Simplify drmmode_handle_transformMichel Dänzer1-5/+1
2018-04-23Don't call scanout_flip/update with a legacy RandR scanout bufferMichel Dänzer1-0/+3