|
From: GitLab M. <git...@ke...> - 2025-11-02 02:45:46
|
Tag 'amd-ese-por-2.4.68-2016.10' created by Tamil Velan Jayakumar <Tam...@am...> at 2016-08-26 16:15 +0000
amdgpu ese NPI POR driver 2016.10
Changes since libdrm-2.4.67:
Chih-Wei Huang (1):
android: add virgl to be a valid driver
Daniel Vetter (7):
headers: Remove _DRM_GEM
tests/kms-steal-crtc: Use correct includes
headers: Update drm_i915.h
headers: Update drm_sarea.h
headers: Update drm_fourcc.h
headers: Update drm_mode.h
headers: Update drm.h
Emil Velikov (1):
proptest: print signed values correctly
Eric Engestrom (6):
amdgpu: Fix spelling mistakes
exynos: Fix spelling mistake
freedreno: Fix spelling mistakes
intel: Fix spelling mistakes
tests: Fix spelling mistakes
xf86drm: Fix spelling mistakes
Gustavo Padovan (3):
tests: add virtio_gpu to the driver list
gitignore: ignore kms-steal-crtc and kms-universal-planes
modetest: print signed values correctly
Kenneth Graunke (1):
Bump version for release
Michał Winiarski (1):
intel/skl: Add missing SKL PCI IDs
Nicolas Dechesne (1):
freedreno: add dummy fd_bo_from_fbdev implementation when KGSL is disabled
Rob Clark (3):
add libdrm_vc4.pc to .gitignore
freedreno: update uapi
freedreno: add support for FD_TIMESTAMP
Rodrigo Vivi (1):
intel: Adding missing Broxton PCI IDs.
Sonny Jiang (1):
amdgpu/tests: fix tests for asics with one VCE instance
Thierry Reding (1):
tegra: Sync with Linux kernel UAPI header
Thomas Hellstrom (1):
vmwgfx: update uapi
---
.gitignore | 3
amdgpu/amdgpu.h | 4
configure.ac | 2
exynos/exynos_drm.c | 2
freedreno/freedreno_bo.c | 7
freedreno/freedreno_drmif.h | 1
freedreno/kgsl/kgsl_drm.h | 2
freedreno/kgsl/kgsl_pipe.c | 1
freedreno/kgsl/msm_kgsl.h | 4
freedreno/msm/msm_drm.h | 1
freedreno/msm/msm_pipe.c | 2
include/drm/drm.h | 68 +--
include/drm/drm_fourcc.h | 17
include/drm/drm_mode.h | 170 +++++---
include/drm/drm_sarea.h | 2
include/drm/i915_drm.h | 43 +-
include/drm/tegra_drm.h | 3
include/drm/vmwgfx_drm.h | 792 ++++++++++++++++++++++++++++++--------
intel/intel_bufmgr_fake.c | 2
intel/intel_bufmgr_gem.c | 2
intel/intel_chipset.h | 30 +
intel/intel_decode.c | 2
intel/tests/gen5-3d.batch-ref.txt | 2
intel/tests/gen6-3d.batch-ref.txt | 2
libkms/Android.mk | 2
tests/amdgpu/basic_tests.c | 6
tests/amdgpu/vce_tests.c | 20
tests/kms/kms-steal-crtc.c | 1
tests/modetest/modetest.c | 2
tests/proptest/proptest.c | 2
tests/util/kms.c | 1
xf86drm.c | 2
xf86drmMode.c | 2
33 files changed, 919 insertions(+), 283 deletions(-)
---
|