Age | Commit message (Collapse) | Author | Files | Lines |
|
Jammy Zhou (3):
amdgpu: improve amdgpu_vamgr_init
amdgpu: add flag to support 32bit VA address v4
amdgpu: make vamgr per device v2
Michel Dänzer (2):
tests/amdgpu: Include config.h first
tests/amdgpu: Remove unused local variable 'i'
Rob Clark (6):
freedreno/msm: reorg ringbuffer struct
freedreno/msm: fix issue where same bo is on multiple rings
freedreno/msm: dump out submit info on error
freedreno: add fd_pipe_wait_timeout()
freedreno: update freedreno-symbol-check
Bump version for release
Thierry Reding (3):
tests: modetest: Accept connector names in addition to connector IDs
libdrm: Remove gratuitous blank lines
libdrm: Make indentation consistent
|
|
|
|
Libdrm 2.4.63 has been released. It contains the new libdrm_amdgpu library.
Alan Coopersmith (1):
include <sys/types.h> & <sys/mkdev.h> directly for major() and minor()
Alex Deucher (10):
drm: consolidate common list implementations (v2)
drm: add util_math.h
drm: add libdrm_amdgpu (v7)
drm: add tests/amdgpu (v3)
amdgpu: update to the latest kernel header
fix configuration when amdgpu is disabled
fix amdgpu cunit configure test harder
move up cunit workaround for ubuntu/debian
add a note about which version of cunit is fixed for debian/ubuntu
radeon: add new OLAND pci id
Alexandr Akulich (1):
libdrm/amdgpu: Fixed drm.h include.
Anuj Phogat (2):
i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal()
Set alignment value in drm_intel_add_validate_buffer()
Chris Wilson (1):
drm: Detect no-op drmModeAtomicRequest and return early
Christian König (16):
amdgpu: cleanup public interface v2
amdgpu: add public bo list interface v3
amdgpu: compare the primary device names instead
amdgpu: remove bo_vas hash table v2
amdgpu: add helper for VM mapping v2
amdgpu: stop checking flag masks
amdgpu: explicitly unmap GPU mapping on BO destruction
amdgpu: remove flink export workaround v2
amdgpu: cleanup VA IOCTL handling
amdgpu: remove pointer arithmetic from command submission
amdgpu: add CS dependencies v2
gitignore: add some generated amdgpu files
amdgpu: cleanup public interface style
amdgpu: remove reference to AMD specific error codes
amdgpu: use common fence structure for dependencies as well.
amdgpu: fix bs buffer size for vce test
Emil Velikov (15):
configure: default --enable-valgrind to auto
freedreno: zero is a valid fd number, treat it as such
omap: zero is a valid fd number, treat it as such
xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}
Consistently check the fd value
man: remove .man_fixup workaround
Force enable amdgpu for the dist build/check.
amdgpu/util_hash: hide private symbols from global namespace
amdgpu/util_hash_table: hide private symbols from global namespace
amdgpu: add a bunch of missing config.h includes
amdgpu: cosmetic chances in license boilerplate
amdgpu: squash trivial documentation typo
amdgpu/amdgpu_vamgr: hide private symbols from global namespace
amdgpu: hide the final internal functions from global namespace
amdgpu: add symbols check test
Jack Xiao (2):
amdgpu: fix round down/up page size error
amdgpu: add zero timeout check in amdgpu_cs_query_fence_status
Jammy Zhou (24):
amdgpu: remove active_rb_pipes from amdgpu_gpu_info
amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC
amdgpu: fix 32-on-64 support (v2)
amdgpu: add ctx_id for wait_cs
amdgpu: reuse the kernel IB flags v2
amdgpu: validate the upper limit of virtual address v2
amdgpu: fix the number of IB size enums
amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITY
amdgpu: replace alloca with calloc v2
amdgpu: add amdgpu_bo_list_update interface v2
amdgpu: add IB sharing support v2
tests/amdgpu: add shared IB submission test v2
amdgpu: get rid of IB pool management v3
tests/amdgpu: manage IB in client side
amdgpu: add amdgpu_query_gds_info
amdgpu: cleanup gds specific alloc/free functions
amdgpu: merge amdgpu_drm.h from kernel
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
amdgpu: improve the amdgpu_cs_query_fence_status interface
drm: fix the ALIGN macro to avoid value clamp
tests/amdgpu: remove the duplicate IB allocation for VCE test
amdgpu: add flags parameter for amdgpu_va_range_alloc
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
amdgpu: expose the PCI revision ID
Jonathan Gray (3):
xf86drmMode: Implement drmCheckModesettingSupported() for OpenBSD
xf86drm: correct the OpenBSD DRM_MAJOR define
xf86drm: use the correct device minor names on OpenBSD
Joonyoung Shim (1):
Build vbltest irrespective of the presence of libudev.
Julien Cristau (1):
Fix headers inclusion in xf86drmMode.c
Ken Wang (8):
amdgpu: make vamgr global
amdgpu: add max_memory_clock for interface query
amdgpu: add vram_type and vram_bit_width for interface query
amdgpu: add ce_ram_size for interface query
amdgpu: add ib_start_alignment and ib_size_alignment for interface query
amdgpu: add base_preferred parameter to amdgpu_vamgr_find_va
amdgpu : move management of user fence from libdrm to UMD
test/amdgpu : fix a bug in VCE/UVD test introduced by previous change
Kristian Høgsberg Kristensen (1):
intel: Drop aub dumping functionality
Leo Liu (2):
tests/amdgpu: implement VCE unit tests
amdgpu: add VCE harvesting instance query
Marek Olšák (15):
amdgpu: implement amdgpu_cs_query_reset_state
amdgpu: fix a valgrind warning
amdgpu: add new AMDGPU_TILING flags
amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT
amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BO
amdgpu: remove amdgpu_ib
amdgpu: remove amdgpu_ib helpers
amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer list
amdgpu: allow exporting KMS handles with render nodes
amdgpu: use alloca and malloc in critical codepaths (v2)
amdgpu: fix valgrind warnings
amdgpu: fix double mutex_unlock in amdgpu_bo_import
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
amdgpu: check the user fence only if the IP supports user fences
Bump version for release
Mario Kleiner (1):
libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ZaphodHeads. (v2)
Michel Dänzer (4):
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths
amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Sabre Shao (2):
amdgpu: add va allocation intefaces
amdgpu: add va range query interface
Tapani Pälli (3):
remove usage of 'c_plusplus' preprocessor macro
intel: wrap intel_bufmgr.h C code for C++ compilation/linking
modeprint: cleanup, remove compile warnings
monk.liu (7):
amdgpu: support non-page-aligned userptr
amdgpu: add missing mutex lock/unlock pair
amdgpu: fix an error of bo_list handler
amdgpu: do not call BO_LIST ioctl when no resource referred
amdgpu: fix segfault when resources are NULL
amdgpu: fix code alignment
amdgpu: fix vamgr_free_va logic
|
|
This release introduces the atomic and blob APIs, adds support
for new devices (AMD Bonaire) and a new flag for coherent BOs
in nouveau.
Alex Deucher (1):
radeon: add new bonaire pci id
Alexandre Courbot (1):
nouveau: add coherent BO attribute
Boris BREZILLON (2):
modetest: add atmel-hlcdc driver support
tests/kmstest: support atmel-hlcdc
Damien Lespiau (1):
intel: Add the Broxton PCI IDs
Daniel Stone (1):
Add blob property create/destroy ioctl wrappers
Emil Velikov (7):
modetest: explicitly zero the newly allocated memory
modetest: replace malloc + memset with calloc
xf86drm: simplify drmMalloc/drmFree
Revert "Add device enumeration interface (v4)"
xf86drmMode: remove unused valgrind(VG) macros
xf86drmMode: include config.h before anything else
configure.ac: bump version to 2.4.62 for release
Guillaume Desmottes (1):
drmPrime*: initialize output args to 0
Ilia Mirkin (1):
nouveau: add asserts to make sure krefs are there
Jammy Zhou (1):
Fix one warning (v2)
Matt Turner (1):
configure: Add flag to disable valgrind support.
Tobias Jakobi (11):
modetest: make middle SMPTE colors transparent
modetest: only select plane with matching format
exynos: fimg2d: fix return codes
tests/exynos: replace return by break
exynos/fimg2d: simplify g2d_fini()
tests/exynos: clean struct connector
tests/exynos: remove unused define
tests/exynos: remove struct fimg2d_test_case
tests/exynos: simplify drm_set_crtc
tests/exynos: remove connector_find_plane
tests/exynos: handle G2D_IMGBUF_COLOR in switch statements
Ville Syrjälä (1):
Support atomic modesetting ioctl
frank (1):
Add device enumeration interface (v4)
|
|
Release to fix regression in nouveau in 2.4.60,
but brings lots of android changes and other fixes.
Ben Skeggs (2):
nouveau: restore check that avoids multiple user bos per kernel bo
configure.ac: bump version to 2.4.61 for release
Chih-Wei Huang (3):
android: simplify the including rule of subdirs
android: get rid of LIBDRM_TOP
android: remove unnecessary TARGET_OUT_HEADERS variable
Chris Wilson (2):
mode: Retrieve only the current information for a Connector
intel: Delay testing for userptr until first use
Connor Behan (1):
xf86drm: Fix ioctl struct clearing in drmAgpEnable
Damien Lespiau (3):
RELEASING: Fix releasing instructions to match the latest release.sh
RELEASING: Fix the step numbering
RELEASING: Fix annouce typo
Daniel Kurtz (3):
proptest: install it with --enable-install-test-programs
tests: add rockchip to modetest, kmstest, vbltest and proptest
xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic
Emil Velikov (39):
android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
android: simplify LOCAL_C_INCLUDES
android: remove ${srcdir} from the includes
android: remove LOCAL_COPY_HEADERS* variables
android: add the missing tag "optional" to libkms
autotools: remove ${srcdir} from the includes
android: remove explicit include to libpciaccess
tests/hash: extract test out of xf86drmHash.c
tests/hash: misc compilation fixes
tests/hash: style fixes
tests/hash: return non-zero on failure
tests/random: extract test out of xf86drmRandom.c
tests/random: return non-zero on test failure
drm: replace HASH_DEBUG with DEBUG
drm: use correct printf modifiers
configure.ac: split -fvisibility and __attribute__((visibility)) checks
radeon: move bof.[ch] out of libdrm_radeon
radeon: add symbols test
freedreno: annotate the private symbols
freedreno: add symbols test
intel: remove the drm_mm* symbol workarounds
intel: remove unused mmFindBlock
intel: annotate the private symbols
intel: add symbols test
nouveau: annotate the private symbols
nouveau: add symbols test
libkms: annotate private symbols
libkms: add symbols test
exynos: add symbols test
omap: add symbols test
tegra: add symbols test
drm: rename libdrm{,_macros}.h
drm: remove no longer needed VISIBILITY_CFLAGS
drm: remove drm_public macro
configure: request/set the compiler in C99 mode
drm: use c99 __func__ over __FUNCTION__
man: rework the Makefile.am
android: set the HAVE_VISIBILITY define
freedreno: link against CLOCK_LIB
Greg Hackmann (1):
Add missing <strings.h> includes
Jan Vesely (5):
Fix unused function warnings
Remove drmSetDebugMsgFunction and related infrastructure
tests/exynos: Fix missing static keyword
drmSL: Fix neighbor lookup
tests/drmsl: Extract tests out of xf86drmSL.c
Joonyoung Shim (6):
modetest: fix Segmentation fault
modetest: make use of drmModeRmFB
modetest: fix the error path handling
modetest: clear buffer and framebuffer for planes
modetest: destroy the cursor bo
modetest: fix the arguments of the MAKE_RGB_INFO define
Neil Roberts (1):
intel: Merge latest i915_drm.h
Rob Clark (2):
modeprint: add missing encoder/connector type names
modetest: fix allocation for yuv420/yvu420
Tobias Jakobi (1):
modetest: initialize handles/pitches in set_plane()
Tvrtko Ursulin (1):
intel: Leak the userptr test bo
|
|
a suitable
KMS module is loaded. Resolves build issue.
Patch obtained from FreeBSD ports.
Reviewed by wiz@ bsiegert@
|
|
|
|
Alan Coopersmith (2):
Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h
On Solaris, #include <sys/mkdev.h> in xf86drm.c
Chih-Wei Huang (1):
android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
Damien Lespiau (1):
build: Bump version number to 2.4.60 before release
Daniel Vetter (7):
intel: Unconditionally clear ioctl structs
xf86drmMode: Unconditionally clear ioctl structs
drm: use drmIoctl everywhere
xf86drm: Unconditionally clear ioctl structs
tests: remove intel-specific tests
xf86drm: Fix ioctl struct clearing in drmGetVersion
Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"
Emil Velikov (21):
libdrm: fix the Android 64bit build
autotools: add AM_DISTCHECK_CONFIGURE_FLAGS
exynos_fimg2d_test: fix implicit funciton declaration errors
tests: fix implicit funciton declaration errors
autotools: add WARN_CFLAGS to all targets
tests: remove unused variables
exynos_fimg2d_test: remove unused variables
tests/radeon: set the list* functions as inline
automake: wrap an insanely long line
configure: omap, freedreno and tegra require atomics
configure: update help strings
automake: drop the NULL variable from the makefile
tests: move the SUBDIR at the top of the makefile
tests: automake: keep the libs link at the final stage
drm: add drmGet(Primary|Render)DeviceNameFromFd functions
modetest: include into the build when libkms is not selected.
configure: Stop using AM_MAINTAINER_MODE
autogen.sh: handle out-of-tree invokation
configure.ac: fix host_cpu/atomics detection
configure.ac: fix help string copy/pasta
configure.ac: error out if building freedreno_kgsl without freedreno
Frank Binns (3):
Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY
Add new drmOpenRender function
Add new drmGetNodeTypeFromFd function
Hyungwon Hwang (2):
exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls
exynos: remove DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls
Jammy Zhou (2):
Add new drmOpenWithType function (v4)
Add new drmOpenOnceWithType function (v2)
Jan Vesely (7):
random: Use unsigned long for seed
Fix gcc -Wextra warnings
tests: String literals are const char *
Fix type-limits, pointer-arith and sign-compare warnings
dristat: Handle DRM_CONSISTENT
Fix unused, and unused-but-set variables warnings
Add static qualifier to local functions
Jeff McGee (1):
intel: Export total subslice and EU counts
Jerome Glisse (1):
nouveau: fix unlock nouveau_bo_name_ref()
Kristian Høgsberg (1):
intel: Fix documentation for drm_intel_gem_bo_wait()
Maarten Lankhorst (4):
Add atomic_inc_return to atomics.
Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_test
nouveau: make nouveau importing global buffers completely thread-safe, with tests
nouveau: Do not add most bo's to the global bo list.
Philipp Zabel (1):
tests: add support for imx-drm
Thomas Klausner (4):
Fix libdrm's atomic_dec_and_test on Solaris.
Add NetBSD atomic ops support.
intel: Only define variable when it's used.
nouveau: Remove unused static function.
Tobias Jakobi (18):
exynos: replace G2D_DOUBLE_TO_FIXED macro with function
tests/exynos: fix typos and change wording
tests/exynos: disable the G2D userptr/blend test
tests/exynos: introduce wait_for_user_input
exynos: introduce g2d_add_base_addr helper function
tests/exynos: improve error handling
exynos: fimg2d: remove TRUE/FALSE from header
exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLOR
exynos: fimg2d: unify register style
exynos: fimg2d: introduce G2D_OP_INTERPOLATE
exynos: fimg2d: whitespace fix in g2d_flush
tests/exynos: fimg2d: add a checkerboard test
exynos: add g2d_scale_and_blend
exynos: honor the repeat mode in g2d_copy_with_scale
exynos: use structure initialization instead of memset
exynos: add exynos prefix to fimg2d header
exynos: add fimg2d header to common includes
exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLOR
|
|
|
|
- Add freedreno stuff to PLIST.
- Use ${CROSS_DESTDIR} in exists(/usr/...) test.
|
|
Adam Cheney (1):
Add new DRM_MODE_CONNECTOR and _ENCODER defines
Chris Wilson (1):
intel: Avoid overcounting fences when emitting self-referential relocs
Damien Lespiau (3):
intel/skl: Add SKL PCI ids
intel/skl: Add gen9 to the buffer manager init
intel/skl: add gen9 to the CS decoding init
Dave Airlie (1):
radeon: align r600/700 fmask to 128 X blocks.
Jasper St. Pierre (1):
modetest: Use threads for cursors instead of SIGALRM
Laurent Pinchart (1):
modetest: Allocate dumb buffers with the correct bpp
Maarten Lankhorst (2):
only enable support for freedreno on arm automatically
configure.ac: bump version to 2.4.59 for release
Michel Dänzer (1):
radeon: Always multiply pitch_bytes by nsamples, not by slice_pt
Paulo Zanoni (1):
tests: add proptest
Rob Clark (6):
freedreno: do handle lookup on handle and dmabuf import
modetest: universal plane support
modetest: alpha buffers
update signed/object prop types
configure/freedreno: make KGSL support optional
configure/freedreno: enable freedreno by default
Thierry Reding (6):
libdrm: Add NVIDIA Tegra support
tegra: Add simple test for drm_tegra_open()
tegra: Add GET/SET_TILING IOCTLs
tegra: Add SET/GET_FLAGS IOCTLs
tegra: Implement drm_tegra_bo_{get,set}_flags()
tegra: Implement drm_tegra_bo_{get,set}_tiling()
Thomas Meyer (1):
intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0
Ville Syrjälä (1):
modetest: Print newline for empty blobs
Zhenyu Wang (1):
intel: Fix GTT entry setup for aub dump
|
|
Never needed on NetBSD-5 and -6; and chuq improved mmap in NetBSD-7
and -current, so it's not needed there any longer either.
Confirmed by mrg.
Bump PKGREVISION.
|
|
and tested by chs.
Bump PKGREVISION.
|
|
2.4.58:
Rob Clark (3):
fix compile error on 32bit systems
more compile fix
configure.ac: bump version to 2.4.58 for release
2.4.57:
Alex Deucher (2):
radeon: add new CIK pci ids
radeon: add new SI pci ids
Benjamin Gaignard (1):
modetest: Add support of STI driver
Damien Lespiau (1):
intel: Don't leak the test page in an has_userptr() error path
Emil Velikov (27):
all: include config.h only when available and use its defines
libkms: remove explicit define _FILE_OFFSET_BITS 64
libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources
libdrm,intel: Add Android build
libdrm,intel: rework android header handling
radeon: add Android build support
nouveau: add Android build support
freedreno: add Android build support
android: add CleanSpec.mk
freedreno: fd_bo_from_handle() remove duplicate declaration
automake: remove obsolete makefiles
Remove i810_drm.h and i830_drm.h from the distribution tarball
automake: fix 'make commit-headers'
configure: unconditionally check for atomic ops/primitives
libkms: build the intel backend only when needed
libkms: move sources lists to makefile.sources
libkms: add Android build
modetest: move sources lists to makefiles.sources
modetest: add Android build
automake: pick up all files for distribution.
Add private mmap/munmap wrappers
drm: use drm_mmap/drm_munmap wrappers
libkms: use drm_mmap/drm_munmap wrappers
nouveau: use drm_mmap/drm_munmap wrappers
radeon: use drm_mmap/drm_munmap wrappers
freedreno: use drm_mmap/drm_munmap wrappers
intel: use drm_mmap/drm_munmap wrappers
François Tigeot (1):
drm: Implement drmCheckModesettingSupported() for DragonFly
Lionel Landwerlin (4):
atomic: add atomic_add_unless()
intel: make bufmgr_gem shareable from different API
intel: make bo_unreference() thread safe
intel: make drm_intel_gem_bo_get_reloc_count() thread safe
Maarten Lankhorst (6):
nouveau: Only export public functions.
radeon: Use symbol visibility.
intel: Use symbol visibility.
omap: Use symbol visibility.
freedreno: Use symbol visibility.
exynos: Use symbol visibility.
Maks Naumov (1):
radeon: Fix surf->bankh init by default value when surf->tile_split == 0
Rafal Sapala (1):
intel: Adding locks for drm objects synchronization.
Rob Clark (2):
freedreno: add dmabuf import/export helpers
configure.ac: bump version to 2.4.57 for release
Thierry Reding (1):
configure: Support symbol visibility when available
Tvrtko Ursulin (1):
intel: Add support for userptr objects
|
|
Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU.
Andreas Boll (1):
libdrm: Fix drm.h include in qxl drm header file
Marek Olšák (2):
radeon: fix typo in sample split / fixes MSAA on Hawaii
configure.ac: bump version to 2.4.56 for release
|
|
Damien Lespiau (2):
intel: Sync the command parser version parameter from kernel
intel: Sync typo fix from the kernel sources.
Daniel Kurtz (8):
eyxnos: install exynos tests if HAVE_INSTALL_TESTS
exynos: fix two warnings
exynos_fimg2d: fix cast from pointer to integer of different size
exynos: remove unusable "run" target
exynos_fimg2d_test: fix drmModeRmFB
exynos: prime: use drmPrime*() helpers
exynos: removed unused fd field
drmOpenByName: remove redundant drmAvailable check
Maarten Lankhorst (2):
exynos: do not build fimg2d_test when building without libkms support.
bump to version 2.4.55 for release
Matt Roper (1):
drm: Add universal plane capability bit and plane type enums
Rob Clark (2):
freedreno: sync kernel header
freedreno: add chip-id property
Thomas Klausner (2):
radeon: Remove superfluous parentheses.
radeon: Add missing header includes.
Tobias Jakobi (3):
exynos: fix coordinate computation in g2d_copy
exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input
exynos: fix scaling factor computation in g2d_copy_with_scale
Tvrtko Ursulin (1):
intel: Add new userptr ioctl
|
|
Based on similar patch for xsrc from Taylor R Campbell.
Bump PKGREVISION.
|
|
|
|
Alex Deucher (1):
bump version to 2.4.54 for release
Daniel Kurtz (1):
Use signed location for drmModeSetPlane
Maarten Lankhorst (2):
nouveau: safen up nouveau_device list usage against concurrent access
amend previous commit to actually compile
Rob Clark (2):
modetest: add cursor support
freedreno: add missing fxn prototype
Samuel Li (2):
radeon: add Mullins chip family
radeon: add Mullins pci ids
Thierry Reding (4):
Mark functions printf-like where possible
intel: Fix some format strings
libdrm: Remove extraneous parameter
tests: Use drmFreeVersion() instead of drmFree()
Ville Syrjälä (1):
intel/chv: Add Cherryview PCI IDs
|
|
Fixes packaging on FreeBSD 9.1.
|
|
|
|
|
|
Libdrm 2.4.53 has been released.
Emil Velikov (1):
freedreno: do not leak drmVersion
François Tigeot (1):
Enable libkms by default on DragonFly
Lucas Stach (1):
modeprint: pretty print connector names
Marek Olšák (2):
radeon: sync with radeon_drm.h from kernel headers
Bump version to 2.4.53 for release
Rob Clark (6):
freedreno: fix license
freedreno: some msm-ring reset/flush fixes
freedreno: simplify device creation
freedreno: fix null ptr in error path
freedreno/kgsl: don't even bother trying CREATE_FD
freedreno: zero out unused field
Robert Millan (1):
drm: Implement drmCheckModesettingSupported() for FreeBSD
|
|
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
|
Ben Widawsky (3):
intel: squash unused variable 'bo_gem'
intel: Handle malloc fails in context create
intel: Merge latest i915_drm.h
Eric Anholt (2):
drm: Initialize or valgrind-clear modesetting ioctl arguments.
intel: Track whether a buffer is idle to avoid trips to the kernel.
Hyungwon Hwang (1):
tests/kmstest: support exynos
Keith Packard (1):
Mark debug_print with __attribute__ ((format(__printf__, 1, 0)))
Kenneth Graunke (2):
intel: Create a new drm_intel_bo offset64 field.
Bump the version to 2.4.52
Rob Clark (1):
freedreno: add fd_device_new_dup()
Vincent ABRIOU (1):
modetest: add the possibility to select the refresh frequency for a mode
|
|
Alex Deucher (2):
radeon: avoid possible divide by 0 in surface manager
radeon: fix sumo2 pci id
Damien Lespiau (2):
gitignore: Ignore various generated files
intel/test_decode: Allow gen8 to be infered from the batch filenames
Rob Clark (4):
freedreno: add bo cache
freedreno/kgsl: fix crash introduced w/ bo-cache
freedreno: allow IB to different ringbuffer
Bump the version to 2.4.51
|
|
|
|
libdrm 2.4.50 has been released. It fixes a critical bug for Radeon
Southern Islands GPUs.
Keith Packard (1):
intel: Track known prime buffers for re-use
Marek Olšák (1):
Bump the version to 2.4.50
Michel Dänzer (1):
radeon: Update unaligned offset for 2D->1D tiling transition on SI
|
|
A new version of libdrm has been released. It adds support for 2D
tiling for Sea Islands Radeon GPUs and fixes bugs.
Ian Romanick (1):
intel: Use memset instead of VG_CLEAR
Marek Olšák (3):
radeon: implement 2D tiling for CIK
radeon: handle P16 pipe configs for Hawaii
Bump the version for release
Michel Dänzer (2):
radeon: fix mipmap level 0 and 1 alignment for SI and CIK
radeon: don't overallocate stencil by 4 on SI and CIK
Thomas Hellstrom (1):
libdrm/mode: Update the encoder and connector defines
|
|
A new version of libdrm has been released. The main motivation for this
release is the addition of the reset status query ioctl for the Intel
kernel module. Access to this ioctl will be necessary for Mesa 10.0.
Alex Deucher (2):
radeon: add hawaii chip family
radeon: add hawaii pci ids
Ben Widawsky (2):
intel/bdw: Add broadwell chipset IDs
intel/bdw: Handle gen8 bufmgr_init
Damien Lespiau (2):
intel/bdw: Add gen8 to the decode init
intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps
Dave Airlie (1):
Revert "intel: Add support for GPU reset status query ioctl"
Ian Romanick (3):
intel: Add support for GPU reset status query ioctl
intel: Add support for GPU reset status query ioctl
libdrm: bump to 2.4.48
Keith Packard (1):
Add DRM_MODE_PAGE_FLIP_ASYNC define
Kenneth Graunke (3):
intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.
intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.
intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.
Maarten Lankhorst (1):
nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8
|
|
announcement. This has been fixed, the matching distfiles are now available.
The contents did not change at all (says Ben, and diff.
Set DIST_SUBDIR and update distinfo.
|
|
Alex Deucher (2):
radeon: add berlin pci ids
radeon: pad CS to 8 DW
Ben Widawsky (1):
libdrm: bump to 2.4.47
Chia-I Wu (1):
intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3):
drm: Synchronize the stereo 3D mode flags from the kernel headers
drm: Sync the DRM_SET_CLIENT_CAP ioctl definition
drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1):
libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6):
tests/*version: add missing string.h header
tests/modetest: silence compiler warning about uninitialised variables
freedreno: use local drm.h over the system one
freedreno: set automake options to include subdir-objects
intel: Update package name and description in libdrm_intel.pc
configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2):
modetest: add a -D option to specify a device to be used
modetest: allow setting a scaling factor when showing plane
Imre Deak (1):
libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1):
intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23):
modetest: Fix warnings
modetest: Remove extern declarations of opt(arg|ind|err|opt)
modetest: Sort command line arguments
modetest: Add a command line parameter to select the driver
modetest: Add a command line parameter to drop master after mode set
modetest: Retrieve all resources in one go
modetest: Don't limit mode set and planes to two instances
modetest: Add a command line parameter to set properties
modetest: Allow specifying plane position
modetest: Print the plane ID when setting up a plane
modetest: Remove the -m argument
modetest: Create a device structure
modetest: Compute CRTC pipe number as needed
modetest: Remove the struct connector_arg encoder field
modetest: Store the crtc in the connector_arg structure
modetest: Store the mode in the crtc structure
modetest: Give the CRTC ID to the -P option
modetest: Split mode setting and plane setup
modetest: Rename struct connector_arg to struct pipe_arg
modetest: Support pipes with multiple connectors
modetest: Try all possible encoders for a connector
modetest: Fix line stride in SMPTE YUV packet pattern generator
modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1):
radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1):
radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5):
tests: add tilcdc to modetest/vbltest
freedreno: support either kgsl or msm
freedreno: add support for msm drm
tests: add msm
freedreno: add missing NOSYNC flag
|
|
PR pkg/47948
|
|
Release because I want the cursor ioctls released,
also haswell and radeon ids.
Alex Deucher (3):
radeon: add CIK chip families
radeon: add Bonaire pci ids
radeon: add kabini pci ids
Damien Lespiau (3):
intel/aub: Sync the AUB defines with mesa's
intel/aub: Return early if we disable aub dumps
intel/aub: Implement a way to specify the output .aub filename
Dave Airlie (2):
drm: add hotspot cursor interface support.
libdrm: bump to 2.4.46
Mark Kettenis (1):
radeon: correct RADEON_GEM_WAIT_IDLE use
Rob Clark (3):
freedreno: add handle and name tracking
freedreno: add some asserts
freedreno: also remove from name table on bo delete
Rodrigo Vivi (2):
intel: Fix Haswell GT3 names.
intel: Adding more reserved PCI IDs for Haswell.
Ville Syrjälä (1):
modetest: Make RGB565 pwetty too
|
|
A new version of libdrm has been released. The main motivation for this
release is the changes in the radeon surface allocator, which helps fix
multisample textures on the Radeon Cayman family chipsets.
Alex Deucher (4):
radeon: add new SI pci ids
radeon: add new richland pci ids
radeon: add HAINAN family
radeon: add HAINAN pci ids
Dave Airlie (1):
drm: add qxl drm header file
Marek Olšák (2):
radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition
configure.ac: bump version to 2.4.45 for release
Rob Clark (3):
freedreno: add gpu-id property
Add exynos_fimg2d_test to .gitignore
freedreno: add synchronization between mesa and ddx
Xiang, Haihao (1):
intel: Add support for VEBOX ring (v2)
|
|
|
|
New release for radeonsi tiling support
Daniel Kurtz (1):
drm: Fix error message in drmWaitVBlank
Daniel Vetter (1):
intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding
Jerome Glisse (3):
radeon: update radeon_drm.h to kernel last API additions v2
radeon: add si tiling support v5
libdrm 2.4.44
Kenneth Graunke (1):
intel: Fix Haswell CRW PCI IDs.
Laurent Pinchart (2):
kms: Make libkms.h usable in C++
kms: Return a negative error code in kms_bo_create()
Maarten Lankhorst (2):
Remove unused header xf86mm.h.
makefiles: Add missing headers.
Rob Clark (1):
freedreno: add shifted reloc
Ville Syrjälä (6):
modetest: Fix pitches, somewhat
modetest: Add support for all 16/32 bpp RGB formats
modetest: Print possible_crtcs for planes
modetest: Reduce the length of the connector type string
modetest: Pass format_info to fill_tiles functions
modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering
|
|
Alex Deucher (1):
radeon: add pci ids for Richland APUs
Ben Widawsky (1):
intel_chipset: Merge intel-gpu-tools chipsets
Benjamin Gaignard (2):
tests: allow tests programs to be installed
tests: allow tests programs to be installed (cumulative patch)
Chris Forbes (1):
intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS
Inki Dae (1):
libdrm/exynos: add test application for 2d gpu.
Jerome Glisse (1):
radeonsi: make sure tile_split field are not garbage
Kenneth Graunke (1):
intel/aub: Actually run BLT batches on the blit ring.
Maarten Lankhorst (1):
configure.ac: bump version to 2.4.43 for release
Marcin Slusarz (2):
nouveau: return error from pushbuf_validate
nouveau: add a way to override single pushbuffer memory limits
Rob Clark (1): freedreno: add freedreno DRM
Ville Syrjälä (2):
intel_chipset: Use parens around macro arguments
intel_chipset: Fix up VLV confusion
|
|
|
|
Alex Deucher (2):
radeon: add OLAND family
radeon: add OLAND pci ids
David Herrmann (1):
man: fix manpage build instructions
Jesse Barnes (1):
intel: add more VLV PCI IDs
Maarten Lankhorst (3):
nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc
libdrm: remove DISTCHECK_CONFIGURE_FLAGS
configure.ac: bump version to 2.4.42 for release
Michel Dänzer (1):
radeon: Fix 1D tiling layout on SI.
Thierry Reding (1):
man: Fix typo and use $() for make expressions
|
|
Alex Deucher (1):
radeon: add new SI pci id
Ben Skeggs (2):
nouveau: disallow pushbuf BOs in multiple memory types
nouveau: expose channel engine selection on kepler chipsets
Chris Wilson (1):
intel: Remove the fence count contributions when clearing relocs
David Herrmann (4):
man: convert manpages to XML instead of plain troff
man: add drm.7 overview page
man: add drm-kms overview page
man: add drm-memory overview page
David Shao (1):
intel: Fix missing ETIME on BSD operating systems
Jerome Glisse (1):
drm/radeon: track global bo name and always return the same
Jesse Barnes (1):
man: disable man page building until David saves us all
Maarten Lankhorst (1):
configure.ac: bump version to 2.4.41 for release
Marcin Slusarz (1):
libdrm_nouveau.pc: don't include I${includedir}/nouveau
Maxime Villard (2):
libkms: fix memory leak in error path
libkms: return -EINVAL on fstat error
|
|
libdrm 2.4.40 has been released.
The reason is we need to use the radeon stencil mipmap allocator for combined
depth-stencil buffers in Mesa.
|
|
|
|
Dave Airlie (1):
radeon: add prime import/export support
Kenneth Graunke (1):
intel: Use VG_CLEAR on the context destroy ioctl as well.
Marek Olšák (3):
radeon: fix allocation of MSAA surfaces on r600-r700
radeon: align r600 msaa buffers to a multiple of macrotile size
* num samples
configure: bump version for 2.4.39 release
Tobias Klausmann (1):
tests/modetest: Add a forgotten return, needed for opensuse buildservice
Víctor Manuel Jáquez Leal (1):
omap: include omap_drm.h independently
|
|
|
|
|
|
Alex Deucher (2):
radeon: add some missing evergreen pci ids
radeon: add some new SI pci ids
Chris Wilson (1):
intel: Bail gracefully if we encounter an unknown Intel device
Cooper Yuan (1):
libdrm/exynos: padding gem_mmap structure to 64-bit aligned
Damien Lespiau (1):
intel: Remove two unused variables
Dave Airlie (4):
libdrm: add missing caps from kernel to drm.h
libdrm: add prime fd->handle and handle->fd interfaces
libdrm/nouveau: add prime handle->bo and bo->handle support.
intel: add prime interface for getting/setting a prime bo. (v4)
Eric Anholt (4):
intel: Quiet valgrind warnings in context creation.
Drop "-Wunsafe-loop-optimizations".
intel: Import updated i915_drm.h.
intel: Add a function for the new register read ioctl.
Kenneth Graunke (1):
intel: Change context create failure message to from fprintf to DBG().
Laurent Pinchart (8):
modetest: Unify buffer allocation
modetest: Add SMPTE test pattern
modetest: Add test pattern support for missing packed YUV formats
modetest: Add test pattern support for missing planar YUV formats
modetest: Add test pattern support for missing RGB formats
modetest: Move connector and plane parsing to separate functions
modetest: Make frame buffer format configurable on the command line
modeset: Split buffer allocation to a separate file
Lauri Kasanen (1):
intel: Fix build failure in test_decode.c
Marek Olšák (6):
radeon: simplify ZS buffer checking on r600
radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG
radeon: force 2D tiling for MSAA surfaces
radeon: tweak TILE_SPLIT for MSAA surfaces
tests/modetest: fix distcheck
configure: bump version for 2.4.38 release
Paulo Zanoni (1):
intel: add more Haswell PCI IDs
Rob Clark (5):
omap: clarify dmabuf file descriptor ownership
omap: add API to import bo's from dmabuf fd's
omap: add refcnting and handle tracking
intel: fix build error
modetest: fix uninitialized fourcc
|
|
|
|
|
|
2.4.37:
I botched the 2.3.36 release quite royally. Here is 2.6.37 this time with the
proper context APIs in place.
Ben Widawsky (2):
intel/context: create/destroy implementation
configure: bump version for release
Kristian Høgsberg (1):
modetest: Dump bit field names
2.4.36:
Context API and wait render timeout API added to libdrm for Intel.
Unfortunately, I botched fixing intel decode, so there are a bunch of
bogus commits in here. Sorry :-(.
Ben Widawsky (10):
intel: Add IVB PUSH_CONSTANT decodes
intel: wait render timeout implementation
intel/decode: add sampler state pointers for [HD]S
intel/decode: VERTEX_ELEMENT_STATE, 1 means valid
intel: updated header for contexts
intel/context: Add drm_intel_context type
intel/context: new execbuf interface for contexts
intel: add decoding of MI_SET_CONTEXT
Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"
intel/decode: fix the reference file for
Dave Airlie (1):
radeon/surface: free version after using it.
Jerome Glisse (3):
radeon: always properly initialize stencil_offset field
radeon: enabled 2D tiling for evergreen only on fixed kernel
radeon: force 1D array mode for z/stencil surface
Marcin Slusarz (1):
nouveau: silence some remaining valgrind warnings
Michel Dänzer (1):
autogen.sh: Restore passing --enable-maintainer-mode to configure.
Paulo Zanoni (2):
Add support for generic object properties IOCTLs
modetest: print CRTC properties
Rob Clark (3):
Add support for bitmask properties
modetest: support bitmask properties
modetest: support plane properties
|