index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
bochs
/
bochs_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-15
drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
Thomas Zimmermann
1
-9
/
+9
2019-04-10
drm/bochs: use simple display pipe
Gerd Hoffmann
1
-127
/
+49
2019-04-02
drm/bochs: drop mode_config_initialized
Gerd Hoffmann
1
-6
/
+2
2019-04-02
drm/bochs: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
1
-0
/
+1
2019-02-28
drm/bochs: Drop best_encoder
Daniel Vetter
1
-11
/
+0
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2019-01-14
drm/bochs: move remaining fb bits to kms
Gerd Hoffmann
1
-0
/
+17
2019-01-14
drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}
Gerd Hoffmann
1
-13
/
+1
2019-01-14
drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()
Gerd Hoffmann
1
-1
/
+1
2019-01-14
drm/bochs: remove old bochs_crtc_* functions
Gerd Hoffmann
1
-81
/
+0
2019-01-14
drm/bochs: atomic: use atomic page_flip helper
Gerd Hoffmann
1
-22
/
+1
2019-01-14
drm/bochs: atomic: use atomic set_config helper
Gerd Hoffmann
1
-1
/
+1
2019-01-14
drm/bochs: atomic: switch planes to atomic, wire up helpers.
Gerd Hoffmann
1
-3
/
+79
2019-01-14
drm/bochs: atomic: add mode_set_nofb callback.
Gerd Hoffmann
1
-0
/
+9
2019-01-14
drm/bochs: atomic: add atomic_flush+atomic_enable callbacks.
Gerd Hoffmann
1
-0
/
+25
2019-01-14
drm/bochs: split bochs_hw_setmode
Gerd Hoffmann
1
-1
/
+2
2019-01-14
drm/bochs: encoder cleanup
Gerd Hoffmann
1
-26
/
+0
2018-10-30
drm/bochs: add edid support.
Gerd Hoffmann
1
-3
/
+17
2018-09-25
drm/bochs: support changing byteorder at mode set time
Gerd Hoffmann
1
-2
/
+6
2018-09-25
drm/bochs: fix DRM_FORMAT_* handling for big endian machines.
Gerd Hoffmann
1
-1
/
+33
2018-09-10
bochs: convert to drm_fb_helper_fbdev_setup/teardown
Peter Wu
1
-5
/
+2
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
1
-1
/
+1
2018-04-25
drm/bochs: fix mode_valid's return type
Luc Van Oostenryck
1
-1
/
+1
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-1
/
+1
2017-03-29
drm: Add acquire ctx parameter to ->page_flip(_target)
Daniel Vetter
1
-1
/
+2
2016-12-01
drm: Make the connector .detect() callback optional
Laurent Pinchart
1
-7
/
+0
2016-09-25
drm/bochs: mark bochs_connector_get_modes() static
Baoyou Xie
1
-1
/
+1
2016-05-05
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
1
-2
/
+2
2016-04-12
drm/bochs: Drop fake gamma support
Daniel Vetter
1
-7
/
+0
2016-03-04
drm/bochs: removed optional dummy crtc mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/bochs: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2015-12-15
drm/bochs: Constify function pointer structs
Ville Syrjälä
1
-3
/
+3
2015-12-15
drm/bochs: Store correct CRTC index in events
Thierry Reding
1
-1
/
+1
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+1
2014-12-10
drm/bochs: Remove dummy ->load_lut() implementation
Thierry Reding
1
-5
/
+0
2014-11-20
bochs: add page_flip
Gerd Hoffmann
1
-0
/
+21
2014-11-05
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
1
-0
/
+1
2014-09-20
drm/bochs: add missing drm_connector_register call
Gerd Hoffmann
1
-0
/
+1
2014-07-22
drm/ttm: Fix a few sparse warnings
Thierry Reding
1
-2
/
+2
2014-07-18
drm/bochs: use helpers
Rob Clark
1
-11
/
+2
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-2
/
+2
2013-12-23
drm/bochs: new driver
Gerd Hoffmann
1
-0
/
+294