Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
410e5e55c9c1c9c0d452ac5b9adb37b933a7747e
/
drivers
/
gpu
/
drm
/
mgag200
1591fad
drm/mgag200: Add workaround for HW that does not support 'startadd'
by Thomas Zimmermann
· 5 years ago
d6d437d
drm/mgag200: Store flags from PCI driver data in device structure
by Thomas Zimmermann
· 5 years ago
3a8a5aba
drm/mgag200: Extract device type from flags
by Thomas Zimmermann
· 5 years ago
02f64b2
drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS
by Gerd Hoffmann
· 5 years ago
dfc507b
drm/mgag200: Allocate cursor BOs at high end of video memory
by Thomas Zimmermann
· 5 years ago
2c51a66
drm/mgag200: Reserve video memory for cursor plane
by Thomas Zimmermann
· 5 years ago
378c183
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
by Thomas Zimmermann
· 5 years ago
047244a
drm/mgag200: Move cursor-image update to mgag200_show_cursor()
by Thomas Zimmermann
· 5 years ago
6ae0453
drm/mgag200: Add separate move-cursor function
by Thomas Zimmermann
· 5 years ago
49b8d5a
drm/mgag200: Add init and fini functions for cursor handling
by Thomas Zimmermann
· 5 years ago
52e32da
drm/mgag200: Rename cursor functions to use mgag200_ prefix
by Thomas Zimmermann
· 5 years ago
dcc7b1f
drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BO
by Thomas Zimmermann
· 5 years ago
a92462d
drm/connector: Share with non-atomic drivers the function to get the single encoder
by José Roberto de Souza
· 5 years ago
b0e40e0
drm/vram: Have VRAM MM call GEM VRAM functions directly
by Thomas Zimmermann
· 5 years ago
6b5ce4a
drm/vram: Move VRAM memory manager to GEM VRAM implementation
by Thomas Zimmermann
· 5 years ago
4f7f197
drm/vram: fix Kconfig
by Gerd Hoffmann
· 5 years ago
35616a4
drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffers
by Gerd Hoffmann
· 5 years ago
9572ae1
drm/mgag200: Provide ddc symlink in connector sysfs directory
by Andrzej Pietrasiewicz
· 5 years ago
a9c342a
drm/mgag200: Don't unpin the current cursor image's buffer.
by Thomas Zimmermann
· 5 years ago
cf578c8
drm/mgag200: Set cursor scanout address to correct BO
by Thomas Zimmermann
· 5 years ago
a0fd72d
drm/mgag200: Pin displayed cursor BO to video memory
by Thomas Zimmermann
· 5 years ago
90f479a
drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation
by Thomas Zimmermann
· 6 years ago
9f39780
drm/mgag200: drop use of drmP.h
by Sam Ravnborg
· 6 years ago
5d17718
drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpers
by Thomas Zimmermann
· 6 years ago
e61576c
drm/mgag200: add in missing { } around if block
by Colin Ian King
· 6 years ago
52d2d44
Merge v5.2-rc5 into drm-next
by Daniel Vetter
· 6 years ago
94dc57b
drm/mgag200: Rewrite cursor handling
by Thomas Zimmermann
· 6 years ago
f4ce5af7
drm/mgag200: Pin framebuffer BO during dirty update
by Thomas Zimmermann
· 6 years ago
c51669e
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377
by Thomas Gleixner
· 6 years ago
88cd7a2
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 6 years ago
cb1f881
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
by Thomas Zimmermann
· 6 years ago
81da87f
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
by Thomas Zimmermann
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
5b24f71
drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions
by Thomas Zimmermann
· 6 years ago
82ff2fb
drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200
by Thomas Zimmermann
· 6 years ago
a758134
drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
by Thomas Zimmermann
· 6 years ago
94668ac
drm/mgag200: Convert mgag200 driver to VRAM MM
by Thomas Zimmermann
· 6 years ago
ebb04eb
drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
by Thomas Zimmermann
· 6 years ago
4571098
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 6 years ago
82367d8
drm/mga200g: Use drm_fb_helper_fill_info
by Daniel Vetter
· 6 years ago
bed2dd8
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
by Thomas Zimmermann
· 6 years ago
7d1500f
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
by Thomas Zimmermann
· 6 years ago
aa8e243
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
by Thomas Zimmermann
· 6 years ago
148fb2e
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 6 years ago
706b776
drm/mgag200: Replace ttm_bo_unref with ttm_bo_put
by Thomas Zimmermann
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
e9eafcb
drm: move drm_can_sleep() to drm_util.h
by Sam Ravnborg
· 6 years ago
a64f784
drm/ttm: initialize globals during device init (v2)
by Christian König
· 6 years ago
27eb1fa
drm/ttm: use a static ttm_mem_global instance
by Christian König
· 6 years ago
e55a5c9
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
by Thomas Zimmermann
· 6 years ago
020aa2e
drm/mgag200: use simpler remove_conflicting_pci_framebuffers()
by Michał Mirosław
· 6 years ago
cde4c44
drm: drop _mode_ from drm_mode_connector_attach_encoder
by Daniel Vetter
· 7 years ago
c555f02
drm: drop _mode_ from update_edit_property()
by Daniel Vetter
· 7 years ago
c69e52d
drm/mgag200: fix mode_valid's return type
by Luc Van Oostenryck
· 7 years ago
dde5da2
drm/ttm: add bo as parameter to the ttm_tt_create callback
by Christian König
· 7 years ago
724daa4
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
by Christian König
· 7 years ago
231cdaf
drm/ttm: drop ttm->dummy_read_page
by Christian König
· 7 years ago
b31925a
drm/mgag200: remove ttm_pool_* wrappers
by Christian König
· 7 years ago
9eb8d7a
drm/mgag200: fix a test in mga_vga_mode_valid()
by Dan Carpenter
· 7 years ago
d0cef9f
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
by Roger He
· 7 years ago
c85de77
drm/mgag200: remove the default io_mem_pfn set
by Tan Xiaojun
· 7 years ago
19be557
drm/ttm: add operation ctx to ttm_bo_validate v2
by Christian König
· 8 years ago
e60e1ee
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
418da17
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
by Keith Packard
· 8 years ago
8d4acc1
drm/mgag200: Use the drm_driver.dumb_destroy default
by Noralf Trønnes
· 7 years ago
c7ff96f
drm/mgag200: switch to drm_*_get(), drm_*_put() helpers
by Cihangir Akturk
· 7 years ago
9ed85e1
drm: mgag200: remove dead code and pointless local lut storage
by Peter Rosin
· 7 years ago
e1923ab
drm/<drivers>: Drop fbdev info flags
by Daniel Vetter
· 8 years ago
b740e76
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 8 years ago
6d61e70
Backmerge tag 'v4.12-rc7' into drm-next
by Dave Airlie
· 8 years ago
10631d7
drm/pci: Deprecate drm_pci_init/exit completely
by Daniel Vetter
· 8 years ago
5c484ce
drm: Remove drm_driver->set_busid hook
by Daniel Vetter
· 8 years ago
0cbb738
drm/mgag200: Fix to always set HiPri for G200e4 V2
by Mathieu Larouche
· 8 years ago
277b9fc
drm/mgag200: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
df45eac
Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
6d124ff
drm: Add acquire ctx to ->gamma_set hook
by Daniel Vetter
· 8 years ago
ea642c3
drm/ttm: add io_mem_pfn callback
by Christian König
· 8 years ago
8dfe162
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
by Joe Perches
· 8 years ago
da7bdda
drm/fb-helper: Automatically clean up fb_info
by Daniel Vetter
· 8 years ago
e4563f6
drm: Rely on mode_config data for fb_helper initialization
by Gabriel Krisman Bertazi
· 8 years ago
260498f
drm/ttm: revert "implement LRU add callbacks v2"
by Christian König
· 8 years ago
f0493e6
drm/mgag200: Added support for the new device G200eH3
by Mathieu Larouche
· 8 years ago
011cda5
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
by Benjamin Gaignard
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
4b0ea93
gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap
by Arvind Yadav
· 8 years ago
9338203
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
by Laurent Pinchart
· 8 years ago
272725c
drm: Nuke fb->bits_per_pixel
by Ville Syrjälä
· 8 years ago
b00c600
drm: Nuke fb->depth
by Ville Syrjälä
· 8 years ago
a3f913c
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
by Ville Syrjälä
· 8 years ago
7295275
drm/mgag200: Add local 'fb' variable
by Ville Syrjälä
· 8 years ago
949f088
drm: Make the connector .detect() callback optional
by Laurent Pinchart
· 8 years ago
3e91168
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
7b624ad
Backmerge tag 'v4.9-rc4' into drm-next
by Dave Airlie
· 8 years ago
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 8 years ago
7cf321d
drm/drivers: add support for using the arch wc mapping API.
by Dave Airlie
· 8 years ago
a2ab19fe
drm/ttm: make eviction decision a driver callback v2
by Christian König
· 8 years ago
d9a1f0b
drm: use drm_file to tag vm-bos
by David Herrmann
· 8 years ago
b0f5668
drm/mgag200: fix error return code in mgag200fb_create()
by Wei Yongjun
· 8 years ago
b1116f6
drm: Remove superflous linux/fb.h includes
by Daniel Vetter
· 8 years ago
Next »