summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Add RandR leases with modesetting driver support [v7]HEADmasterKeith Packard3-1/+159
2018-07-06xf86-video-modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+23
2018-07-06xf86-video-modesetting: Record non-desktop kernel property at PreInit time [v2]Keith Packard2-1/+20
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
2018-04-23Simplify drmmode_crtc_scanout_updateMichel Dänzer1-12/+4
2018-04-20Update RandR CRTC state if set_mode_major fails in set_desired_modesMichel Dänzer1-0/+2
2018-04-20Abort scanout_update_pending event when possibleMichel Dänzer1-4/+8
2018-04-20Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer2-9/+9
2018-04-20Ignore AMDGPU_DRM_QUEUE_ERROR (0) in amdgpu_drm_abort_entryMichel Dänzer1-0/+3
2018-04-20Remove set but unused amdgpu_dri2::pKernelDRMVersionEmil Velikov2-7/+0
2018-04-20Do not export the DriverRec AMDGPUEmil Velikov1-1/+1
2018-04-20Move amdgpu_bus_id/amgpu_kernel_mode within amdgpu_kernel_open_fdEmil Velikov1-22/+23
2018-04-18Wait for pending scanout update before calling drmmode_crtc_scanout_freeJim Qu1-2/+4
2018-04-18Post-release version bumpMichel Dänzer1-1/+1
2018-03-15Bump version for 18.0.1 releaseMichel Dänzer1-1/+1
2018-03-08Pass extents to amdgpu_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-06Only change Set/MoveCursor hooks from what we expectMichel Dänzer1-6/+10
2018-03-02Bump version for 18.0.0 releaseMichel Dänzer1-1/+1
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard1-18/+86
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin1-1/+3
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin1-58/+70
2018-03-01fix include order for present.h configure testChristoph Haag1-2/+2
2018-02-16Disable all unused CRTCs before setting desired modesMichel Dänzer1-12/+21
2018-02-15Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer1-9/+25
2018-02-15If glamor is too old for depth 30, fall back to ShadowFBMichel Dänzer1-7/+9
2018-02-14Revert "Guard against pAMDGPUEnt == NULL in AMDGPUFreeRec"Michel Dänzer1-1/+1
2018-02-14Don't call AMDGPUFreeRec from AMDGPUPreInit_KMSMichel Dänzer1-13/+9
2018-02-14Guard against pAMDGPUEnt == NULL in AMDGPUFreeRecMichel Dänzer1-1/+1
2018-02-14Always use screen depth/bpp for KMS framebuffersMichel Dänzer2-10/+8
2018-02-14Add 30bit RGB color format supportHawking Zhang4-1/+12