index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
bochs
Age
Commit message (
Expand
)
Author
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-14
drm/bochs: move remaining fb bits to kms
Gerd Hoffmann
2019-01-14
drm/bochs: drop old fbdev emulation code
Gerd Hoffmann
2019-01-14
drm/bochs: switch to generic drm fbdev emulation
Gerd Hoffmann
2019-01-14
drm/bochs: add basic prime support
Gerd Hoffmann
2019-01-14
drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}
Gerd Hoffmann
2019-01-14
drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()
Gerd Hoffmann
2019-01-14
drm/bochs: remove old bochs_crtc_* functions
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: set DRIVER_ATOMIC
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: use suspend/resume helpers
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: use atomic page_flip helper
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: use atomic set_config helper
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: switch planes to atomic, wire up helpers.
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: add mode_set_nofb callback.
Gerd Hoffmann
2019-01-14
drm/bochs: atomic: add atomic_flush+atomic_enable callbacks.
Gerd Hoffmann
2019-01-14
drm/bochs: split bochs_hw_setmode
Gerd Hoffmann
2019-01-14
drm/bochs: encoder cleanup
Gerd Hoffmann
2018-12-20
drm/bochs: add edid present check
Gerd Hoffmann
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-10-30
drm/bochs: add edid support.
Gerd Hoffmann
2018-10-01
drm/bochs: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
2018-09-25
drm/bochs: support changing byteorder at mode set time
Gerd Hoffmann
2018-09-25
drm/bochs: fix DRM_FORMAT_* handling for big endian machines.
Gerd Hoffmann
2018-09-10
bochs: convert to drm_dev_register
Peter Wu
2018-09-10
bochs: convert to drm_fb_helper_fbdev_setup/teardown
Peter Wu
2018-09-10
bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resume
Peter Wu
2018-09-03
drm/bochs: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
2018-08-30
drm/bochs: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-04-25
drm/bochs: fix mode_valid's return type
Luc Van Oostenryck
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
2018-03-09
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-02-26
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-26
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-26
drm/bochs: remove the default ttm_tt_populate callbacks
Christian König
2018-02-19
drm/bochs: make structure bochs_bo_driver static
Colin Ian King
2017-12-27
drm/bochs: remove the default io_mem_pfn set
Tan Xiaojun
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-08-16
drm/bochs: Use the drm_driver.dumb_destroy default
Noralf Trønnes
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-07-03
drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpers
Mark Cave-Ayland
2017-06-20
drm/pci: Deprecate drm_pci_init/exit completely
Daniel Vetter
2017-06-20
drm: Remove drm_driver->set_busid hook
Daniel Vetter
2017-05-16
drm/bochs: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
[prev]
[next]