History log of /freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/vchiq_core.c
Revision Date Author Comments
# 191dad8b 21-Sep-2020 D Scott Phillips <scottph@FreeBSD.org>

vchi: rename bitset macros to avoid collision with bitset(9)

An upcoming change to include bitset(9) macros from vm_page.h
causes a macro name collision with vchi's custom bitset macros.

This change was performed mechanically by:

sed -i .orig s/BITSET/VCHI_BITSET/g $(grep -rl BITSET sys/contrib/vchiq)

Reviewed by: andrew
Approved by: scottl (implicit)
MFC after: 1 week
Sponsored by: Ampere Computing, Inc.
Differential Revision: https://reviews.freebsd.org/D26177


# 591ef90a 30-Aug-2016 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Update VCHIQ driver to upstream version 4eda74f2

PR: 211525
Submitted by: Sylvain Garrigues <sylvain@sylvaingarrigues.com>


# a0b87461 01-Nov-2015 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Synchronize with latest upstream VCHI code:

- Add LIB_VERSION ioctl
- Add CLOSE_DELIVERED ioctl
- Bump code version

Upstream version: 3782f2ad42c08f4d32f64138f8be7341afc380f5


# 262f27b2 05-Feb-2015 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Import VCHI driver for Broadcom's VideoCore IV GPU

Differential Revision: D1753