summaryrefslogtreecommitdiff
path: root/lib/libdrm
AgeCommit message (Collapse)Author
2015-08-21Import libdrm 2.4.64Jonathan Gray
2024-01-30Merge libdrm 2.4.120Jonathan Gray
2024-01-30Import libdrm 2.4.120Jonathan Gray
2023-07-06fix drmGetMinorNameForFD(). tweaks and ok jsg@.Matthieu Herrb
For the gpu n, the main device node is /dev/dri/card<n> and the render device node is /dev/dri/renderD<n+drmGetMinorBase()> not /dev/dri/renderD<n> and miod@ checked that no port should be affected.
2023-02-27Merge libdrm 2.4.115Jonathan Gray
2023-02-27Import libdrm 2.4.115Jonathan Gray
2018-11-01Import libdrm 2.4.96Jonathan Gray
2022-11-14Merge libdrm 2.4.114Jonathan Gray
2022-11-14Import libdrm 2.4.114Jonathan Gray
2022-06-06Merge libdrm 2.4.111Jonathan Gray
2022-06-06Import libdrm 2.4.111Jonathan Gray
2018-09-13Import libdrm 2.4.94Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2022-04-29Merge libdrm 2.4.110Jonathan Gray
2022-04-29Import libdrm 2.4.110Jonathan Gray
2021-07-05add a file to avoid build time python depJonathan Gray
2021-07-05Merge libdrm 2.4.107Jonathan Gray
2021-07-05Import libdrm 2.4.107Jonathan Gray
2021-02-20change from /dev/drm to /dev/dri/ in xenocaraJonathan Gray
ok matthieu@ kettenis@
2021-02-19fix amdgpu.ids path to point to installed version. ok jsg@Matthieu Herrb
2021-02-12only install libdrm_intel pkgconfig file when building libdrm_intelJonathan Gray
2021-02-11fix merge errorJonathan Gray
2021-02-11add Makefiles to replace upstream use of mesonJonathan Gray
2021-02-11Merge libdrm 2.4.104Jonathan Gray
2021-02-11Import libdrm 2.4.104Jonathan Gray
2017-08-05Import libdrm 2.4.82Jonathan Gray
2016-10-16Import libdrm 2.4.71Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2021-01-18nouveau: fix compile error with -DDEBUG on newer gccJonathan Gray
From Karol Herbst 5ec177b398d6d305f273329c8228ea870e180d6d in libdrm git fixes clang 11 build mortimer@ had almost the same diff
2015-08-21Import libdrm 2.4.64Jonathan Gray
2019-11-27Merge libdrm 2.4.100Jonathan Gray
2019-11-27Import libdrm 2.4.100Jonathan Gray
2019-05-12open correct render node in libdrmJonathan Gray
drm render nodes have the same major as drm primary devices but offset the minor by a base of 128. I expected the name of the device to have numbering starting at 0 when these non-linux codepaths were added (before we had render nodes).
2019-05-05put fonts.7 and drm*.3 into the install sets;Ingo Schwarze
patch from Nathanael Rensen <nathanael at list dot polymorpheus dot com>, minimally tweaked by me; OK matthieu@
2019-05-02simplify Makefiles for use with docbook2mdoc-1.1.0Ingo Schwarze
and regen for improved formatting: correct linebreaks in literal displays; and new sentence, new line
2019-04-29/dev/dri/card0 -> /dev/drm0Jonathan Gray
2019-04-28install libdrm manual pages; feedback and OK jsg@ matthieu@Ingo Schwarze
2019-04-26Merge libdrm 2.4.98Jonathan Gray
2019-04-26Import libdrm 2.4.98Jonathan Gray
2019-03-22test for render nodes before primary nodesJonathan Gray
Unlike linux our primary "drm" device name is substring of the "drmR" render node device name and strncmp() tests resulted in render nodes being flagged as primary nodes.
2015-08-21Import libdrm 2.4.64Jonathan Gray
2019-02-18intel: sync i915_pciids.h with kernelJonathan Gray
From Rodrigo Vivi 70a1ae89be6b9f9a535f1fbaff3e4b1c4bb46d4a in libdrm git
2018-11-01Merge libdrm 2.4.96Jonathan Gray
2018-11-01Import libdrm 2.4.96Jonathan Gray
2018-09-13Merge libdrm 2.4.94Jonathan Gray
2018-09-13Import libdrm 2.4.94Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@