summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-22Factor out drmmode_crtc_scanout_update helperMichel Dänzer
2017-02-14Factor out radeon_prime_dirty_to_crtc helperMichel Dänzer
2017-02-08Don't destroy current FB if drmModeAddFB failsMichel Dänzer
2017-02-08Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer
2017-01-31Don't handle Option "SwapbuffersWait" at all with glamorMichel Dänzer
2017-01-26Enable tiling by default with glamor on PALMMichel Dänzer
2017-01-24ati: Support loading the amdgpu driver from the ati wrapperMichel Dänzer
2017-01-06Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmapMichel Dänzer
2016-12-19Use render node for DRI3 if availableJammy Zhou
2016-12-15Simplify drmmode_handle_ueventsMichel Dänzer
2016-12-14udev_monitor_receive_device() will block when hotplug monitorjimqu
2016-12-05Calculate log base 2 in radeon.h based on clz for all platformsJochen Rollwagen
2016-11-30Call radeon_drm_abort_entry on failure to flip to a scanout pixmapMichel Dänzer
2016-11-30Call ValidateGC after ChangeClip in radeon_sync_scanout_pixmapsMichel Dänzer
2016-11-30Fix radeon_scanout_extents_intersect for GPU screensMichel Dänzer
2016-11-29Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-25Add radeon_is_gpu_screen helperMichel Dänzer
2016-11-25fix build for xserver < 1.13Jochen Rollwagen
2016-11-24Pass fb_id into drmmode_page_flip_target_absolute/relativeMichel Dänzer
2016-11-22Don't install Flush/EventCallback for GPU screensMichel Dänzer
2016-11-22Enable glamor by default with >= R600 and Xorg >= 1.18.3Michel Dänzer
2016-11-18Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-11-10Use pRADEONEnt to find both screens of a GPU in radeon_mode_hotplugMichel Dänzer
2016-11-10Refactor radeon_mode_hotplugMichel Dänzer
2016-11-09Reindent code in radeon_dri2_create_buffer2Michel Dänzer
2016-11-01Check Xorg version at runtime instead of build time in two placesMichel Dänzer
2016-10-27Require xserver 1.10 or newerMichel Dänzer
2016-10-26Consume all available udev events at onceMichel Dänzer
2016-10-26PRIME: Fix swapping of provider sink / source capabilitiesHans de Goede
2016-10-26Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-25Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmapMichel Dänzer
2016-10-19Remove PCI IDs and bus type from ati_pciids.csvMichel Dänzer
2016-10-19Order unique chipsets according to first appearance in ati_pciids.csvMichel Dänzer
2016-10-19Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901Michel Dänzer
2016-10-13Restore location of radeon_set_pixmap_bo call in drmmode_create_bo_pixmapMichel Dänzer
2016-10-06Rotate and reflect cursor hotspot position for drmModeSetCursor2Michel Dänzer
2016-09-21Only list each unique chipset family once in the log fileMichel Dänzer
2016-09-21Clear damage in radeon_scanout_update if it doesn't intersect the CRTCMichel Dänzer
2016-09-21Remove w/h parameters from radeon_scanout_extents_intersectMichel Dänzer
2016-09-21Make the dedicated scanout mechanism work with arbitrary transformsMichel Dänzer
2016-09-21Remove drmmode_load_paletteMichel Dänzer
2016-09-21present: Separate checks for flips vs unflipsMichel Dänzer
2016-09-21dri2: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-09-21Simplify drmmode_set_mode_major error handlingMichel Dänzer
2016-09-21Only add main fb if necessaryHans de Goede
2016-09-21Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede
2016-09-21Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULLMichel Dänzer
2016-09-21glamor: Fix leak of pixmap private when replacing BOMichel Dänzer