summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-24add polaris11 pci idFlora Cui6-0/+36
2016-03-24add Polaris chip familiesAlex Deucher1-0/+2
2016-03-25Require xserver 1.9 or newerMichel Dänzer6-37/+1
2016-03-25Fix build against older versions of xserverMichel Dänzer3-9/+31
2016-03-25DRI3 only works with accelerationMichel Dänzer1-6/+9
2016-03-25Check for xf86CursorResetCursorMichel Dänzer2-0/+8
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer5-3/+29
2016-03-24Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29
2016-03-24Call AMDGPUBlockHandler_KMS before setting initial modesMichel Dänzer1-2/+2
2016-03-23present: Return rotated CRTCs from amdgpu_present_get_crtcMichel Dänzer1-2/+1
2016-03-23present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer1-0/+7
2016-03-23Make Option "TearFree" effective for rotated/reflected outputs as wellMichel Dänzer2-41/+219
2016-03-23Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5
2016-03-23Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+1
2016-03-23Deal with modesets and page flips crossing on a CRTCMichel Dänzer3-0/+17
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer8-111/+86
2016-03-23Remove amdgpu_scanout_flip_handlerMichel Dänzer1-8/+1
2016-03-23DRI2: Also clear dri2_flipping when client disconnects before eventMichel Dänzer1-2/+3
2016-03-23drm_queue: Don't abort events immediately from amdgpu_drm_abort_clientMichel Dänzer1-5/+13
2016-03-23Fix RandR CRTC transformsMichel Dänzer1-1/+17
2016-03-18Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer1-1/+12
2016-02-27DRI2: Use amdgpu_pixmap_get_handleMichel Dänzer2-41/+31
2016-02-27glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)Michel Dänzer4-14/+66
2016-02-27Make amdgpu_do_pageflip take a pixmap instead of a BOMichel Dänzer4-41/+17
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 Zhou3-4/+36
2015-11-20glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer2-0/+24
2015-11-19glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer6-9/+30
2015-11-19Post 1.0.0 release version bumpMichel Dänzer1-1/+1
2015-11-19Bump version for 1.0.0 releaseMichel 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