summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-23Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer
2015-04-22DRI2: Clear old->devPrivate.ptr in fixup_glamorMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer
2015-04-03glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer
2015-04-03glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer
2015-04-03Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer
2015-04-03Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer
2015-04-03present: Don't flip between BOs with different tiling parametersMichel Dänzer
2015-04-03Add radeon_get_pixmap_tiling_flags helperMichel Dänzer
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer
2015-03-30DRI2: Use radeon_get_pixmap_handleMichel Dänzer
2015-03-30Move get_pixmap_handle helper to radeon_bo_helper.cMichel Dänzer
2015-03-30Move radeon_drm_handler/abort_proc fields to drmmode_flipdata_recMichel Dänzer
2015-03-30Simplify radeon_do_pageflip() error handling slightly moreMichel Dänzer
2015-03-30Increase robustness against DRM page flip ioctl failures v3Michel Dänzer
2015-03-30glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer