summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add amdgpu_pixmap_get_handle helperMichel Dänzer2-0/+12
2016-02-16HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer1-1/+1
2016-02-16Load fb module before glamoregl/shadow modulesMichel Dänzer1-4/+4
2016-02-15Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer1-12/+10
2016-01-29Only map front buffer if glamor acceleration is disabled (v2)Michel Dänzer2-2/+3
2016-01-28glamor: Return NullPixmap on failure to create shareable pixmapjimqu1-1/+3
2016-01-28Move amdgpu_glamor_destroy_pixmap before amdgpu_glamor_create_pixmapjimqu1-35/+35
2016-01-21Move memset() after variable declarationsTom St Denis1-2/+2
2016-01-19Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer1-0/+15
2016-01-13Only call amdgpu_bus_id once in each probe path (v2)Michel Dänzer1-28/+25
2016-01-13Remove pci_dev test from amdgpu_get_scrninfoMichel Dänzer1-5/+2
2016-01-13Re-use PCI bus ID code from kernel_open_fd in kernel_mode_enabledMichel Dänzer1-13/+24
2016-01-13Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2016-01-05sync: Check if miSyncShmScreenInit symbol is resolved at runtimeMichel Dänzer1-0/+7
2015-12-24Check for NULL koutput in drmmode_output_dpmsMykola Lysenko1-0/+3
2015-11-20Use render node for DRI3 if availableJammy Zhou2-3/+35
2015-11-20glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer1-0/+18
2015-11-19glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer6-9/+30
2015-11-19Add amdgpu_pixmap.h to src/Makefile.am's EXTRA_DISTMichel Dänzer1-0/+1
2015-11-19Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul1-7/+8
2015-11-19Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer1-0/+2
2015-11-19Do not link amdgpu_drv.so against libpciaccessEmil Velikov1-1/+1
2015-11-19Skip disabled CRTCs in amdgpu_scanout_(do_)updateMichel Dänzer1-2/+4
2015-11-19Prefer drmModeSetCursor2 over drmModeSetCursorMichel Dänzer1-0/+17
2015-11-19PRIME: Don't advertise offload capabilities when acceleration is disabledMichel Dänzer1-8/+12
2015-11-19Rename Option "NoAccel" to "Accel"Michel Dänzer2-3/+3
2015-11-19Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson1-1/+7
2015-11-11dri2: Handle PRIME for source buffer as well in amdgpu_dri2_copy_region2Michel Dänzer1-1/+8
2015-11-04Move scrn/info declaration inside USE_GLAMOR in amdgpu_dri3_fd_from_pixmapMichel Dänzer1-3/+3
2015-11-04Call AMDGPUFreeRec from AMDGPUFreeScreen_KMS even if info == NULLMichel Dänzer1-5/+0
2015-11-02Don't use AMDGPUEntPriv in AMDGPUFreeRecMichel Dänzer1-1/+5
2015-10-30Remove amdgpu_reference_drm_fdMichel Dänzer2-9/+2
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer9-107/+122
2015-10-30Pass struct pci_device *pci_dev directly to amdgpu_get_scrninfoJammy Zhou1-2/+2
2015-10-30Fix crash in PCI probe path (v4)Jammy Zhou1-9/+10
2015-10-28Remove dead code from probe pathsMichel Dänzer1-12/+0
2015-10-23Add Stoney supportSamuel Li7-0/+7
2015-10-21Revert "Handle RandR CRTC transforms properly"Michel Dänzer1-10/+1
2015-10-15Handle RandR CRTC transforms properlyMichel Dänzer1-1/+10
2015-10-15Clean up amdgpu_dri2_create_buffer2()Tom St Denis1-11/+3
2015-10-14Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer1-0/+3
2015-10-14Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer1-7/+9
2015-10-07Don't advertise rotation support without hardware acceleration v2Michel Dänzer1-9/+9
2015-10-07Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis1-8/+7
2015-10-07Avoid NULL dereference if drmmode_crtc_scanout_allocate failsTom St Denis1-1/+4
2015-10-06cleanup the entity recTom St Denis5-14/+1
2015-10-06present: Handle DPMS off in radeon_present_get_ust_mscTom St Denis1-1/+7
2015-10-06present: Look at all CRTCs to determine if we can flipTom St Denis1-7/+13
2015-10-06present: Fall back to modeset for unflip operationTom St Denis3-16/+50
2015-10-06Don't attempt a DRI2/Present page flip while the other one is flippingTom St Denis3-6/+34