summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 releaseMichel 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 releaseMichel 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
2015-07-30Remove unused local variable pRADEONEntMichel Dänzer1-6/+1
2015-07-28radeon: move radeon_pixmap forward declaration into other blockDave Airlie1-2/+2
2015-07-28radeon: cleanup the entity recDave Airlie5-15/+1
2015-07-23Do not link radeon_drv.so against libpciaccessEmil Velikov1-1/+1
2015-07-10radeon: adopt for new X server dirty tracking APIs.Dave Airlie2-1/+7
2015-07-09present: Handle DPMS off in radeon_present_get_ust_mscMichel Dänzer1-1/+7
2015-07-09present: Look at all CRTCs to determine if we can flipMichel Dänzer1-7/+13
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer3-16/+52
2015-07-07Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski1-6/+4
2015-06-29Fix inconsistent default eg_tile_split in evergreen_accel.cMario Kleiner1-1/+1
2015-06-25Disable CRTCs when disabling the outputsPiotr Redlewski1-1/+12
2015-06-25Skip disabled CRTCs in radeon_scanout_(do_)updateMichel Dänzer1-2/+4
2015-06-22Don't set TILE_SPLIT flags if surface.tile_split == 0.Mario Kleiner3-3/+8
2015-06-11Don't attempt a DRI2/Present page flip while the other one is flippingMichel Dänzer3-7/+36
2015-06-11Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)Mario Kleiner3-13/+38
2015-06-01DRI2: Fix handling of drmmode_crtc_get_ust_msc return codeMichel Dänzer1-4/+4