summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-12Set version for 7.6.1 releasexf86-video-ati-7.6.1Michel Dänzer
2015-11-12Remove duplicate free(output_ids) callMichel Dänzer
2015-11-12Post 7.6.0 release version bumpMichel Dänzer
2015-11-12Bump version for 7.6.0 releasexf86-video-ati-7.6.0Michel Dänzer
2015-11-12Clean up radeon_dri2_create_buffer2()Tom St Denis
2015-11-12Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer
2015-11-12Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer
2015-11-12Don't advertise rotation support without hardware acceleration v2Michel Dänzer
2015-11-12Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis
2015-11-12Clean up allocation in RADEONInitVideo()Tom St Denis
2015-11-12Simplify pick best crtc to fold two loops into oneTom St Denis
2015-11-11dri2: Avoid calculation with undefined msc valueTom St Denis
2015-10-26Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul
2015-10-16Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer
2015-10-02Only align screen / scanout pixmap height where necessaryMichel Dänzer
2015-08-20DRI2: Keep MSC monotonic when moving window between CRTCsMichel Dänzer
2015-08-19DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtcMichel Dänzer
2015-08-10add new OLAND pci idAlex Deucher
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner
2015-08-07Wait for scanout BO initialization to finish before setting modeMichel Dänzer
2015-08-06Only call drmmode_copy_fb (at most) once on server startupMichel Dänzer
2015-07-30glamor: Move declaration of struct radeon_pixmap out of #if/#else blocksMichel Dänzer
2015-07-30Remove unused local variable pRADEONEntMichel Dänzer
2015-07-28radeon: move radeon_pixmap forward declaration into other blockDave Airlie
2015-07-28radeon: cleanup the entity recDave Airlie
2015-07-23Do not link radeon_drv.so against libpciaccessEmil Velikov
2015-07-10radeon: adopt for new X server dirty tracking APIs.Dave Airlie
2015-07-09present: Handle DPMS off in radeon_present_get_ust_mscMichel Dänzer
2015-07-09present: Look at all CRTCs to determine if we can flipMichel Dänzer
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer
2015-07-07Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski
2015-06-29Fix inconsistent default eg_tile_split in evergreen_accel.cMario Kleiner
2015-06-25Disable CRTCs when disabling the outputsPiotr Redlewski
2015-06-25Skip disabled CRTCs in radeon_scanout_(do_)updateMichel Dänzer
2015-06-22Don't set TILE_SPLIT flags if surface.tile_split == 0.Mario Kleiner
2015-06-11Don't attempt a DRI2/Present page flip while the other one is flippingMichel Dänzer
2015-06-11Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)Mario Kleiner
2015-06-01DRI2: Fix handling of drmmode_crtc_get_ust_msc return codeMichel Dänzer
2015-05-28glamor: Only wait for GPU writes in radeon_glamor_prepare_access_cpu_roMichel Dänzer
2015-05-21present: Remove get_drmmode_crtc helperMichel Dänzer
2015-05-20Replace SyncFence typedef with declaration of struct _SyncFenceMichel Dänzer
2015-05-15glamor: Deal with glamor_glyphs_init being removed from xserverMichel Dänzer
2015-05-13add new bonaire pci idAlex Deucher
2015-05-11present: Fix present notify timestamps and counts.Mario Kleiner
2015-05-11present: Move check for async flipsMario Kleiner
2015-04-28Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSEMichel Dänzer
2015-04-27Don't call radeon_get_pixmap_private() when using EXAMichel Dänzer
2015-04-23On screen resize, clear the new buffer before displaying itMichel Dänzer
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer