Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b696519e51910943f084ea0fc8bdceceae8383ef
b696519
drm/i915: Cleanup SHOTPLUG_CTL status bits definitions
by Damien Lespiau
· 12 years ago
0915300
drm/i915: rework locking for intel_dpio|sbi_read|write
by Daniel Vetter
· 12 years ago
20afbda
drm/i915: Fixup hpd irq register setup ordering
by Daniel Vetter
· 12 years ago
9e8e368
drm/i915: Set initial seqno value close to wrap boundary
by Mika Kuoppala
· 12 years ago
107f27a5
drm/i915: Open-code i915_gpu_idle() for handling seqno wrapping
by Chris Wilson
· 12 years ago
f72b343
drm/i915: Don't emit semaphore wait if wrap happened
by Mika Kuoppala
· 12 years ago
3ac1823
i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointers
by Tim Gardner
· 12 years ago
378a6a7
drm/i915: Remove duplicate inclusion of drm/drm_edid.h
by Sachin Kamat
· 12 years ago
97a19a2
drm/i915: don't prevent CPU idle states
by Tomas Janousek
· 12 years ago
e9b73c6
drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
by Chris Wilson
· 12 years ago
e69d0bc
drm/i915: extract common link_m_n helpers
by Daniel Vetter
· 12 years ago
2f0c2ad
drm/i915: drop unnecessary clearing of pch dp transcoder timings
by Daniel Vetter
· 12 years ago
ff50afe
drm/i915: WARN on !crtc in intel_dp_link_down
by Daniel Vetter
· 12 years ago
ab527ef
drm/i915: use wait_for_vblank instead of msleep(17)
by Daniel Vetter
· 12 years ago
1ce1703
drm/i915: rip out pre-production ilk cpu edp w/a
by Daniel Vetter
· 12 years ago
ea9b600
drm/i915: move set_pll_edp to intel_dp.c
by Daniel Vetter
· 12 years ago
ed7ef43
drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
by Daniel Vetter
· 12 years ago
36dacf5
drm/i915: be less verbose when handling gmbus/aux irqs
by Paulo Zanoni
· 12 years ago
6ef6a45
drm/i915: Remove duplicate and unused register #defines in i915_reg.h
by Dexuan Cui
· 12 years ago
ef04f00
drm/i915: use _NOTRACE for gmbus/dp aux wait loops
by Daniel Vetter
· 12 years ago
9ee32fea
drm/i915: irq-drive the dp aux communication
by Daniel Vetter
· 12 years ago
ce99c25
drm/i915: wire up do aux channel done interrupt
by Daniel Vetter
· 12 years ago
2c438c0
drm/i915: use gmbus irq to wait for gmbus idle
by Daniel Vetter
· 12 years ago
28c70f1
drm/i915: use the gmbus irq for waits
by Daniel Vetter
· 12 years ago
515ac2b
drm/i915: wire up gmbus irq handler
by Daniel Vetter
· 12 years ago
61168c5
drm/i915: extract gmbus_wait_hw_status
by Daniel Vetter
· 12 years ago
52d7ece
drm/i915: reorder setup sequence to have irqs for output setup
by Daniel Vetter
· 12 years ago
61bac78
drm/i915: setup the hangcheck timer early
by Daniel Vetter
· 12 years ago
d83779a
drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlv
by Daniel Vetter
· 12 years ago
4a06e20
drm/i915: haswell has the same irq handlers as ivb
by Daniel Vetter
· 12 years ago
498d2ac
drm/i915: Add intel_ring_handle_seqno wrap
by Mika Kuoppala
· 12 years ago
cbcc80d
drm/i915: Split intel_ring_begin
by Mika Kuoppala
· 12 years ago
43a7b92
drm/i915: Fix debugfs seqno info print to use uint
by Mika Kuoppala
· 12 years ago
4063321
drm/i915: Add debugfs entry to read/write next_seqno
by Mika Kuoppala
· 12 years ago
1a240d4
drm/i915: fixup sparse warnings
by Daniel Vetter
· 12 years ago
c1f093e
drm/i915: Remove check for conflicting relocation write-domains
by Chris Wilson
· 12 years ago
2a2d548
drm/i915: Tighten the checks for invalid relocation domains
by Chris Wilson
· 12 years ago
4239ca7
drm/i915: Fix dieing -> dying typo
by Damien Lespiau
· 12 years ago
42dcedd
drm/i915: Use a slab for object allocation
by Chris Wilson
· 12 years ago
8040513
drm/i915: Allocate overlay registers from stolen memory
by Chris Wilson
· 12 years ago
ebc052e
drm/i915: Allocate ringbuffers from stolen memory
by Chris Wilson
· 12 years ago
0ffb0ff
drm/i915: Allocate fbcon from stolen memory
by Chris Wilson
· 12 years ago
0104fdb
drm/i915: Introduce i915_gem_object_create_stolen()
by Chris Wilson
· 12 years ago
960e356
drm/i915: Support readback of stolen objects upon error
by Chris Wilson
· 12 years ago
c1ad11f
drm/i915: Allow objects to be created with no backing pages, but stolen space
by Chris Wilson
· 12 years ago
11be49e
drm/i915: Delay allocation of stolen space for FBC
by Chris Wilson
· 12 years ago
ed2f345
drm/i915: Avoid clearing preallocated regions from the GTT
by Chris Wilson
· 12 years ago
e12a2d5
drm/i915: Fix detection of base of stolen memory
by Chris Wilson
· 12 years ago
9e8944a
drm: Introduce an iterator over holes in the drm_mm range manager
by Chris Wilson
· 12 years ago
5973c7e
drm: Introduce drm_mm_create_block()
by Chris Wilson
· 12 years ago
acd15b6
drm/i915: optimize ilk/snb irq handler
by Daniel Vetter
· 12 years ago
99057c8
i915: convert struct spinlock to spinlock_t
by Luis R. Rodriguez
· 12 years ago
9fa5f65
drm/i915: kill intel_dp_link_clock()
by Paulo Zanoni
· 12 years ago
0d536cb
drm/i915: invert the log inside intel_prepare_ddi
by Paulo Zanoni
· 12 years ago
affa935
drm/i915: add HAS_DDI check
by Paulo Zanoni
· 12 years ago
2074973
drm/i915: remove Haswell code from ironlake_fdi_pll_enable
by Paulo Zanoni
· 12 years ago
c1f63f9
drm/i915: intel_prepare_ddi_buffers should be static
by Paulo Zanoni
· 12 years ago
8dcf015
drm/i915: optimize the shmem_pwrite slowpath handling
by Daniel Vetter
· 12 years ago
a39a680
drm/i915: simplify shmem pwrite/pread slowpath handling
by Daniel Vetter
· 12 years ago
62810e5
drm/i915: enable intel_lvds->pre_pll_enable for ilk+, too
by Daniel Vetter
· 12 years ago
fc68309
drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enable
by Daniel Vetter
· 12 years ago
7dec060
drm/i915: add intel_lvds->reg
by Daniel Vetter
· 12 years ago
13c7d87
drm/i915: track is_dual_link in intel_lvds
by Daniel Vetter
· 12 years ago
1974cad
drm/i915: move is_dual_link_lvds to intel_lvds.c
by Daniel Vetter
· 12 years ago
a210b02
drm/i915: replace ad-hoc dual-link lvds checks
by Daniel Vetter
· 12 years ago
dafd226
drm/i915: add encoder->pre_pll_enable callback
by Daniel Vetter
· 12 years ago
04b97b3
drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains
by Chris Wilson
· 12 years ago
ca9c46c
drm/i915: Kill i915_gem_execbuffer_wait_for_flips()
by Ville Syrjälä
· 12 years ago
f930ddd
drm/i915: remove duplicate register #defines
by Daniel Vetter
· 12 years ago
7b01e26
drm/i915: Set sync_seqno properly after seqno wrap
by Mika Kuoppala
· 12 years ago
df2b23d
drm/i915: Include the last semaphore sync point in the error-state
by Chris Wilson
· 12 years ago
3e96050
drm/i915: Rearrange code to only have a single method for waiting upon the ring
by Chris Wilson
· 12 years ago
b662a06
drm/i915: Simplify flushing activity on the ring
by Chris Wilson
· 12 years ago
9d773091
drm/i915: Preallocate next seqno before touching the ring
by Chris Wilson
· 12 years ago
45e2b5f
drm/i915: force restore on lid open
by Daniel Vetter
· 12 years ago
b5d1779
drm/i915: Wait upon the last request seqno, rather than a future seqno
by Chris Wilson
· 12 years ago
4f1ba0f
drm/i915: fix possible NULL dereference of dev_priv
by Mika Kuoppala
· 12 years ago
fc37381
drm/i915: Increase the response time for slow SDVO devices
by Chris Wilson
· 12 years ago
9a69b88
drm/i915: set the VIC of the mode on the AVI InfoFrame
by Paulo Zanoni
· 12 years ago
374a868
drm: add drm_mode_cea_vic
by Paulo Zanoni
· 12 years ago
2ff4aeac
drm/i915: Fix pte updates in ggtt clear range
by Ben Widawsky
· 12 years ago
70b12bb
drm/i915: promote Haswell to full support
by Paulo Zanoni
· 12 years ago
6a9d51b
drm/i915: Report the origin of the LVDS fixed panel mode
by Chris Wilson
· 12 years ago
2aa4f09
drm/i915: LVDS fallback to fixed-mode if EDID not present
by Chris Wilson
· 12 years ago
4b745b1
drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroy
by Jani Nikula
· 12 years ago
662595d
drm/i915: drm_connector_property -> drm_object_property
by Rob Clark
· 12 years ago
45a066e
drm/i915: use drm_send_vblank_event() helper
by Rob Clark
· 12 years ago
b5c6215
drm/i915: Use pci_resource functions for BARs.
by Ben Widawsky
· 12 years ago
5774506
drm/i915: Borrow our struct_mutex for the direct reclaim
by Chris Wilson
· 12 years ago
8742267
drm/i915: Defer assignment of obj->gtt_space until after all possible mallocs
by Chris Wilson
· 12 years ago
776ca7c
drm/i915: Apply the IBX transcoder A w/a for HDMI to SDVO as well
by Chris Wilson
· 12 years ago
b3bf076
drm/i915: implement WaMbcDriverBootEnable on Haswell
by Paulo Zanoni
· 12 years ago
d567b07
drm/i915: fix intel_ddi_get_cdclk_freq for ULT machines
by Paulo Zanoni
· 12 years ago
54075a7
drm/i915: make the panel fitter work on pipes B and C on Haswell
by Paulo Zanoni
· 12 years ago
13888d7
drm/i915: make the panel fitter work on pipes B and C on IVB
by Paulo Zanoni
· 12 years ago
79935fc
drm/i915: don't intel_crt_init if DDI A has 4 lanes
by Paulo Zanoni
· 12 years ago
17a303e
drm/i915: make DP work on LPT-LP machines
by Paulo Zanoni
· 12 years ago
c54e590
drm/i915: fix false positive "Unclaimed write" messages
by Paulo Zanoni
· 12 years ago
cc391bb
drm/i915: use cpu/pch transcoder on intel_enable_pipe
by Paulo Zanoni
· 12 years ago
d63fa0d
drm/i915: don't limit Haswell CRT encoder to pipe A
by Paulo Zanoni
· 12 years ago
Next »