index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_drv.c
Age
Commit message (
Expand
)
Author
2024-08-28
implement pci drvdata functions
Jonathan Gray
2024-08-17
Linux doesn't consider S4 to be a suspend target state.
Mark Kettenis
2024-07-13
Implement some more suspend/resume Linux compat such that inteldrm(4) can
Mark Kettenis
2024-01-29
drm/drv: propagate errors from drm_modeset_register_all()
Jonathan Gray
2024-01-16
update drm to linux 6.6.12
Jonathan Gray
2024-01-09
avoid unused var warning on sparc64
Jonathan Gray
2024-01-06
Add more Linux compat code in preparation for the apple KMS driver.
Mark Kettenis
2023-12-29
Support for "control" nodes was removed from the drm subsystem some time
Mark Kettenis
2023-07-26
call kref_init() in drm_attach() matching the call in drm_dev_init()
Jonathan Gray
2023-01-01
update drm to linux 6.1.2
Jonathan Gray
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-27
drm: fix null-ptr-deref in drm_dev_init_release()
Jonathan Gray
2022-01-27
drop some local changes in an unused function
Jonathan Gray
2022-01-14
update drm to linux 5.15.14
Jonathan Gray
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
Mark Kettenis
2020-07-11
test for gem_size > 0 on pool_destroy() matching pool_init() call
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-05-20
Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.
Martin Pieuchot
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-03-04
Properly implement the page fault handler for CMA GEM buffers and actually
Mark Kettenis
2020-03-03
Clean up attachment of PCI drm(4) devices and make the PCI aspects optional.
Mark Kettenis
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-05
remove some unneeded includes
Jonathan Gray
2020-01-05
Remove unneeded #include <sys/ttycom.h>.
Visa Hankala
2020-01-04
remove unused TIOCSPGRP / TIOCGPGRP cases in drm
Jonathan Gray
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
Jonathan Gray
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
Mark Kettenis
2019-07-30
enable DRIVER and KMS debug messages when DRMDEBUG is defined
Jonathan Gray
2019-07-25
Remove old unused drm_debug_flag var and make drm_debug (used by
Jonathan Gray
2019-05-04
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
Mark Kettenis
2019-05-02
Allow non-root users to become master when they are the first to open a drm
Mark Kettenis
2019-04-28
Make sure only "primary" clients can become master.
Mark Kettenis
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-01-31
add pci_is_root_bus()
Jonathan Gray
2018-01-30
add drm_invalid_op()
Jonathan Gray
2018-01-13
add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
Robert Nagy
2017-07-19
Implement drm_pci_alloc() and drm_pci_free() and use them to reduce the
Mark Kettenis
2017-07-04
Ignore entries with specific PCI subvendor/subdevice such that we don't
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2016-12-01
Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allow
Jonathan Gray
2016-11-25
Add a new DRM_IOCTL_GET_PCIINFO ioctl to have a non driver specific way
Jonathan Gray
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-24
pool_setipl for cardbus and drm pools.
David Gwynne
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
[next]