Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2f63315692b1d3c055972ad33fc7168ae908b97b
/
drivers
2f63315
drm/i915: Create VMAs
by Ben Widawsky
· 11 years ago
f7f1818
drm/i915: Free stolen node on failed preallocation
by Ben Widawsky
· 11 years ago
5cef07e
drm/i915: Move active/inactive lists to new mm
by Ben Widawsky
· 11 years ago
a7bbbd6
drm/i915: Create a global list of vms
by Ben Widawsky
· 11 years ago
93bd864
drm/i915: Put the mm in the parent address space
by Ben Widawsky
· 11 years ago
853ba5d
drm/i915: Move gtt and ppgtt under address space umbrella
by Ben Widawsky
· 11 years ago
10cd45b
drm/i915: introduce i915_queue_hangcheck
by Mika Kuoppala
· 11 years ago
e852096
drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID
by Chris Wilson
· 11 years ago
11fa338
drm/i915: Fix retrieval of hangcheck stats
by Chris Wilson
· 11 years ago
eb4926e
drm/i915: Don't try to calculate RC6 residency on GEN4 and before
by Damien Lespiau
· 11 years ago
19bc678
drm/i915: We implement WaMPhyProgramming on Haswell
by Damien Lespiau
· 11 years ago
f1e8fa5
drm/i915: We implement WaFbcDisableDpfcClockGating on ilk
by Damien Lespiau
· 11 years ago
4bb3533
drm/i915: We implement WaFbcAsynchFlipDisableFbcQueue on ilk and snb
by Damien Lespiau
· 11 years ago
7457d61
drm/i915: We implement WaFbcWaitForVBlankBeforeEnable for ilk and snb
by Damien Lespiau
· 11 years ago
a0b3335
drm/i915: simplify rps interrupt enabling/disabling sequence
by Daniel Vetter
· 11 years ago
44fc7d5
drm/i915: extract rps interrupt enable/disable helpers
by Daniel Vetter
· 11 years ago
0a9a8c9
drm/i915: unify GT/PM irq postinstall code
by Daniel Vetter
· 11 years ago
d18ea1b
drm/i915: unify PM interrupt preinstall sequence
by Daniel Vetter
· 11 years ago
63573eb
drm/i915: debugfs entries for [e]LLC
by Ben Widawsky
· 11 years ago
4d15c14
drm/i915: Use eLLC/LLC by default when available
by Ben Widawsky
· 11 years ago
5912450
drm/i915: store eLLC size
by Ben Widawsky
· 11 years ago
05e21cc
drm/i915: Define some of the eLLC magic
by Ben Widawsky
· 11 years ago
0d8ff15
drm/i915/hsw: Set correct Haswell PTE encodings.
by Ben Widawsky
· 11 years ago
50b44a4
drm/i915: clear DPLL reg when disabling i9xx dplls
by Daniel Vetter
· 11 years ago
3ad8a20
drm/i915: Fix up cpt pixel multiplier enable sequence
by Daniel Vetter
· 11 years ago
426115c
drm/i915: clean up vlv ->pre_pll_enable and pll enable sequence
by Daniel Vetter
· 11 years ago
84734a0
drm/i915: move error state to own compilation unit
by Mika Kuoppala
· 11 years ago
53b9140
drm/i915: Don't attempt to read an unitialized stack value
by Damien Lespiau
· 11 years ago
08e2a7d
drm/i915: Use for_each_pipe() when possible
by Damien Lespiau
· 11 years ago
c0d6a3d
drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
by Daniel Vetter
· 11 years ago
c7113cc
drm/i915: unify ring irq refcounts (again)
by Daniel Vetter
· 11 years ago
59cdb63
drm/i915: kill dev_priv->rps.lock
by Daniel Vetter
· 11 years ago
2adbee6
drm/i915: queue work outside spinlock in hsw_pm_irq_handler
by Daniel Vetter
· 11 years ago
41a05a3
drm/i915: streamline hsw_pm_irq_handler
by Daniel Vetter
· 11 years ago
d0ecd7e
drm/i915: irq handlers don't need interrupt-safe spinlocks
by Daniel Vetter
· 11 years ago
de28075
drm/i915: kill lpt pch transcoder->crtc mapping code for fifo underruns
by Daniel Vetter
· 11 years ago
7336df6
drm/i915: improve GEN7_ERR_INT clearing for fifo underrun reporting
by Daniel Vetter
· 11 years ago
1dd246f
drm/i915: improve SERR_INT clearing for fifo underrun reporting
by Daniel Vetter
· 11 years ago
fee884e
drm/i915: extract ibx_display_interrupt_update
by Daniel Vetter
· 11 years ago
12f56f5
drm/i915: remove unused members from drm_i915_private
by Maarten Lankhorst
· 11 years ago
db1b76c
drm/i915: don't frob mm.suspended when not using ums
by Daniel Vetter
· 11 years ago
885b012
drm/i915: Fix VLV DP RBR/HDMI/DAC PLL LPF coefficients
by Ville Syrjälä
· 11 years ago
897f9ed
drm/i915: WARN if the bios reserved range is bigger than stolen size
by Daniel Vetter
· 11 years ago
36c0cc6
drm/i915: clean up media reset on gm45
by Daniel Vetter
· 11 years ago
eaba1b8
drm/i915: Verify that our stolen memory doesn't conflict
by Chris Wilson
· 11 years ago
34b9674
drm/i915: convert debugfs creation/destruction to table
by Daniel Vetter
· 11 years ago
5d536e2
drm/i915: dvo needs a P2 divisor of 4
by Daniel Vetter
· 11 years ago
4a33e48
drm/i915: fix dvo DPLL regression
by Daniel Vetter
· 11 years ago
c6cfb32
drm/i915: Embed drm_mm_node in i915 gem obj
by Ben Widawsky
· 11 years ago
edd41a8
drm/i915: Kill obj->gtt_offset
by Ben Widawsky
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
338710e
drm: Change create block to reserve node
by Ben Widawsky
· 11 years ago
b3a070c
drm: pre allocate node for create_block
by Ben Widawsky
· 11 years ago
b79480b
drm/i915: assert_spin_locked for pipestat interrupt enable/disable
by Daniel Vetter
· 11 years ago
190d6cd
drm/i915: less magic for stolen preallocated objects w/o gtt offset
by Daniel Vetter
· 11 years ago
d94ab06
drm/i915: Explicitly cast pipe -> intel_dpll_id
by Daniel Vetter
· 11 years ago
e143a21
drm/i915: explicitly cast pipe -> cpu_transcoder
by Daniel Vetter
· 11 years ago
e847440
drm/i915: Use wait_for() to wait for Punit to change GPU freq on VLV
by Ville Syrjälä
· 11 years ago
510d5f2
drm/i915: split encoder get_config calls from crtc get_clock calls
by Jesse Barnes
· 11 years ago
6f02488
drm/i915: fixup messages in pipe_config_compare
by Jesse Barnes
· 11 years ago
ef86ddc
drm/i915: add error_state sysfs entry
by Mika Kuoppala
· 11 years ago
4dc955f
drm/i915: introduce i915_error_state_buf_init
by Mika Kuoppala
· 11 years ago
95d5bfb
drm/i915: export error state ref handling
by Mika Kuoppala
· 11 years ago
fc16b48
drm/i915: export error state to string conversion
by Mika Kuoppala
· 11 years ago
319d982
drm/i915: flip on a no fb -> fb transition if crtc is active v3
by Jesse Barnes
· 11 years ago
4d6a3e6
drm/i915: turn off panel fitting at flip time if needed v2
by Jesse Barnes
· 11 years ago
babea61
drm/i915: copy fetched mode state into crtc at setup_hw time v5
by Jesse Barnes
· 11 years ago
f1f644d
drm/i915: get mode clock when reading the pipe config v9
by Jesse Barnes
· 11 years ago
2385bdf
drm/i915: add fastboot param for fast & loose mode setting
by Jesse Barnes
· 11 years ago
c93f54c
drm/i915: pixel multiplier readout support for pch ports
by Daniel Vetter
· 11 years ago
911bdf0
drm/i915: Move gtt_mtrr to i915_gtt
by Ben Widawsky
· 11 years ago
5c3fe8b
drm/i915: Move fbc members out of line
by Ben Widawsky
· 11 years ago
b2f21b4
drm/i915: Use gtt shortform where possible
by Ben Widawsky
· 11 years ago
80a74f7
drm/i915: Drop dev from pte_encode
by Ben Widawsky
· 11 years ago
6716724
drm/i915: Combine scratch members into a struct
by Ben Widawsky
· 11 years ago
84f1356
drm/i915: Really share scratch page
by Ben Widawsky
· 11 years ago
6670a5a
drm/i915: make PDE|PTE platform specific
by Ben Widawsky
· 11 years ago
26b7c22
drm/i915: Extract error buffer capture
by Ben Widawsky
· 11 years ago
5476f85
drm/i915: Remove extra error state NULL
by Ben Widawsky
· 11 years ago
165e901
drm/i915: Mask out hardware status bits from VLV DPLL register
by Ville Syrjälä
· 11 years ago
f6736a1
drm/i915: s/pre_pll/pre/ on the lvds port enable function
by Daniel Vetter
· 11 years ago
66e3d5c
drm/i915: move i9xx dpll enabling into crtc enable function
by Daniel Vetter
· 11 years ago
8bcc279
drm/i915: hw state readout for i9xx dplls
by Daniel Vetter
· 11 years ago
952735e
drm/i915: move encoder pre enable hooks togther on ilk+
by Daniel Vetter
· 11 years ago
55607e8
drm/i915: asserts for lvds pre_enable
by Daniel Vetter
· 11 years ago
87442f7
drm/i915: duplicate intel_enable_pll into i9xx and vlv versions
by Daniel Vetter
· 11 years ago
b89a1d3
drm/i915: use sw tracked state to select shared dplls
by Daniel Vetter
· 11 years ago
15bdd4c
drm/i915: consolidate pch pll enable sequence
by Daniel Vetter
· 11 years ago
3ef8fb5
drm/i915: Bail out once we've found the context object
by Damien Lespiau
· 11 years ago
f4db932
drm/i915: Fix a couple of "should it be static?" sparse warnings
by Damien Lespiau
· 11 years ago
aee56cf
drm/i915: Fix a few style issues found by checkpatch.pl
by Damien Lespiau
· 11 years ago
267f0c9
drm/i915: Use seq_puts/seq_putc when possible
by Damien Lespiau
· 11 years ago
8a5729a
drm/i915: Fix reason for per-chip disabling of FBC
by Damien Lespiau
· 11 years ago
b63fb44
drm/i915: Make intel_enable_fbc() static
by Damien Lespiau
· 11 years ago
6cdcb5e
drm/i915: invert the verbosity of intel_enable_fbc
by Paulo Zanoni
· 11 years ago
baf27f9
drm/i915: Break up the large vsnprintf() in print_error_buffers()
by Chris Wilson
· 11 years ago
d26e3af
drm/i915: Refactor the wait_rendering completion into a common routine
by Chris Wilson
· 11 years ago
daa13e1
drm/i915: Only clear write-domains after a successful wait-seqno
by Chris Wilson
· 11 years ago
63000ef
drm/i915: correct intel_dp_get_config() function for DevCPT
by Xiong Zhang
· 11 years ago
b5ea2d5
drm/i915: fix hpd interrupt register locking
by Daniel Vetter
· 11 years ago
Next »