summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29
2016-03-23Use correct tiling in drmmode_create_bo_pixmapRyan Kennedy1-3/+6
2016-03-10present: Return rotated CRTCs from radeon_present_get_crtcMichel Dänzer1-2/+1
2016-03-09present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer1-0/+6
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer2-41/+214
2016-03-09Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5
2016-03-08Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+2
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer3-1/+20
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer8-110/+83
2016-02-27DRI2: Also clear dri2_flipping when client disconnects before eventMichel Dänzer1-2/+3
2016-02-27Remove radeon_scanout_flip_handlerMichel Dänzer1-8/+1
2016-02-25drm_queue: Don't abort events immediately from radeon_drm_abort_clientMichel Dänzer1-5/+13
2016-02-17glamor: Return NullPixmap on failure to create shareable pixmapjimqu1-1/+3
2016-02-17Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmapjimqu1-35/+35
2016-02-17Remove pci_dev test from radeon_get_scrninfoMichel Dänzer1-4/+1
2016-02-17Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2016-02-17sync: Check if miSyncShmScreenInit symbol is resolved at runtimeMichel Dänzer1-0/+7
2016-02-16Use render node for DRI3 if availableJammy Zhou3-4/+36
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer4-5/+15
2016-01-18Fix RandR CRTC transformsMichel Dänzer1-1/+16
2016-01-14Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer1-0/+15
2015-12-25Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer1-1/+12
2015-12-24HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer1-1/+1
2015-12-01Load fb module before glamoregl/shadow modulesMichel Dänzer1-3/+4
2015-11-20Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer1-10/+9
2015-11-17glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer2-0/+24
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer5-9/+32
2015-11-12Post 7.6.1 release version bumpMichel Dänzer1-1/+1
2015-11-12Set version for 7.6.1 releasexf86-video-ati-7.6.1Michel Dänzer1-1/+1
2015-11-12Remove duplicate free(output_ids) callMichel Dänzer1-1/+0
2015-11-12Post 7.6.0 release version bumpMichel Dänzer1-1/+1
2015-11-12Bump version for 7.6.0 releasexf86-video-ati-7.6.0Michel Dänzer1-1/+1
2015-11-12Clean up radeon_dri2_create_buffer2()Tom St Denis1-11/+3
2015-11-12Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer1-1/+5
2015-11-12Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer1-6/+11
2015-11-12Don't advertise rotation support without hardware acceleration v2Michel Dänzer1-9/+10
2015-11-12Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis1-8/+7
2015-11-12Clean up allocation in RADEONInitVideo()Tom St Denis1-1/+1
2015-11-12Simplify pick best crtc to fold two loops into oneTom St Denis1-31/+23
2015-11-11dri2: Avoid calculation with undefined msc valueTom St Denis1-3/+3
2015-10-26Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul1-5/+8
2015-10-16Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer1-0/+2
2015-10-02Only align screen / scanout pixmap height where necessaryMichel Dänzer1-10/+8
2015-08-20DRI2: Keep MSC monotonic when moving window between CRTCsMichel Dänzer3-73/+133
2015-08-19DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtcMichel Dänzer1-8/+1
2015-08-10add new OLAND pci idAlex Deucher6-0/+6
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner3-5/+15
2015-08-07Wait for scanout BO initialization to finish before setting modeMichel Dänzer1-0/+3
2015-08-06Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer1-8/+3
2015-07-30glamor: Move declaration of struct radeon_pixmap out of #if/#else blocksMichel Dänzer1-4/+3