Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dd624afd533bdc87b8c10835515a0c8b2b9868b1
/
drivers
/
gpu
/
drm
/
i915
dd624af
drm/i915: Add a debug interface to forcibly evict and shrink our object caches
by Chris Wilson
· 12 years ago
0fa8779
drm/i915: use gtt_get_size() instead of open coding it
by Imre Deak
· 12 years ago
56c844e
drm/i915: merge {i965, sandybridge}_write_fence_reg()
by Imre Deak
· 12 years ago
d865110c
drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()
by Imre Deak
· 12 years ago
af5163a
drm/i915: Remove pch_rq_mask from struct drm_i915_private.
by Egbert Eich
· 12 years ago
2c10d57
drm/i915: wake up all pageflip waiters
by Daniel Vetter
· 12 years ago
b5cc6c0
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
ca5c8a4c
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
be8a42a
drm/prime: drop reference on imported dma-buf come from gem
by Seung-Woo Kim
· 12 years ago
56550d9
Drivers: gpu: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
8be0e5c
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
c0c36b94
drm/i915: Return the real error code from intel_set_mode()
by Chris Wilson
· 12 years ago
1c45140
drm/i915: Make GSM void
by Ben Widawsky
· 12 years ago
06e5598
drm/i915: Move GSM mapping into dev_priv
by Ben Widawsky
· 12 years ago
d7e5008
drm/i915: Move even more gtt code to i915_gem_gtt
by Ben Widawsky
· 12 years ago
da494d7
drm/i915: disable shrinker lock stealing for create_mmap_offset
by Daniel Vetter
· 12 years ago
677feac
drm/i915: optionally disable shrinker lock stealing
by Daniel Vetter
· 12 years ago
5b42427
drm/i915: fix flags in dma buf exporting
by Dave Airlie
· 12 years ago
0fde901
i915: ensure that VGA plane is disabled
by Krzysztof Mazur
· 12 years ago
e94fbaa
drm/i915: Make next_seqno debugs entry to use i915_gem_set_seqno
by Mika Kuoppala
· 12 years ago
fca26bb
drm/i915: Introduce i915_gem_set_seqno()
by Mika Kuoppala
· 12 years ago
ba1a706
drm/i915: Always clear semaphore mboxes on seqno wrap
by Mika Kuoppala
· 12 years ago
f7e98ad
drm/i915: Initialize hardware semaphore state on ring init
by Mika Kuoppala
· 12 years ago
b70ec5b
drm/i915: Introduce ring set_seqno
by Mika Kuoppala
· 12 years ago
079a43f
drm/i915: Missed conversion to gtt_pte_t
by Ben Widawsky
· 12 years ago
8782e26
drm/i915: Bug on unsupported swizzled platforms
by Ben Widawsky
· 12 years ago
7dbf9d6
drm/i915: BUG() if fences are used on unsupported platform
by Ben Widawsky
· 12 years ago
dc9dd7a
drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm manager
by Chris Wilson
· 12 years ago
b0a2658
drm/i915: don't disable disconnected outputs
by Daniel Vetter
· 12 years ago
4d7bb01
drm/i915: fixup overlay stolen memory leak
by Daniel Vetter
· 12 years ago
b45305f
drm/i915: Implement workaround for broken CS tlb on i830/845
by Daniel Vetter
· 12 years ago
3c2e81e
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
6547fbd
drm/i915: Implement WaSetupGtModeTdRowDispatch
by Daniel Vetter
· 12 years ago
4283908
drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled
by Daniel Vetter
· 12 years ago
dfd07d7
drm/i915: clean up PIPECONF bpc #defines
by Daniel Vetter
· 12 years ago
f0a3424
drm/i915: add intel_dp_set_signal_levels
by Paulo Zanoni
· 12 years ago
a0e63c2
drm/i915: remove leftover display.update_wm assignment
by Paulo Zanoni
· 12 years ago
681e581
drm/i915: check for the PCH when setting pch_transcoder
by Paulo Zanoni
· 12 years ago
88afe71
drm/i915: Clear the stolen fb before enabling
by Chris Wilson
· 12 years ago
f20e0b0
drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations
by Chris Wilson
· 12 years ago
52bd02d
drm/i915: Clear self-refresh watermarks when disabled
by Chris Wilson
· 12 years ago
af6c457
drm/i915: Double the cursor self-refresh latency on Valleyview
by Chris Wilson
· 12 years ago
c43d018
drm/i915: Fixup cursor latency used for IVB lp3 watermarks
by Chris Wilson
· 12 years ago
eb119bd
drm/i915: Access to snooped system memory through the GTT is incoherent
by Chris Wilson
· 12 years ago
55bde6b
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
3f8c65d
drm/i915: Remove stale comment about intel_dp_detect()
by Damien Lespiau
· 12 years ago
c36346e
drm/i915: Implement ibx_digital_port_connected() for IBX
by Damien Lespiau
· 12 years ago
577c7a5
drm/i915/dp: Log the DPCD only if we have successfully retrieved one
by Damien Lespiau
· 12 years ago
1b46963
drm/i915/dp: Read the HPD status before trying to read the DPCD
by Damien Lespiau
· 12 years ago
b0ea7d3
drm/i915/hdmi: Read the HPD status before trying to read the EDID
by Damien Lespiau
· 12 years ago
b696519
drm/i915: Cleanup SHOTPLUG_CTL status bits definitions
by Damien Lespiau
· 12 years ago
2065209
drm/i915: Fix missed needs_dmar setting
by Zhenyu Wang
· 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
335c07b
drm/i915: Fix shifted screen on top of LVDS on IVY laptop
by Takashi Iwai
· 12 years ago
539526b
drm/i915: disable cpt phase pointer fdi rx workaround
by Daniel Vetter
· 12 years ago
caf4919
Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage
by Linus Torvalds
· 12 years ago
68d18ad
drm/i915: set the LPT FDI RX polarity reversal bit when needed
by Paulo Zanoni
· 12 years ago
dde86e2
drm/i915: add lpt_init_pch_refclk
by Paulo Zanoni
· 12 years ago
1a1494d
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 12 years ago
988d6ee
drm/i915: add support for mPHY destination on intel_sbi_{read, write}
by Paulo Zanoni
· 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
d4b1931
drm/i915: reject modes the LPT FDI receiver can't handle
by Paulo Zanoni
· 12 years ago
248138b
drm/i915: fix hsw_fdi_link_train "retry" code
by Paulo Zanoni
· 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
e7d841c
drm/i915: Close race between processing unpin task and queueing the flip
by Chris Wilson
· 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
ebf69cb
drm/i915: fixup l3 parity sysfs access check
by Daniel Vetter
· 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
8c919b2
drm/i915: Clear the existing watermarks for g4x when modifying the cursor sr
by Chris Wilson
· 12 years ago
bfd7590
drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardware
by Jani Nikula
· 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
Next »