index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
8
-533
/
+140
|
\
|
*
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
2019-05-22
2
-26
/
+25
|
*
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
Thomas Zimmermann
2019-05-22
1
-5
/
+10
|
*
drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions
Thomas Zimmermann
2019-05-17
1
-18
/
+1
|
*
drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200
Thomas Zimmermann
2019-05-17
1
-8
/
+10
|
*
drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
2019-05-15
4
-32
/
+37
|
*
drm/mgag200: Convert mgag200 driver to VRAM MM
Thomas Zimmermann
2019-05-15
5
-161
/
+15
|
*
drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-05-15
8
-348
/
+107
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
|
/
*
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-04-03
2
-9
/
+2
|
\
|
*
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
2019-03-19
1
-7
/
+2
|
*
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
2019-03-19
1
-1
/
+0
|
*
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
2019-03-19
1
-1
/
+0
*
|
drm/mga200g: Use drm_fb_helper_fill_info
Daniel Vetter
2019-03-27
2
-8
/
+2
|
/
*
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-02-04
1
-6
/
+2
|
\
|
*
drm/mgag200: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
2019-01-28
1
-6
/
+2
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-0
/
+1
*
|
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
2019-01-14
1
-0
/
+1
|
/
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
2
-37
/
+0
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
2
-31
/
+2
*
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-11-05
1
-2
/
+2
*
drm/mgag200: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
2018-09-03
2
-29
/
+1
*
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
1
-1
/
+1
*
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-1
/
+1
*
drm/mgag200: fix mode_valid's return type
Luc Van Oostenryck
2018-04-25
1
-1
/
+1
*
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
2018-03-14
1
-3
/
+3
*
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-26
1
-1
/
+1
*
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-26
1
-3
/
+2
*
drm/mgag200: remove ttm_pool_* wrappers
Christian König
2018-02-26
1
-13
/
+0
*
drm/mgag200: fix a test in mga_vga_mode_valid()
Dan Carpenter
2018-01-30
1
-2
/
+2
*
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-12-28
1
-2
/
+3
*
drm/mgag200: remove the default io_mem_pfn set
Tan Xiaojun
2017-12-27
1
-1
/
+0
*
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
2017-12-06
1
-3
/
+6
*
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-10-12
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
drm/mgag200: Use the drm_driver.dumb_destroy default
Noralf Trønnes
2017-08-16
1
-1
/
+0
*
drm/mgag200: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
2017-08-11
3
-8
/
+8
*
drm: mgag200: remove dead code and pointless local lut storage
Peter Rosin
2017-08-04
3
-54
/
+15
*
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-07-26
1
-1
/
+0
*
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
2017-06-27
1
-1
/
+8
|
\
|
*
Backmerge tag 'v4.12-rc7' into drm-next
Dave Airlie
2017-06-27
1
-1
/
+8
|
|
\
|
|
*
drm/mgag200: Fix to always set HiPri for G200e4 V2
Mathieu Larouche
2017-06-15
1
-1
/
+8
*
|
|
drm/pci: Deprecate drm_pci_init/exit completely
Daniel Vetter
2017-06-20
1
-2
/
+3
*
|
|
drm: Remove drm_driver->set_busid hook
Daniel Vetter
2017-06-20
1
-1
/
+0
|
/
/
*
/
drm/mgag200: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
2
-2
/
+2
|
/
*
Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-04-11
1
-1
/
+2
|
\
|
*
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
2017-04-06
1
-1
/
+2
*
|
drm/ttm: add io_mem_pfn callback
Christian König
2017-04-04
1
-0
/
+1
|
/
*
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-01
1
-1
/
+1
[next]