summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Bump version for 1.0.1 releasexf86-video-amdgpu-1.0.11.0Michel Dänzer1-1/+1
2016-02-19HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer1-1/+1
2016-02-19Load fb module before glamoregl/shadow modulesMichel Dänzer1-4/+4
2016-02-19Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer1-12/+10
2016-02-19Only map front buffer if glamor acceleration is disabled (v2)Michel Dänzer2-2/+3
2016-02-19Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2016-02-19sync: Check if miSyncShmScreenInit symbol is resolved at runtimeMichel Dänzer1-0/+7
2016-02-19Check for NULL koutput in drmmode_output_dpmsMykola Lysenko1-0/+3
2015-11-19Bump version for 1.0.0 releasexf86-video-amdgpu-1.0.0Michel Dänzer1-1/+1
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 Velikov2-4/+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änzer3-7/+6
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-21Add Option "TearFree" to manpageDarren Powell1-0/+7
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
2015-10-06Move amdgpu_drm_handler/abort_proc fields to drmmode_flipdata_reTom St Denis2-8/+8
2015-10-06Simplify amdgpu_do_pageflip() error handling slightly moreTom St Denis1-22/+20
2015-10-06Increase robustness against DRM page flip ioctl failuresTom St Denis1-21/+25
2015-10-05Clean up allocation in AMDGPUInitVideo()Tom St Denis1-1/+1
2015-10-05Avoid leaking memory on output.Tom St Denis1-0/+4
2015-10-05add support for DP 1.2 display hotplugTom St Denis4-39/+213
2015-10-05move output name creation to its own functionTom St Denis1-14/+42
2015-10-05stop caching mode resourcesTom St Denis4-21/+25