Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f674bd281460451e8784f3bc917a650e8937a8ed
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_drv.c
3be8edd
drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.
by Eric Anholt
· 8 years ago
bd73ac0
drm/vc4: Use .dumb_map_offset and .dumb_destroy defaults
by Noralf Trønnes
· 8 years ago
f309946
drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
by Eric Anholt
· 8 years ago
8375311
drm/vc4: Add get/set tiling ioctls.
by Eric Anholt
· 8 years ago
b7e8e25
drm/vc4: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
1bf6ad6
drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
by Daniel Vetter
· 8 years ago
b3f7787
drm/vc4: Add specific compatible strings for Cygnus.
by Eric Anholt
· 8 years ago
cdec4d3
drm/vc4: Expose dma-buf fences for V3D rendering.
by Eric Anholt
· 8 years ago
cc2e6da
drm/vc4: use platform_register_drivers
by Philipp Zabel
· 8 years ago
b787963
drm/vc4: Add a paragraph at the top of vc4 docs introducing what it is.
by Eric Anholt
· 8 years ago
0d5f46f
drm: vc4: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 9 years ago
967dd48
drm: remove drm_vblank_no_hw_counter assignment from driver code
by Shawn Guo
· 9 years ago
4078f57
drm/vc4: Add DSI driver
by Eric Anholt
· 9 years ago
55d6616
drm/vc4: Remove vc4_debugfs_cleanup()
by Noralf Trønnes
· 9 years ago
2601a15
Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 9 years ago
c167df4
drm/vc4: Don't use drm_put_dev
by Daniel Vetter
· 9 years ago
e4b81f8
drm/vc4: Add support for the VEC (Video Encoder) IP
by Boris Brezillon
· 9 years ago
b7c0e47
Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 9 years ago
c778cc5
drm/vc4: Add fragment shader threading support
by Jonas Pfeil
· 9 years ago
3a62234
drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.
by Eric Anholt
· 9 years ago
7154d76
drm/vc4: Add support for rendering with ETC1 textures.
by Eric Anholt
· 9 years ago
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 9 years ago
ca09fb9
Merge tag 'v4.8-rc8' into drm-next
by Dave Airlie
· 9 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 9 years ago
163195f
drm/vc4: Fix handling of a pm_runtime_get_sync() success case.
by Eric Anholt
· 9 years ago
44adece
drm/fb-helper: Add a dummy remove_conflicting_framebuffers
by Daniel Vetter
· 9 years ago
2383050f
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
by Daniel Vetter
· 9 years ago
63fe9bb
drm/vc4: Delete unnecessary checks before two function calls
by Markus Elfring
· 9 years ago
2d635fd
Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 9 years ago
7363cee
drm/vc4: Add a getparam to signal support for branches.
by Eric Anholt
· 9 years ago
35b8a74
Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 9 years ago
af71379
drm/vc4: Add a getparam ioctl for getting the V3D identity regs.
by Eric Anholt
· 9 years ago
deb4765
drm/vc4: remove redundant ret status check
by Colin Ian King
· 9 years ago
1bf59f1
drm/vc4: Implement precise vblank timestamping.
by Mario Kleiner
· 9 years ago
7a10096
drm/vc4: Bind the HVS before we bind the individual CRTCs.
by Eric Anholt
· 9 years ago
542d972
Back-merge tag 'v4.7-rc5' into drm-next
by Dave Airlie
· 9 years ago
f510f34
drm/vc4: Remove unused connector
by Daniel Vetter
· 9 years ago
398e979
drm/vc4: Remove open-coded drm_connector_register_all()
by Chris Wilson
· 9 years ago
b10c22e
drm/vc4: Fix ioctl permissions for render nodes.
by Herve Jourdain
· 9 years ago
65439b6
Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
792293c
drm/vc4: Fix get_vblank_counter with proper no-op for Linux 4.4+
by Mario Kleiner
· 9 years ago
b82caaf
drm/vc4: Use lockless gem BO free callback
by Daniel Vetter
· 9 years ago
1d6da87
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
0cd3e27
drm/vc4: Add missing render node support
by Eric Anholt
· 9 years ago
b3a15f6
drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
by Eric Anholt
· 9 years ago
08302c3
drm/vc4: Add DPI driver
by Eric Anholt
· 10 years ago
32a3dbe
drm/vc4: Nuke preclose hook
by Daniel Vetter
· 10 years ago
e112e59
drm: use dev_name as default unique name in drm_dev_alloc()
by Nicolas Iooss
· 10 years ago
21de54b
Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into drm-next
by Dave Airlie
· 10 years ago
2146136
drm/vc4: Add an interface for capturing the GPU state after a hang.
by Eric Anholt
· 10 years ago
d5b1a78
drm/vc4: Add support for drawing 3D frames.
by Eric Anholt
· 10 years ago
d3f5168
drm/vc4: Bind and initialize the V3D engine.
by Eric Anholt
· 10 years ago
463873d
drm/vc4: Add an API for creating GPU shaders in GEM BOs.
by Eric Anholt
· 10 years ago
d5bc60f
drm/vc4: Add create and map BO ioctls.
by Eric Anholt
· 11 years ago
c826a6e
drm/vc4: Add a BO cache.
by Eric Anholt
· 10 years ago
e2ab321
drm/vc4: fix platform_no_drv_owner.cocci warnings
by Julia Lawall
· 10 years ago
48666d5
drm/vc4: Use the fbdev_cma helpers
by Derek Foreman
· 10 years ago
c8b75bc
drm/vc4: Add KMS support for Raspberry Pi.
by Eric Anholt
· 10 years ago