Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a82b8db02f33b38a24fc3858968153940f7c4740
a82b8db
kref: Add kref_get_unless_zero documentation
by Thomas Hellstrom
· 12 years ago
384cc2f
drm: Add a hash-tab rcu-safe API
by Thomas Hellstrom
· 12 years ago
7e8d9da
drm/vmwgfx: Add and make use of a header for surface size calculation.
by Thomas Hellstrom
· 12 years ago
543831c
drm/vmwgfx: Break out surface and context management to separate files
by Thomas Hellstrom
· 12 years ago
c0951b7
drm/vmwgfx: Refactor resource management
by Thomas Hellstrom
· 12 years ago
bf6f036
drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects
by Thomas Hellstrom
· 12 years ago
506ff75
drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded
by Thomas Hellstrom
· 12 years ago
29a16e9
drm/vmwgfx: Make screen object code not require fifo at init time
by Thomas Hellstrom
· 12 years ago
dcb5227
drm/vmwgfx: Make overlay code not require fifo at init time
by Thomas Hellstrom
· 12 years ago
ba723fe8
drm/vmwgfx: Enable traces *after* we've hidden SVGA
by Thomas Hellstrom
· 12 years ago
654aa792
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
by Maarten Lankhorst
· 12 years ago
6c1e963
drm/ttm: Optimize reservation slightly
by Thomas Hellstrom
· 12 years ago
cdad052
drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3
by Thomas Hellstrom
· 12 years ago
4b20db3
kref: Implement kref_get_unless_zero v3
by Thomas Hellstrom
· 12 years ago
d714455
drm: Make hashtab rcu-safe
by Thomas Hellstrom
· 12 years ago
dedfdff
drm/ttm: remove sync_arg from driver functions
by Maarten Lankhorst
· 12 years ago
b03640b
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
by Maarten Lankhorst
· 12 years ago
5fb4ef0
drm/ttm: remove sync_obj_arg member
by Maarten Lankhorst
· 12 years ago
be01336
drm/vmwgfx: remove use of fence_obj_args
by Maarten Lankhorst
· 12 years ago
0355cf3
DRM/KMS: Add Bail-Out Conditions for Loop.
by Egbert Eich
· 12 years ago
a4f968d
drm: don't unnecessarily enable the polling work
by Daniel Vetter
· 12 years ago
9499c82
vga_switcheroo: Drop unused include and unused variables.
by Igor Murzov
· 12 years ago
83ef777
drm/nouveau: free memory allocated with alloc_apertures()
by Tommi Rantala
· 12 years ago
3023815
drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()
by Tommi Rantala
· 12 years ago
b0e77f4
drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()
by Tommi Rantala
· 12 years ago
6022864
drm/mgag200: free memory allocated with alloc_apertures()
by Tommi Rantala
· 12 years ago
0a7fdc5
drm/mgag200: check alloc_apertures() success in mga_vram_init()
by Tommi Rantala
· 12 years ago
bfb82ff
drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()
by Tommi Rantala
· 12 years ago
9192674
drm/ttm: remove ttm_mem_global->queue
by Marcin Slusarz
· 12 years ago
830e283
drm/ttm: remove ttm_bo_device->nice_mode
by Marcin Slusarz
· 12 years ago
0b91c4a
drm/ttm: remove ttm_buffer_object->buffer_start
by Marcin Slusarz
· 12 years ago
ef8cf3a
drm/radeon: Use hweight32
by Akinobu Mita
· 12 years ago
6311803
drm: use memchr_inv()
by Akinobu Mita
· 12 years ago
c61eef7
drm: add support for monotonic vblank timestamps
by Imre Deak
· 12 years ago
e62f2f5
drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos
by Imre Deak
· 12 years ago
11e6868
drm: don't poll forced connectors
by Daniel Vetter
· 12 years ago
905bc9f
drm: don't start the poll engine in probe_single_connector
by Daniel Vetter
· 12 years ago
5e2cb2f
drm: properly init/reset connector status
by Daniel Vetter
· 12 years ago
69787f7
drm: run the hpd irq event code directly
by Daniel Vetter
· 12 years ago
816da85
drm: handle HPD and polled connectors separately
by Daniel Vetter
· 12 years ago
3d3683f
drm: extract drm_kms_helper_hotplug_event
by Daniel Vetter
· 12 years ago
c6eefa1
drm: add drm_send_vblank_event() helper (v5)
by Rob Clark
· 12 years ago
edec4af
drm: tegra: Add HDMI support
by Thierry Reding
· 12 years ago
d8f4a9e
drm: Add NVIDIA Tegra20 support
by Thierry Reding
· 12 years ago
b27b6d3
drm/udl: Add missing static storage class specifiers in udl_connector.c
by Sachin Kamat
· 12 years ago
66141d3
drm/drm_stub: Remove unnecessary null check before kfree.
by Sachin Kamat
· 12 years ago
8c5eaca
drm/fb_helper: Fix potential NULL pointer dereference
by Sachin Kamat
· 12 years ago
e655d12
drm/crtc: Fix potential NULL pointer dereference
by Sachin Kamat
· 12 years ago
9e1c156
drm/crtc: Remove redundant NULL check before kfree
by Sachin Kamat
· 12 years ago
e3cc352
drm: Reject addfb2 with undefined flag bits set
by Ville Syrjälä
· 12 years ago
4c9287c
drm: fix documentation for drm_crtc_set_mode()
by Alex Deucher
· 12 years ago
a479903
drm: get cea video id code for a given display mode
by Stephane Marchesin
· 12 years ago
96081cd
drm/drm_fb_helper: Remove unnecessary braces
by Sachin Kamat
· 12 years ago
d56b1b9
drm/fb_helper: Convert printk to pr_* and dev_*
by Sachin Kamat
· 12 years ago
6c91083
drm/fb_helper: Fix checkpatch errors
by Sachin Kamat
· 12 years ago
08bec5b
drm: fix returning -EINVAL on setmaster if another master is active
by David Herrmann
· 12 years ago
9fabd4e
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
6b8294a
drm/i915: Restore physical HWS_PGA after resume
by Chris Wilson
· 12 years ago
d640c4b
drm/i915: Report amount of usable graphics memory in MiB
by Chris Wilson
· 12 years ago
f2ce9fa
drm/i915/i2c: Track users of GMBUS force-bit
by Chris Wilson
· 12 years ago
f94982b
drm/i915: Allocate the proper size for contexts.
by Ben Widawsky
· 12 years ago
0e8b3d3
drm/i915: Update load-detect failure paths for modeset-rework
by Chris Wilson
· 12 years ago
0fed39b
drm/i915: Clear unused fields of mode for framebuffer creation
by Chris Wilson
· 12 years ago
b9e0bda
drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer
by Chris Wilson
· 12 years ago
ccdf56c
drm/i915: Fix sparse warnings in from AGP kill code
by Ben Widawsky
· 12 years ago
44cbd33
drm/i915: Missed lock change with rps lock
by Ben Widawsky
· 12 years ago
26b1ff3
drm/i915: Move the remaining gtt code
by Ben Widawsky
· 12 years ago
0f9b91c
drm/i915: flush system agent TLBs on SNB
by Ben Widawsky
· 12 years ago
009946f
drm/i915: Kill off now unused gen6+ AGP code
by Ben Widawsky
· 12 years ago
03752f5
drm/i915: Calculate correct stolen size for GEN7+
by Ben Widawsky
· 12 years ago
e76e9ae
drm/i915: Stop using AGP layer for GEN6+
by Ben Widawsky
· 12 years ago
b3fcabb
drm/i915: drop the double-OP_STOREDW usage in blt_ring_flush
by Daniel Vetter
· 12 years ago
1abd02e
drm/i915: don't rewrite the GTT on resume v4
by Jesse Barnes
· 12 years ago
4fc688c
drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
by Jesse Barnes
· 12 years ago
1a01ab3
drm/i915: put ring frequency and turbo setup into a work queue v5
by Jesse Barnes
· 12 years ago
073f34d
drm/i915: don't block resume on fb console resume v2
by Jesse Barnes
· 12 years ago
a4da4fa
drm/i915: extract l3_parity substruct from dev_priv
by Daniel Vetter
· 12 years ago
231f42a
drm/i915: move dri1 dungeon out of dev_priv
by Daniel Vetter
· 12 years ago
3e37394
drm/i915: move pwrctx/renderctx to the other ilk power state
by Daniel Vetter
· 12 years ago
c85aa88
drm/i915: move dev_priv->(rps|ips) out of line
by Daniel Vetter
· 12 years ago
f4c956a
drm/i915: move the suspend/resume register file out of dev_priv
by Daniel Vetter
· 12 years ago
310c53a
drm/i915: add clock gating regs to VLV offset check function
by Jesse Barnes
· 12 years ago
3ac7831
drm/i915: PIPE_CONTROL TLB invalidate requires CS stall
by Jesse Barnes
· 12 years ago
9a28977
drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3
by Jesse Barnes
· 12 years ago
12f3382
drm/i915: implement WaDisablePSDDualDispatchEnable on IVB & VLV
by Jesse Barnes
· 12 years ago
2d80957
drm/i915: implement WaDisableVLVClockGating_VBIIssue on VLV
by Jesse Barnes
· 12 years ago
5c9664d
drm/i915: implement WaForceL3Serialization on VLV and IVB
by Jesse Barnes
· 12 years ago
8ab4397
drm/i915: implement WaDisableDopClockGatingisable on VLV and IVB
by Jesse Barnes
· 12 years ago
d0cf5ea
drm/i915: implement WaDisableL3CacheAging on VLV
by Jesse Barnes
· 12 years ago
1ad960f
drm/i915: fix Haswell FDI link disable path
by Paulo Zanoni
· 12 years ago
0494564
drm/i915: fix Haswell FDI link training code
by Paulo Zanoni
· 12 years ago
547dc04
drm/i915: remove HAS_eDP as unnecessary and inconsistent indirection
by Jani Nikula
· 12 years ago
349d7e5
drm/i915: set the correct number of FDI lanes on Haswell
by Paulo Zanoni
· 12 years ago
3107bd4
drm/i915: kill pch_init_clock_gating indirection
by Daniel Vetter
· 12 years ago
ce40141
drm/i915: implement WADP0ClockGatingDisable
by Daniel Vetter
· 12 years ago
23670b32
drm/i915: CPT+ pch transcoder workaround
by Daniel Vetter
· 12 years ago
8f5718a
drm/i915: drop unnecessary check from fdi_link_train code
by Daniel Vetter
· 12 years ago
7fcb83c
drm/i915: check whether the pch is the soulmate of the cpu
by Daniel Vetter
· 12 years ago
270b304
drm/i915: move panel connectors to the front
by Daniel Vetter
· 12 years ago
cfc1a06
drm: add helper to sort panels to the head of the connector list
by Daniel Vetter
· 12 years ago
Next »