summaryrefslogtreecommitdiff
path: root/hw/xfree86/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-26modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTNikhil Mahale1-2/+0
2016-10-26modesetting: fix glamor ifdefMihail Konev1-0/+2
2016-09-28modesetting: only fall back to drmModeSetCursor() on -EINVALMichael Thayer1-4/+8
2016-09-28modesetting: Consume all available udev events at onceDaniel Martin1-4/+6
2016-09-28xfree86: small memory leaks fixesDavid CARLIER1-1/+2
2016-09-28modesetting: Fix reverse prime update lagging on secondary GPU outputsHans de Goede1-5/+8
2016-09-28modesetting: Fix reverse prime partial update issues on secondary GPU outputsHans de Goede1-1/+12
2016-09-16modesetting: fix compile error when --disable-glamorQiang Yu2-36/+36
2016-09-13modesetting: Fall back to primary crtc for vblank for drawables on slave outputsHans de Goede1-0/+26
2016-09-13modesetting: ms_covering_crtc: Allow calling on non modesetting ScreensHans de Goede1-3/+9
2016-09-13modesetting: Implement DRI2InfoRec version 9 callbacksHans de Goede1-9/+55
2016-09-13modesetting: ms_dri2_create_buffer: check screen of existing front buffersHans de Goede1-13/+7
2016-09-13modesetting: Remove some dead codeHans de Goede1-2/+0
2016-09-13modesetting: ms_covering_crtc: Remove unused arguments, make staticHans de Goede2-19/+6
2016-09-13modesetting: Fix msSharePixmapBacking returning a non-linear boHans de Goede1-1/+2
2016-09-02modesetting: add DRI2 page flip supportQiang Yu5-15/+257
2016-09-02modesetting: move common page flip handle to pageflip.cQiang Yu3-87/+105
2016-09-02modesetting: move ms_do_pageflip to pageflip.cQiang Yu4-252/+300
2016-09-02modesetting: make ms_do_pageflip generic for share with DRI2Qiang Yu1-14/+25
2016-09-02modesetting: Hide cursor when initializing crtcHans De Goede1-0/+3
2016-09-02modesetting: Do not use function local static variablesHans De Goede2-6/+6
2016-08-08modesetting: Delete dead drmmode_bo_for_pixmap function.Kenneth Graunke2-31/+0
2016-07-21Switch poll() users to xserver_poll()Keith Packard2-3/+2
2016-07-18modesetting: resubmit dirty rects on EINVAL (v2)Adam Jackson1-0/+9
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-4/+4
2016-07-18modesetting: Use passed-in fd for drm event monitoring NotifyFd callbackKeith Packard1-1/+1
2016-07-08modesetting: NULL assignment for drmmode_set_target_scanout_target_cpuAlex Goins1-0/+1
2016-07-02modesetting: Load on GPU-s with 0 outputsHans de Goede2-11/+24
2016-07-02modesetting: Fix swapping of provider sink / source capabilitiesHans de Goede1-2/+2
2016-07-02modesetting: Implement a double-buffered shadow modeAdam Jackson4-5/+135
2016-07-02modesetting: Drop some non-functional triple-buffering variablesAdam Jackson2-18/+0
2016-07-02modesetting: Implement 32->24 bpp conversion in shadow updateDave Airlie6-24/+196
2016-07-02modesetting: Fix hw cursor check at the first callTakashi Iwai1-2/+8
2016-07-01modesetting: Use load_cursor_argb_check for sw cursor fallbackTakashi Iwai1-6/+18
2016-07-01modesetting: Fix the error check from DRM_IOCTL_MODE_CURSOR2Takashi Iwai1-2/+2
2016-06-28modesetting: Implement PRIME syncing as a sourceAlex Goins2-1/+144
2016-06-28modesetting: Disable Reverse PRIME for i915Alex Goins1-2/+15
2016-06-28modesetting: Blacklist USB transport devices from PRIME syncAlex Goins1-0/+14
2016-06-28modesetting: Suspend and resume flipping with DPMSAlex Goins1-4/+14
2016-06-28modesetting: Implement PRIME syncing as a sinkAlex Goins3-38/+374
2016-06-28modesetting: Always load ms->drmmode.pageflipAlex Goins1-6/+4
2016-06-28modesetting: Always tear down scanout pixmapAlex Goins1-19/+20
2016-06-28modesetting: Internal storage of scanout pixmapsAlex Goins3-12/+22
2016-06-17modesetting: Clear drmmode->fb_id before unflippingLyude Paul1-0/+9
2016-06-17modesetting: Only add main fb if necessaryHans de Goede1-17/+17
2016-06-17modesetting: Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede1-9/+2
2016-06-17modesetting: Set ppix->fb_id to 0 after removing the fbHans de Goede1-0/+1
2016-06-17modesetting: Properly cleanup fb for reverse-prime-offloadHans de Goede1-1/+7
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie2-0/+10
2016-05-30xfree86/modes: Remove xf86_reload_cursors v2Michel Dänzer1-5/+0