Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c6b6eedc29dec8f779fd3420e8c62fd18e7b7c97
/
drivers
/
gpu
219c673
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
cb364e3
drm/exynos: fixed exception to page allocation failure
by Inki Dae
· 12 years ago
d73c1c9
drm/exynos: use __free_page() to deallocate memory
by Inki Dae
· 12 years ago
3c52b88
drm/exynos: fixed a comment to gem size.
by Inki Dae
· 12 years ago
e3fd38c
drm/exynos: removed unnecessary variable
by Inki Dae
· 12 years ago
c374e73
drm/exynos: do not release memory region from exporter.
by Inki Dae
· 12 years ago
47fcdce
drm/exynos: set buffer type from exporter.
by Inki Dae
· 12 years ago
c62bc75
drm/exynos: use alloc_page() to allocate pages.
by Inki Dae
· 12 years ago
f91f2f3
drm/exynos: fixed build warning.
by Inki Dae
· 12 years ago
d3b62db
drm/exynos: fixed edid data setting at vidi connection request
by Inki Dae
· 12 years ago
d7b8478
drm/exynos: check if raw edid data is fake or not for test
by Inki Dae
· 12 years ago
d07d39d
drm/exynos: set edid fake data only for test.
by Inki Dae
· 12 years ago
a04f3fa
drm/exynos: removed unnecessary declaration.
by Inki Dae
· 12 years ago
3fd6b69
drm/exynos: fix buffer pitch calculation
by Cooper Yuan
· 12 years ago
0dd3b72
drm/exynos: check for null in return value of dma_buf_map_attachment()
by Subash Patel
· 12 years ago
56fb538
drm/exynos: return NULL if exynos_pages_to_sg fails
by Subash Patel
· 12 years ago
9416dfa
drm/exynos: Use devm_* functions in exynos_mixer.c
by Sachin Kamat
· 12 years ago
a6e6507
drm/exynos: Use devm_* functions in exynos_hdmi.c
by Sachin Kamat
· 12 years ago
edc5726
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
by Sachin Kamat
· 12 years ago
2fb16de
drm/exynos: Add missing static storage class specifier
by Sachin Kamat
· 12 years ago
3b8d1cf
drm/exynos: add property for crtc mode
by Joonyoung Shim
· 12 years ago
a365d9e
drm/exynos: add crtc disable function
by Joonyoung Shim
· 12 years ago
cf5188a
drm/exynos: add plane enable/disable
by Joonyoung Shim
· 12 years ago
d55ab76
drm/exynos: remove unnecessary connector dpms control
by Joonyoung Shim
· 12 years ago
bebab8f
drm/exynos: fix dpms operation for mode set
by Joonyoung Shim
· 12 years ago
00ae67c
drm/exynos: add property for plane zpos
by Joonyoung Shim
· 12 years ago
4070d21
drm/exynos: update overlay via plane from crtc
by Joonyoung Shim
· 12 years ago
b5d2eb3
drm/exynos: use private plane for crtc
by Joonyoung Shim
· 12 years ago
fdc575e
drm/exynos: define to_exynos_plane macro
by Joonyoung Shim
· 12 years ago
d249ce0
drm/exynos: fix to set pipe of crtc
by Joonyoung Shim
· 12 years ago
aeb2922
drm/exynos: fix point to call overlay_ops->mode_set
by Joonyoung Shim
· 12 years ago
bd22dc1
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
98c7b42
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
2536f7d
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
7158554
drm/nouveau: init vblank requests list
by Marcin Slusarz
· 12 years ago
0ade74b
drm/nv50: extend vblank semaphore to generic dmaobj + offset pair
by Ben Skeggs
· 13 years ago
2a259a3
drm/nouveau: mark most of our ioctls as deprecated, move to compat layer
by Ben Skeggs
· 13 years ago
ce22af0
drm/nouveau: move current gpuobj code out of nouveau_object.c
by Ben Skeggs
· 13 years ago
5086f69
drm/nouveau/gem: fix object reference leak in a failure path
by Ben Skeggs
· 12 years ago
887cd78
drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATION
by Marcin Slusarz
· 12 years ago
e0dd536
drm/nv84: decode PCRYPT errors
by Marcin Slusarz
· 12 years ago
16fde6c
drm/nouveau: dcb table quirk for fdo#50830
by Ben Skeggs
· 12 years ago
ce806a3
nouveau: Fix alignment requirements on src and dst addresses
by Maarten Lankhorst
· 12 years ago
e8aeaee
drm/i915: unbreak lastclose for failed driver init
by Daniel Vetter
· 12 years ago
0da5cec
drm/i915: Set the context before setting up regs for the context.
by Eric Anholt
· 12 years ago
35313cd
drm/i915: constify mode in crtc_mode_fixup
by Daniel Vetter
· 12 years ago
520c41c
drm/i915/lvds: ditch ->prepare special case
by Daniel Vetter
· 12 years ago
be63638
drm/i915: dereferencing an error pointer
by Dan Carpenter
· 12 years ago
b259b31
drm/i915: fix invalid reference handling of the default ctx obj
by Chris Wilson
· 12 years ago
eeef9b3
drm/i915: Add -EIO to the list of known errors for __wait_seqno
by Chris Wilson
· 12 years ago
d3373a2
drm/i915: Flush the context object from the CPU caches upon switching
by Chris Wilson
· 12 years ago
fcedac6
drm/radeon: fix dpms on/off on trinity/aruba v2
by Jerome Glisse
· 12 years ago
ca2ccde
drm/radeon: on hotplug force link training to happen (v2)
by Jerome Glisse
· 12 years ago
266dcba
drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2)
by Jerome Glisse
· 12 years ago
8d1c702
drm/radeon: fix non revealent error message
by Jerome Glisse
· 12 years ago
1e179d4
drm/radeon: check for allocation failure in radeon_ring_backup()
by Dan Carpenter
· 12 years ago
d1c7871
drm/radeon: fix bo creation retry path
by Jerome Glisse
· 12 years ago
949c4a3
drm: track dev_mapping in more robust and flexible way
by Ilija Hadzic
· 12 years ago
7915810
drm/i915: Make the lock for pageflips interruptible
by Chris Wilson
· 12 years ago
a4f32fc
drm/i915: don't forget the PCH backlight registers
by Paulo Zanoni
· 12 years ago
09cf7c9
drm/i915: Insert a flush between batches if the breadcrumb was dropped
by Chris Wilson
· 12 years ago
2e6c21e
drm/i915: missing error case in init status page
by Ben Widawsky
· 12 years ago
7962652
drm/i915: mask tiled bit when updating ILK sprites
by Ander Conselvan de Oliveira
· 12 years ago
0d71068
drm/i915: try to train DP even harder
by Paulo Zanoni
· 12 years ago
4d678e1
drm/i915: kill intel_ddc_probe
by Daniel Vetter
· 12 years ago
a2bd1f5
drm/i915: check whether we actually received an edid in detect_ddc
by Daniel Vetter
· 12 years ago
4b4147c
drm/i915: fix up PCH backlight #define mixup
by Daniel Vetter
· 12 years ago
12f5581
drm/i915: Add comments to explain the BSD tail write workaround
by Chris Wilson
· 12 years ago
67b1b57
drm/i915: Disable the BLT on pre-production SNB hardware
by Chris Wilson
· 12 years ago
0232e92
drm/i915: initialize power wells in modeset_init_hw
by Eugeni Dodonov
· 12 years ago
ff92826
drm/i915: Only request PM interrupts for the events we handled
by Chris Wilson
· 12 years ago
6a4ea12
drm/i915/context: Add missing IVB context sizes
by Ben Widawsky
· 12 years ago
4f91dd6
drm/i915/context/: s/CTX/CXT
by Ben Widawsky
· 12 years ago
e6b0b6a
Merge tag 'v3.5-rc7' into drm-next
by Dave Airlie
· 12 years ago
83bc5fd
drm/sis: fixup sis_mm ioctl structs
by Daniel Vetter
· 12 years ago
67cb4b4
drm: unconditionally clean up dma buffers of closing clients
by Daniel Vetter
· 13 years ago
a344a7e
drm: kill dma queue support
by Daniel Vetter
· 13 years ago
4c37379
drm: ditch strange DRIVER_DMA_QUEUE only error bail-out
by Daniel Vetter
· 13 years ago
b0071ef
drm: kill reclaim_buffers callback
by Daniel Vetter
· 13 years ago
e2b3c5b
drm/savage: clean up reclaim_buffers
by Daniel Vetter
· 13 years ago
923d1fe
drm: kill reclaim_buffers_locked
by Daniel Vetter
· 13 years ago
d5346b3
Revert "Revert "drm/i810: cleanup reclaim_buffers""
by Daniel Vetter
· 12 years ago
3ae6b64
drm: kill reclaim_buffers_idlelocked functions
by Daniel Vetter
· 13 years ago
ea5e437
drm/sis: clean up reclaim_buffers
by Daniel Vetter
· 13 years ago
834859c
drm/via: clean up reclaim_buffers
by Daniel Vetter
· 13 years ago
5bd42f6
drm/udl: port over blanking code from udlfb.
by Dave Airlie
· 12 years ago
197bbb3
drm/radeon/kms: auto detect pcie link speed from root port
by Dave Airlie
· 12 years ago
f429778
drm/pci: add support for getting the supported link bw.
by Dave Airlie
· 12 years ago
440a7cd
drm/radeon: improve GPU lockup debugging info on r6xx/r7xx/r8xx/r9xx
by Jerome Glisse
· 12 years ago
4dbdf0a
drm/mgag200: fix null pointer dereference
by Devendra Naga
· 12 years ago
f60ec4c
drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.
by Michel Dänzer
· 12 years ago
e811f5a
drm: Make the .mode_fixup() operations mode argument a const pointer
by Laurent Pinchart
· 12 years ago
d390475
drm/fb helper: don't call drm_crtc_helper_set_config
by Daniel Vetter
· 12 years ago
343065a
drm/fb-helper: delay hotplug handling when partially bound
by Daniel Vetter
· 12 years ago
f312f09
drm/radeon: fix SS setup for DCPLL
by Alex Deucher
· 12 years ago
26fe45a
drm/radeon: fix up pll selection on DCE5/6
by Alex Deucher
· 12 years ago
377edc8
drm/radeon: start to document evergreen.c
by Alex Deucher
· 12 years ago
48ef779
drm/radeon: start to document the functions r100.c
by Alex Deucher
· 12 years ago
09db864
drm/radeon: document VM functions in radeon_gart.c (v3)
by Alex Deucher
· 12 years ago
03eec93
drm/radeon: document non-VM functions in radeon_gart.c (v2)
by Alex Deucher
· 12 years ago
Next »