Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c3eab85ff11a8cd4def8cf2b4cc0610f6b47a8cd
/
drivers
/
gpu
/
drm
/
vc4
879d61f
drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.
by Eric Anholt
· 8 years ago
6acf520
drm/vc4: Allocate the right amount of space for boot-time CRTC state.
by Eric Anholt
· 8 years ago
2bbcbc2
drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.
by Eric Anholt
· 8 years ago
dd0b0e2
drm/vc4: Fix termination of the initial scan for branch targets.
by Eric Anholt
· 8 years ago
8ca7ef0
drm/vc4: Fix ->clock_select setting for the VEC encoder
by Boris Brezillon
· 8 years ago
6b33067
drm/vc4: Fix race between page flip completion event and clean-up
by Derek Foreman
· 8 years ago
5270c01
drm/vc4: fix a bounds check
by Dan Carpenter
· 8 years ago
cfba2a0
drm/vc4: Return -EINVAL on the overflow checks failing.
by Eric Anholt
· 8 years ago
b9edac5
drm/vc4: Fix an integer overflow in temporary allocation layout.
by Eric Anholt
· 8 years ago
3260083
drm/vc4: Fix memory leak of the CRTC state.
by Eric Anholt
· 8 years ago
c730a84
drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos()
by Dan Carpenter
· 8 years ago
dfccd93
drm/vc4: Add support for double-clocked modes.
by Eric Anholt
· 8 years ago
21317b3
drm/vc4: Set up the AVI and SPD infoframes.
by Eric Anholt
· 8 years ago
682e62c
drm/vc4: Fix support for interlaced modes on HDMI.
by Eric Anholt
· 8 years ago
2b29bf1
drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.
by Eric Anholt
· 8 years ago
9d44abb
drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.
by Eric Anholt
· 8 years ago
6e1cbba
drm/vc4: Enable limited range RGB output on HDMI with CEA modes.
by Eric Anholt
· 8 years ago
7edabee
drm/vc4: Fix races when the CS reads from render targets.
by Eric Anholt
· 8 years ago
57b9f56
drm/vc4: cleanup with list_first_entry_or_null()
by Masahiro Yamada
· 8 years ago
ca09fb9
Merge tag 'v4.8-rc8' into drm-next
by Dave Airlie
· 8 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
ea90383
drm/vc4: mark vc4_bo_cache_purge() static
by Baoyou Xie
· 8 years ago
2c07d5a
Merge tag 'drm-vc4-next-2016-08-29' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 8 years ago
313a61d
drm/vc4: Allow some more signals to be packed with uniform resets.
by Eric Anholt
· 8 years ago
2b58e98
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
by Liu Ying
· 8 years ago
67f1369
drm/vc4: Don't force new binner overflow allocation per draw.
by Eric Anholt
· 8 years ago
552416c
drm/vc4: Fix oops when userspace hands in a bad BO.
by Eric Anholt
· 8 years ago
9326e6f
drm/vc4: Fix overflow mem unreferencing when the binner runs dry.
by Eric Anholt
· 8 years ago
def9652
drm/vc4: Free hang state before destroying BO cache.
by Eric Anholt
· 8 years ago
163195f
drm/vc4: Fix handling of a pm_runtime_get_sync() success case.
by Eric Anholt
· 8 years ago
ece7267
drm/vc4: Use drm_malloc_ab to fix large rendering jobs.
by Eric Anholt
· 8 years ago
d5fb46e
drm/vc4: Use drm_free_large() on handles to match its allocation.
by Eric Anholt
· 8 years ago
e941f05
drm/vc4: Enable/Disable vblanks properly in crtc en/disable.
by Mario Kleiner
· 8 years ago
e538092
drm/vc4: Enable precise vblank timestamping for interlaced modes.
by Mario Kleiner
· 8 years ago
3645146
drm/vc4: Reject doublescan modes.
by Mario Kleiner
· 8 years ago
acc1be1
drm/vc4: Fix handling of interlaced video modes.
by Mario Kleiner
· 8 years ago
e229835
drm/vc4: Disallow interlaced modes on DPI.
by Mario Kleiner
· 8 years ago
420382a
drm: Don't implement empty prepare_fb()/cleanup_fb()
by Laurent Pinchart
· 8 years ago
44adece
drm/fb-helper: Add a dummy remove_conflicting_framebuffers
by Daniel Vetter
· 8 years ago
2383050
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
by Daniel Vetter
· 8 years ago
63fe9bb
drm/vc4: Delete unnecessary checks before two function calls
by Markus Elfring
· 8 years ago
2d635fd
Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 8 years ago
a20d5fa
drm/vc4: Fix a "the the" typo in a comment.
by Eric Anholt
· 8 years ago
20e48fd
drm/vc4: Fix definition of QPU_R_MS_REV_FLAGS
by Eric Anholt
· 8 years ago
7363cee
drm/vc4: Add a getparam to signal support for branches.
by Eric Anholt
· 8 years ago
6d45c81
drm/vc4: Add support for branching in shader validation.
by Eric Anholt
· 8 years ago
93aa9ae
drm/vc4: Add a bitmap of branch targets during shader validation.
by Eric Anholt
· 8 years ago
35b8a74
Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next
by Dave Airlie
· 8 years ago
d0566c2
drm/vc4: Move validation's current/max ip into the validation struct.
by Eric Anholt
· 8 years ago
af71379
drm/vc4: Add a getparam ioctl for getting the V3D identity regs.
by Eric Anholt
· 8 years ago
deb4765
drm/vc4: remove redundant ret status check
by Colin Ian King
· 8 years ago
1bf59f1
drm/vc4: Implement precise vblank timestamping.
by Mario Kleiner
· 8 years ago
7a10096
drm/vc4: Bind the HVS before we bind the individual CRTCs.
by Eric Anholt
· 8 years ago
9f4e62f
Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-next
by Eric Anholt
· 8 years ago
027a697
gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
9397776
drm: vc4: enable XBGR8888 and ABGR8888 pixel formats
by Rob Herring
· 8 years ago
542d972
Back-merge tag 'v4.7-rc5' into drm-next
by Dave Airlie
· 8 years ago
f510f34
drm/vc4: Remove unused connector
by Daniel Vetter
· 8 years ago
398e979
drm/vc4: Remove open-coded drm_connector_register_all()
by Chris Wilson
· 8 years ago
b2d61d6
drm: vc4: Rely on the default ->best_encoder() behavior
by Boris Brezillon
· 8 years ago
5e84c26
drm/atomic-helper: Massage swap_state signature somewhat
by Daniel Vetter
· 8 years ago
7ea7728
drm/core: Change declaration for gamma_set.
by Maarten Lankhorst
· 8 years ago
a9402df
drm/vc4: clean up error exit path on failed dpi_connector allocation
by Colin Ian King
· 8 years ago
56d1fe0
drm/vc4: Make pageflip completion handling more robust.
by Mario Kleiner
· 9 years ago
b10c22e
drm/vc4: Fix ioctl permissions for render nodes.
by Herve Jourdain
· 8 years ago
2f196b7
drm/atomic: Add drm_atomic_crtc_state_for_each_plane_state
by Daniel Vetter
· 8 years ago
833cd78
drm/vc4: Use for_each_plane_in_state
by Daniel Vetter
· 8 years ago
65439b6
Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
e7c31f6
drm/vc4: Return -EBUSY if there's already a pending flip event.
by Robert Foss
· 9 years ago
ee7c10e
drm/vc4: Fix drm_vblank_put/get imbalance in page flip path.
by Mario Kleiner
· 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
· 8 years ago
db36972
drm/vc4: Use drm_gem_object_unreference_unlocked
by Daniel Vetter
· 8 years ago
1d6da87
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
fcee590
drm: Nuke ->vblank_disable_allowed
by Daniel Vetter
· 9 years ago
2f70169
drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state
by Daniel Vetter
· 9 years ago
ec2dc6a
drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state
by Daniel Vetter
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
21daaee
Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
0cd3e27
drm/vc4: Add missing render node support
by Eric Anholt
· 9 years ago
e582b6c
drm/vc4: Add support for gamma ramps.
by Eric Anholt
· 9 years ago
eb63961
drm/vc4: Rename async to nonblock.
by Maarten Lankhorst
· 9 years ago
b3a15f6
drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
by Eric Anholt
· 9 years ago
5883980
drm/vc4: Fix NULL deref in HDMI init error path
by Eric Anholt
· 9 years ago
08302c3
drm/vc4: Add DPI driver
by Eric Anholt
· 9 years ago
266c73b
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
90d7116
drm/vc4: Recognize a more specific compatible string for V3D.
by Eric Anholt
· 9 years ago
585cb13
drm/vc4: Return -EFAULT on copy_from_user() failure
by Dan Carpenter
· 9 years ago
0b06e0a
drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.
by Eric Anholt
· 9 years ago
0e60eab
drm/vc4: Let gpiolib know that we're OK with sleeping for HPD.
by Eric Anholt
· 9 years ago
ca26d28
drm/vc4: improve throughput by pipelining binning and rendering jobs
by Varad Gautam
· 9 years ago
67d1c0a
Merge tag 'drm-vc4-fixes-2016-03-03' of github.com:anholt/linux into drm-next
by Dave Airlie
· 9 years ago
9b61c0f
Merge drm-fixes into drm-next.
by Dave Airlie
· 9 years ago
f6e4566
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
by Luis R. Rodriguez
· 9 years ago
6a60920
drm/vc4: Initialize scaler DISPBKGND on modeset.
by Eric Anholt
· 9 years ago
a7c5047
drm/vc4: Fix setting of vertical timings in the CRTC.
by Eric Anholt
· 9 years ago
c31806fb
drm/vc4: Fix the name of the VSYNCD_EVEN register.
by Eric Anholt
· 9 years ago
936f1a5
drm/vc4: Add another reg to HDMI debug dumping.
by Eric Anholt
· 9 years ago
851479a
drm/vc4: Bring HDMI up from power off if necessary.
by Eric Anholt
· 9 years ago
48627eb
drm/vc4: Fix a framebuffer reference leak on async flip interrupt.
by Eric Anholt
· 9 years ago
Next »