summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Disable -logfile and -modulepath when running with elevated privilegesMatthieu Herrb1-2/+6
2018-10-16xfree86: fix readlink callPeter Hutterer1-1/+1
2018-10-12fbdevhw: Refuse to touch PCI devices on the fallback probe pathAdam Jackson1-0/+16
2018-10-05modesetting: Don't free(dst) in drmmode_prop_info_copyAdam Jackson1-1/+0
2018-10-04xfree86: Fix Option "MaxClients" validationAdam Jackson1-4/+6
2018-10-04posix_tty: free leak of xf86SetStrOption return value.Dave Airlie1-1/+5
2018-10-04modesetting: get pEnt after error checksDave Airlie1-2/+2
2018-10-04modesetting: Document Option "DoubleShadow" in the man pageAdam Jackson1-0/+10
2018-10-04modesetting: Lie less in the man pageAdam Jackson1-5/+8
2018-10-04modesetting: code refactor for PRIME syncJim Qu1-17/+19
2018-08-07During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard3-21/+0
2018-08-02modesetting: Fix cirrus 24bpp breakageTakashi Iwai1-1/+1
2018-08-01xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alphaMatt Turner5-60/+50
2018-08-01modesetting: Fix 16 bit depth/bpp modeStefan Agner1-1/+3
2018-08-01xf86-video-modesetting: Lease planes as well if using atomicKeith Packard1-1/+6
2018-08-01xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separatelyKeith Packard1-2/+1
2018-08-01xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structuresKeith Packard1-8/+34
2018-08-01xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreenKeith Packard1-8/+14
2018-08-01modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]Keith Packard5-1/+50
2018-08-01modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()Lyude Paul1-0/+2
2018-08-01modesetting: Also disable CRTC in drmmode_output_disable()Lyude Paul1-4/+7
2018-08-01modesetting: use drmmode_bo_import() for rotate_fbOlivier Fourdan1-5/+2
2018-06-19xfree86: Makefile shouldn't rely on superuser being named 'root'Michał Górny1-2/+2
2018-06-19modesetting: Pass O_CLOEXEC when opening a DRM deviceMichel Dänzer1-3/+3
2018-06-19xfree86: Fix O_CLOEXEC usage in lnx_platformMichel Dänzer1-1/+1
2018-06-19DRI2: Sync radeonsi_pci_ids.h from MesaBas Nieuwenhuizen1-0/+30
2018-06-19meson: don't install xorg wrapper manpages if suid-wrapper isn't being usedJon Turney1-11/+13
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-05-07dri2: Sync i965_pci_ids.h from mesaAnuj Phogat1-2/+11
2018-04-30modesetting: Fix GBM objects leak when checking for flipLouis-Francis Ratté-Boulianne1-0/+2
2018-04-23sdksyms: Cope with __pid_t and __uint32_tThomas Klausner1-0/+11
2018-04-23modesetting: Only use modifiers on kms drivers which do support them.Mario Kleiner3-7/+13
2018-04-17modesetting: Fix inverted check in dri2 WaitMSCAdam Jackson1-1/+1
2018-04-16modesetting: Move GBM code inside #ifdef GLAMOR_HAS_GBMMatt Turner1-7/+7
2018-04-12sdksyms: Skip empty symbolsAdam Jackson1-1/+2
2018-04-06xfree86: drop KDSKBMUTE handlingPeter Hutterer1-19/+9
2018-04-05gtf: Warning fixAdam Jackson1-1/+1
2018-04-05modesetting: Actually get framebuffer IDDaniel Stone1-1/+1
2018-04-05modesetting: Don't reuse iterator in nested loopDaniel Stone1-2/+3
2018-04-04modesetting: Fix page flipping harder under DRI 3.2.Mario Kleiner1-1/+5
2018-04-04modesetting: Have consistent state when using atomic modesettingLouis-Francis Ratté-Boulianne2-3/+64
2018-04-04modesetting: Use atomic modesetting to set DPMS modeLouis-Francis Ratté-Boulianne5-110/+299
2018-04-04glamor: Track if BO allocation used modifiersDaniel Stone1-1/+2
2018-04-04drmmode: Track if BO allocation used modifiersDaniel Stone2-1/+5
2018-04-03xfree86: Restore newline before "X Protocol Version" stringAaron Plattner1-1/+1
2018-04-02modesetting: Fix reported size when using atomic modesettingLouis-Francis Ratté-Boulianne1-4/+4
2018-04-02modesetting: Ignore alpha channel when importing BOs for modesettingLouis-Francis Ratté-Boulianne1-0/+20
2018-04-02modesetting: Use actual crtc position for pageflipOlivier Fourdan1-1/+1