summaryrefslogtreecommitdiff
path: root/hw/xfree86/drivers/modesetting
AgeCommit message (Expand)AuthorFilesLines
2019-11-25modesetting: Use glamor_clear_pixmap in drmmode_clear_pixmapMichel Dänzer3-0/+10
2019-11-25modesetting: Clear new screen pixmap storage on RandR resizeMichel Dänzer1-0/+15
2019-11-25modesetting: Call glamor_finish from drmmode_crtc_set_modeMichel Dänzer1-3/+7
2019-11-25modesetting: Add glamor_finish() convenience macroMichel Dänzer2-1/+3
2019-11-21Revert "Revert "modesetting: Indirect the glamor API through LoaderSymbol""Adam Jackson6-26/+82
2019-11-15Revert "modesetting: Indirect the glamor API through LoaderSymbol"Michel Dänzer6-82/+26
2019-11-13modesetting: Indirect the glamor API through LoaderSymbolAdam Jackson6-26/+82
2019-11-13modesetting: Indirect the shadow API through LoaderSymbolAdam Jackson2-20/+26
2019-11-11modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()Alex Goins3-5/+108
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slaveAlex Goins1-0/+4
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primaryAlex Goins1-1/+34
2019-10-29modesetting: Fix possible_crtcsVille Syrjälä1-2/+2
2019-10-23modesetting: typo in drmmode_display.c -- ',' instead of ';' at end of lineKeith Packard1-1/+1
2019-10-14Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235Michel Dänzer2-8/+2
2019-10-11glamor_egl: disable modifiers via glamor_init()Emil Velikov1-1/+7
2019-10-11glamor_egl: don't use ScrnInfoRec::privatesEmil Velikov1-1/+1
2019-10-04modesetting: Fix broken manpage in autoconf buildSven Joachim1-6/+2
2019-10-01Fix various spelling errorsSven Joachim1-1/+1
2019-09-30modesetting: Reduce "glamor initialization failed" message to X_INFOAdam Jackson1-1/+1
2019-09-03modesetting: Disable atomic support by defaultMaarten Lankhorst2-2/+8
2019-08-22modesetting: Update props for dynamically added outputsVille Syrjälä1-1/+7
2019-08-09modesetting: Only log 1 error for consecutive flip failuresHans de Goede2-2/+10
2019-08-09modesetting: Improve page-flip error reportingHans de Goede1-3/+7
2019-08-09modesetting: Avoid duplicate error messages on present-flip errorsHans de Goede4-12/+16
2019-08-06modesetting: Disable pageflipping when using a swcursorHans de Goede6-6/+165
2019-08-06modesetting: Fix compiler warningHans de Goede1-3/+4
2019-08-06modesetting: Remove obsolete, unused msPixmapPrivate declaration and macroHans de Goede1-4/+0
2019-07-23xfree86: Link fb staticallyAdam Jackson1-1/+0
2018-12-11modesetting: fix conn_id termination and potential overrun by 1 byteIlia Mirkin1-1/+1
2018-11-29modesetting: Actually disable CRTCs in legacy modeLyude Paul1-2/+8
2018-10-31modesetting: Hush an unimportant log messageAdam Jackson1-3/+3
2018-10-01modesetting: Don't free(dst) in drmmode_prop_info_copyAdam Jackson1-1/+0
2018-09-12modesetting: get pEnt after error checksDave Airlie1-2/+2
2018-09-10modesetting: Document Option "DoubleShadow" in the man pageAdam Jackson1-0/+10
2018-09-10modesetting: Lie less in the man pageAdam Jackson1-5/+8
2018-08-29modesetting: code refactor for PRIME syncJim Qu1-17/+19
2018-08-02During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard3-21/+0
2018-07-25modesetting: Fix cirrus 24bpp breakageTakashi Iwai1-1/+1
2018-07-10modesetting: Fix 16 bit depth/bpp modeStefan Agner1-1/+3
2018-07-03xf86-video-modesetting: Lease planes as well if using atomicKeith Packard1-1/+6
2018-07-03xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separatelyKeith Packard1-2/+1
2018-06-28modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]Keith Packard2-1/+26
2018-06-27modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()Lyude Paul1-0/+2
2018-06-26modesetting: Also disable CRTC in drmmode_output_disable()Lyude Paul1-4/+7
2018-06-26modesetting: use drmmode_bo_import() for rotate_fbOlivier Fourdan1-5/+2
2018-05-21modesetting: Pass O_CLOEXEC when opening a DRM deviceMichel Dänzer1-3/+3
2018-05-08modesetting: set gbm as dependency in meson buildRoman Gilg1-0/+1
2018-05-07modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()Mario Kleiner2-14/+54
2018-05-07modesetting: Remove ms_crtc_msc_to_kernel_msc().Mario Kleiner3-44/+3
2018-04-30modesetting: Fix GBM objects leak when checking for flipLouis-Francis Ratté-Boulianne1-0/+2