Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4fefe435626758b14e6c05d2a5f8d71a997c0ad6
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
9d0498a
drm/i915: wait for actual vblank, not just 20ms
by Jesse Barnes
· 14 years ago
d240f20
drm/i915: make sure eDP PLL is enabled at the right time
by Jesse Barnes
· 14 years ago
9cce37f
drm/i915: fix VGA plane disable for Ironlake+
by Jesse Barnes
· 14 years ago
ce17178
drm/i915: Enable RC6 on Ironlake.
by Zou Nan hai
· 14 years ago
aa40d6b
drm/i915: Set up a render context on Ironlake
by Zou Nan hai
· 14 years ago
6eeefaf
drm/i915: Apply i830 errata for cursor alignment
by Chris Wilson
· 14 years ago
560b85b
drm/i915: Only update i845/i865 CURBASE when disabled (v2)
by Chris Wilson
· 14 years ago
c27ba48
drm/i915: FBC is updated within set_base() so remove second call in mode_set()
by Chris Wilson
· 14 years ago
5ddb954
drm/i915/edp: Flush the write before waiting for PLLs
by Chris Wilson
· 14 years ago
913d8d1
drm/i915: Ensure that while(INREG()) are bounded (v2)
by Chris Wilson
· 14 years ago
debcadd
drm/i915: Update watermarks for Ironlake after dpms changes
by Chris Wilson
· 14 years ago
868dc58
drm/i915/display: Add pipe/plane information to dpms debugging
by Chris Wilson
· 14 years ago
20a0945
drm/i915: Write to display base last.
by Chris Wilson
· 14 years ago
1d8e1c7
drm/i915: Enable aspect/centering panel fitting for Ironlake.
by Chris Wilson
· 14 years ago
87f8ebf
drm/i915: Disable the cursor for DPMS_OFF
by Chris Wilson
· 14 years ago
6146b3d
drm/i915: i8xx also doesn't like multiple oustanding pageflips
by Daniel Vetter
· 14 years ago
69d0b96
drm/i915: fixup pageflip ringbuffer commands for i8xx
by Daniel Vetter
· 14 years ago
403c89f
drm/i915: Mark the static memory latency tables const.
by Chris Wilson
· 14 years ago
ea5b213
drm/i915: Subclass intel_encoder.
by Chris Wilson
· 14 years ago
94113ce
drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling.
by Chris Wilson
· 14 years ago
3e33d94
drm/i915: Remove useless message when disabling "Big FIFO" on PineView
by Chris Wilson
· 14 years ago
fc1caf6
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
c924b93
i915: when kgdb is active display compression should be off
by Jason Wessel
· 14 years ago
8125556
drm/i915: use new fb debug hooks
by Jesse Barnes
· 14 years ago
7b824ec
drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.
by Eric Anholt
· 14 years ago
cda4b7d
drm/i915: Unset cursor if out-of-bounds upon mode change (v4)
by Chris Wilson
· 14 years ago
b9421ae
drm/i915: Warn if we run out of FIFO space for a mode
by Chris Wilson
· 14 years ago
8de9b31
drm/i915: Round up the watermark entries (v3)
by Chris Wilson
· 14 years ago
1fc7947
drm/i915: Enable panel fitting for eDP
by Zhao Yakui
· 14 years ago
d6d9526
drm/i915/pch: Set transcoder sync polarity for DP based on actual mode
by Adam Jackson
· 14 years ago
cb0953d
drm/i915: Initialize LVDS and eDP outputs before anything else
by Adam Jackson
· 14 years ago
2bd34f6
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 14 years ago
534843d
drm/i915: Use 128k alignment for untiled display surface on i965 (v2)
by Chris Wilson
· 14 years ago
e1a4474
drm/i915/pch: Cosmetic fix to FDI link training
by Adam Jackson
· 14 years ago
2377b74
drm/i915: fix FDI frequency check
by Jesse Barnes
· 14 years ago
2dafb1e
drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()
by Chris Wilson
· 14 years ago
96b099f
drm/i915: Propagate error from drm_vblank_get() during page-flipping.
by Chris Wilson
· 14 years ago
b52eb4d
drm/i915: Add frame buffer compression support on Ironlake mobile
by Zhao Yakui
· 14 years ago
c936f44
drm/i915: Calculate cursor watermark under non-SR state for Ironlake
by Zhao Yakui
· 14 years ago
4fe5e61
drm/i915: Apply self-refresh watermark calculation for cursor plane
by Zhao Yakui
· 14 years ago
1b07e04
drm/i915: Fix fifo size for self-refresh watermark on 965G
by Zhao Yakui
· 14 years ago
fa14321
drm/i915: Fix watermark calculation in self-refresh mode
by Zhao Yakui
· 14 years ago
36e83a1
drm/i915: Add the support of eDP on DP-D for Ibex/CPT
by Zhao Yakui
· 14 years ago
b690e96
drm/i915: add pipe A force quirks to i915 driver
by Jesse Barnes
· 14 years ago
0cc4d43
drm/i915: Fix panel fitting regression since 734b4157
by Chris Wilson
· 14 years ago
9c928d1
drm/i915: disable FBC when more than one pipe is active
by Jesse Barnes
· 14 years ago
127bd2a
drm/i915: Use the correct scanout alignment for fbcon.
by Chris Wilson
· 14 years ago
4a655f0
drm/i915: add PANEL_UNLOCK_REGS definition
by Jesse Barnes
· 14 years ago
6ba770d
drm/i915: Make G4X-style PLL search more permissive
by Adam Jackson
· 14 years ago
a392a10
drm/i915: Clear any existing dither mode prior to enabling spatial dithering
by Chris Wilson
· 14 years ago
be9a3db
drm/i915: handle shared framebuffers when flipping
by Jesse Barnes
· 14 years ago
e5510fa
drm/i915: add tracepoints for flip requests & completions
by Jesse Barnes
· 14 years ago
97e0214
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 14 years ago
adcdbc6
drm/i915: don't access FW_BLC_SELF on 965G
by Jesse Barnes
· 14 years ago
1afe3e9
drm/i915: gen3 page flipping fixes
by Jesse Barnes
· 15 years ago
83f7fd0
drm/i915: don't queue flips during a flip pending event
by Jesse Barnes
· 15 years ago
45ac22c
drm/i915: Turn on 945 self-refresh only if single CRTC is active
by Li Peng
· 14 years ago
8d86dc6
Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
by Linus Torvalds
· 14 years ago
a3524f1
drm/i915: fix oops on single crtc devices.
by Dave Airlie
· 14 years ago
e7b526b
drm/i915: Move non-phys cursors into the GTT
by Chris Wilson
· 14 years ago
382fe70
drm/i915: Move non-phys cursors into the GTT
by Chris Wilson
· 14 years ago
0d7168b
Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
by Carl Worth
· 14 years ago
a7faf32
drm/i915: Include pitch in set_base debug statement.
by Chris Wilson
· 14 years ago
a939406
drm/i915: Only print "nothing to do" debug message as required.
by Chris Wilson
· 14 years ago
468f0b4
drm/i915: Hold the spinlock whilst resetting unpin_work along error path
by Chris Wilson
· 14 years ago
9553426
drm/i915: Add CxSR support on Pineview DDR3
by Li Peng
· 14 years ago
9908ff7
drm/i915: Kill dangerous pending-flip debugging
by Chris Wilson
· 14 years ago
7648fa9
drm/i915: add power monitoring support
by Jesse Barnes
· 14 years ago
734b415
drm/i915: Add support for interlaced display.
by Krzysztof Halasa
· 14 years ago
9517a92
drm/i915: add timeout to FBC disable waits
by Jesse Barnes
· 14 years ago
8187a2b
drm/i915: introduce intel_ring_buffer structure (V2)
by Zou Nan hai
· 14 years ago
59534f7
Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
05ea893
Merge remote branch 'anholt/drm-intel-next' into drm-next
by Dave Airlie
· 14 years ago
eb1f8e4
drm/fbdev: rework output polling to be back in the core. (v4)
by Dave Airlie
· 15 years ago
34dc4d4
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 15 years ago
ee5382a
drm/i915: Make fbc control wrapper functions
by Adam Jackson
· 15 years ago
0a31a44
drm/i915: Use spatio-temporal dithering on PCH
by Adam Jackson
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
ac52bc5
drm/i915: introduce i915_gem_alloc_object
by Daniel Vetter
· 15 years ago
7fff400
Merge branch 'drm-fbdev-cleanup' into drm-core-next
by Dave Airlie
· 15 years ago
97921a5
Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next
by Dave Airlie
· 15 years ago
77ffb59
drm/i915/pch: Use minimal number of FDI lanes (v2)
by Adam Jackson
· 15 years ago
8f4695e
drm/i915: Attempt to fix watermark setup on 85x (v2)
by Adam Jackson
· 15 years ago
13bd8e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
7f8a856
drm/i915: Add the support of memory self-refresh on Ironlake
by Zhenyu Wang
· 15 years ago
d429434
drm/i915: Move Pineview CxSR and watermark code into update_wm hook.
by Zhao Yakui
· 15 years ago
461ed3c
drm/i915: Add support of SDVO on Ibexpeak PCH
by Zhao Yakui
· 15 years ago
cfecde4
drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on).
by Carl Worth
· 15 years ago
409608b
drm/i915: remove unused intel_pipe_get_connector()
by Zhenyu Wang
· 15 years ago
1f254ec
drm/i915: remove connector object in old output structure
by Zhenyu Wang
· 15 years ago
55f78c4
drm/i915: convert DP/eDP driver to new encoder/connector structure
by Zhenyu Wang
· 15 years ago
e3421a1
drm/i915: enable DP/eDP for Sandybridge/Cougarpoint
by Zhenyu Wang
· 15 years ago
b3b095b
drm/i915: enable LVDS on Cougarpoint
by Zhenyu Wang
· 15 years ago
8db9d77b
drm/i915: Support for Cougarpoint PCH display pipeline
by Zhenyu Wang
· 15 years ago
d275f66
drm/i915: Clear the LVDS pipe B select bit when moving the LVDS to pipe A.
by Eric Anholt
· 15 years ago
0f3ee80
drm/i915: Allow LVDS on pipe A on gen4+
by Adam Jackson
· 15 years ago
c1c4397
drm/i915: passing drm connector param for load detection
by Zhenyu Wang
· 15 years ago
f1c79df
drm/i915: Add new helper to return current attached encoder for connector
by Zhenyu Wang
· 15 years ago
c5e4df3
drm/i915: more conversion from connector_list walk to encoder_list
by Zhenyu Wang
· 15 years ago
Next »