AuthorCommitMessageCommit date
Adam CheneyAdam Cheney
cc8b4d68acaAdd new DRM_MODE_CONNECTOR and _ENCODER definesUpdate drm_mode.h defines from kernel upstream for connector and encoder types to expose DSI and other newly defined types. Signed-off-by: Adam Cheney <acheney@nvidia.com> Signed-off-by: Rob Clark <robclark@freedesktop.org>
Eric AnholtEric Anholt
e4013228673drm: Initialize or valgrind-clear modesetting ioctl arguments.Fixes valgrind complaints in the modesetting driver. I tried to follow each ioctl's pattern for whether it was initializing just the in values, or both in and out values. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Thomas HellstromThomas Hellstrom
c9ca82b80aclibdrm/mode: Update the encoder and connector definesUpdate the defines to match the kernel drm_mode.h Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Damien LespiauDamien Lespiau
c0eab7399e0drm: Introduce a drmSetClientCap() wrapperThat wraps around the new DRM_SET_CLIENT_CAP ioctl. v2: SET_CAP -> SET_CLIENT_CAP renaming Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
srinivas pulukurusrinivas pulukuru
5f5fbf49b6bdrm: Sync the DRM_SET_CLIENT_CAP ioctl definitionv2: SET_CAP -> SET_CLIENT_CAP renaming Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Damien LespiauDamien Lespiau
24a14d6419fdrm: Synchronize the stereo 3D mode flags from the kernel headersv2: stereo layouts are now an enum (Daniel Vetter) Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Daniel KurtzDaniel Kurtz
33f1f8cf3aflibdrm: Make some drm headers compatible with gcc -std=c89 -pedanticThe following minor changes were needed to these headers: * Convert // comments to /* */ * No , after final member of enum With these changes, these header files can be included by a program that is built with gcc options: -std=c89 -Werror -pedantic Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net> Signed...
Imre DeakImre Deak
245a2966a45libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONICJust add the definition according the kernel's copy of drm.h Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Dave AirlieDave Airlie
ccb75122cdbdrm: add hotspot cursor interface support.Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
Laurent PinchartLaurent Pinchart
5f74733530akms: Return a negative error code in kms_bo_create()The function returns returns 0 on success or a negative value in case of an error, except when given invalid attributes in which case it returns the positive EINVAL value. Replace that with -EINVAL to allow the caller to detect errors with a < 0 check. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: sriniv...
Daniel KurtzDaniel Kurtz
5986e020c15drm: Fix error message in drmWaitVBlankIf clock_gettime did fail, it would return -1 and set errno. What we really want to strerror() is the errno. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: srinivas pulukuru <srinivas.pulukuru@ti.com>
srinivas pulukurusrinivas pulukuru
19087e509dbmodetest: add support for modetestadded support for scaling, window coordinates, refresh rate for mode setting Added other options such as Query options: -c list connectors -e list encoders -f list framebuffers -p list CRTCs and planes (pipes) Test options: -P <crtc_id>:<w>x<h>[+<x>+<y>][*<scale>][@<format>] set a plane -s <connector_id>[,<connector_id>][@...
Hemant HariyaniHemant Hariyani
aeaa7d3d78fomap: Add DRM_RDWR flag to dmabuf exportAllows mmap on dmabuf fd with MAP_SHARED and PROT_WRITE. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
Hemant HariyaniHemant Hariyani
b3ac4b3a8a1libdrm: Add define for DRM_RDWRmmap requires O_RDWR to be set if MAP_SHARED is requested with PROT_WRITE. Adding DRM_RDWR (defined as O_RDWR) as a valid flag that can be passed to DRM_IOCTL_PRIME_HANDLE_TO_FD for buffers that need required mapping. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
Tony ZlatinskiTony Zlatinski
b1da92efe6dOMAPKMSLIB: Fixed the KMS Lib alloc/free/map
Tony ZlatinskiTony Zlatinski
9061a8f14d6DRMKMS: fix the makefile to omapdrm
Tony ZlatinskiTony Zlatinski
e0bf30f3420DRM-KMS: Android support of libdrm
Nikhil DevshatwarNikhil Devshatwar
3cb54050841DEBIAN: debianization
Vincent StehléVincent Stehlé
91f7a8be1ccAdd omapdrm module to kmstest and vbltestSigned-off-by: Vincent Stehlé <v-stehle@ti.com>
Vincent StehléVincent Stehlé
623ed288936gitignoreSigned-off-by: Vincent Stehlé <v-stehle@ti.com>
Jesse BarnesJesse Barnes
2041b4bb1cfintel: add more VLV PCI IDs
Thierry RedingThierry Reding
7264168c506man: Fix typo and use $() for make expressionsDue to the typo, none of the .xml files would end up in the release tarball and cause make distcheck as well as builds from the tarball to fail. Using $() isn't strictly necessary but other variables and expressions use that variant already so it makes the usage consistent. Reviewed-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Michel DänzerMichel Dänzer
35779fe814bradeon: Fix 1D tiling layout on SI.Very similar to Evergreen, but slightly different rules for tile / slice alignment. Fortunately, these map quite naturally onto the previous fixes for linear aligned layout on SI. 2D tiling still needs more work here and possibly in the kernel. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
David HerrmannDavid Herrmann
0c72cc8e668man: fix manpage build instructionsThis fixes all the out-of-tree build-failures with manpages and uses a .man_fixup file to avoid overriding man-pages on every build. Manpages are only built if xsltproc is found and the stylesheets are available locally. You can disable building manpages with --disable-manpages so the quite expensive xsltproc procedure can be skipped. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Maarten LankhorstMaarten Lankhorst
bd0c5c20181nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pcSigned-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Vincent Penquerc'hVincent Penquerc'h
87478683050omap: release lock also on error pathsSigned-off-by: Rob Clark <rob@ti.com>
Nikhil DevshatwarNikhil Devshatwar
91d114f8ba0libdrm 2.4.37 nouveau 1
Nikhil DevshatwarNikhil Devshatwar
e3b9911484cbuild against librt
Nikhil DevshatwarNikhil Devshatwar
a30caaea1d6default perms
Maarten LankhorstMaarten Lankhorst
007bff7a034configure.ac: bump version to 2.4.41 for release
Ben SkeggsBen Skeggs
c41b494c47fnouveau: expose channel engine selection on kepler chipsetsv2: Take Maarten Lankhorst's suggestion of nesting the struct to prevent sizeof() issues due to padding on older revisions. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Marcin SlusarzMarcin Slusarz
9e6f96a579flibdrm_nouveau.pc: don't include I${includedir}/nouveauNouveau headers are installed in I${includedir}/libdrm.
Chris WilsonChris Wilson
fdda97007b1intel: Remove the fence count contributions when clearing relocsAs we clear the relocs from the bo, we also need to clear the contribution of the reloc_target_bo from the fence count. Otherwise they are leaked and prevent any further relocations being added to the bo.
Jesse BarnesJesse Barnes
1dbd873700fman: disable man page building until David saves us allI must have botched something in the push of the xml switchover, since I now get errors when building the pages and aliases. Just disable for now.
David HerrmannDavid Herrmann
fd6b369d39bman: add drm-memory overview pageThis adds an overview page that describes Dumb-Buffers, TTM and GEM. It does not describe chipset-specific features. You should do that in the driver-manpages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
David HerrmannDavid Herrmann
8cd0c131df2man: add drm-kms overview pageThis is an overview page for KMS. It is again targeted at novice users that need redirection to the correct function man-pages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
David HerrmannDavid Herrmann
0a766a5388bman: add drm.7 overview pageThe drm.xml file compiles to drm.7 and is meant as a global overview page for libdrm. It is targeted to new users of libdrm and redirects to all other main man-pages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
David HerrmannDavid Herrmann
6b7e45c7516man: convert manpages to XML instead of plain troffIf we want to use the manpages in external documentation other than normal manpages, we should rather use XML. Furthermore, almost no-one knows troff today, anyway, and XML allows others to easily add more pages without having to learn troff. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Ben SkeggsBen Skeggs
891517f5111nouveau: disallow pushbuf BOs in multiple memory typesUnder certain circumstances it's possible for libdrm to decide to move a GART|VRAM pushbuf to be VRAM-only. This causes the kernel to reject the command submission on GF8 and up, due to a stricter policy where buffers are only allowed to move to memory types that were specified at creation time. The simplest fix for this is to force the creation-time memory type for the lifetime of the push b...
Maxime VillardMaxime Villard
baf0a7daafclibkms: return -EINVAL on fstat errorOn error fstat return -1, instead return -EINVAL to caller Signed-off-by: Maxime Villard <rustyBSD@gmx.fr> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Maxime VillardMaxime Villard
1f4b5e11e63libkms: fix memory leak in error pathSigned-off-by: Maxime Villard <rustyBSD@gmx.fr> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Jerome GlisseJerome Glisse
0980633afd9drm/radeon: track global bo name and always return the sameTo avoid kernel rejecting cs if we return different global name for same bo keep track of global name and always return the same. Seems to fix issue with suspend/resume failing and repeatly printing following message : [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -35! There might still be way for a rogue program to trigger this issue. Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Alex DeucherAlex Deucher
171666e4b81radeon: add new SI pci idSigned-off-by: Alex Deucher <alexdeucher@gmail.com>
David ShaoDavid Shao
7d42b49c0cfintel: Fix missing ETIME on BSD operating systemsOriginally posted to Free Desktop bug #52549 by David Shao. Resolves Gentoo Bug #433403. Commit message by Richard Yao. Reviewed-by: Richard Yao <ryao@gentoo.org> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> References: https://bugs.freedesktop.org/show_bug.cgi?id=52549 Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Marek OlšákMarek Olšák
e01d68f9f3aconfigure.ac: bump version to 2.4.40 for release
Dave AirlieDave Airlie
2089a0080edfix make distchecktypo, Reported-by: mareko on irc Signed-off-by: Dave Airlie <airlied@redhat.com>
Marek OlšákMarek Olšák
e32fff8e9earadeon: fix tile_split of 128-bit surface formats with 8x MSAAThe calculation led to the number 8192, which is too high. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Andreas BollAndreas Boll
bc494b310d7radeon: fix unused-function warningradeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Alex DeucherAlex Deucher
a4cb7233a8dradeon: add some new SI pci idsSigned-off-by: Alex Deucher <alexander.deucher@amd.com>
Rob ClarkRob Clark
e81acf51013initialize width/height fields in drmModeCrtcIf we have valid timings, we can at least set width/height to *something*, which is I think at least less confusing than always seeing width/height of zero. At least modeprint and modetest seem to expect width/height to mean something. Signed-off-by: Rob Clark <rob@ti.com>