Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cf4c7c12258ed9367f4fc45238f5f50d2db892c1
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
cf4c7c1
drm/i915: Make all plane disables use 'update_plane' (v5)
by Matt Roper
· 10 years ago
e614c3c
drm/i915: Ensure state->crtc is non-NULL for plane updates
by Matt Roper
· 10 years ago
c59cb17
drm/i915: Consolidate top-level .update_plane() handlers
by Matt Roper
· 10 years ago
38f3ce3
drm/i915: Consolidate plane 'cleanup' operations (v3)
by Matt Roper
· 10 years ago
6beb8c23
drm/i915: Consolidate plane 'prepare' functions (v2)
by Matt Roper
· 10 years ago
2b875c2
drm/i915: Make intel_plane_state subclass drm_plane_state
by Matt Roper
· 10 years ago
f4a2cf2
drm/i915: Introduce intel_prepare_cursor_plane() (v2)
by Matt Roper
· 10 years ago
455a680
drm/i915: remove intel_pipe_set_base() (v4)
by Gustavo Padovan
· 10 years ago
a912f12
drm/i915: remove intel_crtc_cursor_set_obj() (v5)
by Gustavo Padovan
· 10 years ago
ecb7e16
drm: add helper to get crtc timings (v5)
by Gustavo Padovan
· 10 years ago
36d0a82
drm/i915: Remove unnecessary goto in intel_primary_plane_disable()
by Ander Conselvan de Oliveira
· 10 years ago
3a8a946
drm/i915: Remove redundant flip_work->flip_queued_ring
by Daniel Vetter
· 10 years ago
41c5241
drm/i915: Remove the now redundant 'obj->ring'
by John Harrison
· 10 years ago
1b5a433
drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
by John Harrison
· 10 years ago
f06cc1b
drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'
by John Harrison
· 10 years ago
9c65481
drm/i915: Convert __wait_seqno() to __wait_request()
by John Harrison
· 10 years ago
cc8c4cc
drm/i915: Convert mmio_flip::seqno to struct request
by John Harrison
· 10 years ago
6259cea
drm/i915: Remove 'outstanding_lazy_seqno'
by John Harrison
· 10 years ago
97b2a6a
drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
by John Harrison
· 10 years ago
ff94456
drm/i915/skl: Implement the skl version of MMIO flips
by Damien Lespiau
· 10 years ago
3148ade
drm/i915/skl: Read out crtl1 for eDP/DPLL0
by Damien Lespiau
· 10 years ago
00f0b37
drm/i915: Reject modeset when the same digital port is used more than once
by Ville Syrjälä
· 10 years ago
f98ce92
drm/i915: Disable crtcs gracefully before GPU reset on gen3/4
by Ville Syrjälä
· 10 years ago
7514747
drm/i915: Grab modeset locks for GPU rest on pre-ctg
by Ville Syrjälä
· 10 years ago
b9950a1
drm/i915: Don't clobber crtc->new_config when nothing changes
by Ville Syrjälä
· 10 years ago
26045b5
Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
e8115e7
Merge tag 'v3.18-rc7' into drm-next
by Dave Airlie
· 10 years ago
bdfa754
drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset
by Ville Syrjälä
· 11 years ago
738c05c
drm/i915: vlv: fix cdclk setting during modeset while suspended
by Imre Deak
· 10 years ago
55072d1
drm/i915: Dump hdmi pipe_config state
by Daniel Vetter
· 10 years ago
5c6c600
drm/i915: Remove DRI1 ring accessors and API
by Chris Wilson
· 10 years ago
54499b2
Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
2eb5252
drm/i915: disable rps irqs earlier during suspend/unload
by Imre Deak
· 10 years ago
9dc806f
drm/i915: Don't store panning coordinates as 16.16 fixed point
by Matt Roper
· 10 years ago
6ac0483
drm/i915: Propagate invalid setcrtc cloning errors back to userspace
by Matt Roper
· 10 years ago
0bc12bc
drm/i915: Introduce intel_psr.c
by Rodrigo Vivi
· 10 years ago
f5f7d3c
drm/i915/skl: Remove spurious warn in get_ddi_pll()
by Damien Lespiau
· 10 years ago
fd172d0
Merge tag 'drm-intel-next-2014-11-07-fixups' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
bd2e244
drm/i915/skl: fetch, enable/disable pfit as needed v2
by Jesse Barnes
· 10 years ago
830c81d
drm/i915/skl: Implement queue_flip
by Damien Lespiau
· 10 years ago
3f4cd19
drm/i915/skl: Provide skl-specific pll hw state cross-checking
by Damien Lespiau
· 10 years ago
96b7dfb
drm/i915/skl: Query DPLL attached to port on SKL
by Satheeshakrishna M
· 10 years ago
9212278
drm/i915: preserve SSC if previously set v3
by Jesse Barnes
· 10 years ago
1f9954d
drm/i915: update pipe size at set_config time
by Jesse Barnes
· 10 years ago
2066459
drm/i915: check for audio and infoframe changes across mode sets v2
by Jesse Barnes
· 10 years ago
e43823e
drm/i915/hdmi: fetch infoframe status in get_config v2
by Jesse Barnes
· 10 years ago
50f5275
drm/i915: use compute_config in set_config v4
by Jesse Barnes
· 10 years ago
7f27126e
drm/i915: factor out compute_config from __intel_set_mode v3
by Jesse Barnes
· 10 years ago
0962c3c
drm/i915: Register the backlight device after the modeset init
by Ville Syrjälä
· 10 years ago
d3babd3
drm/i915: Don't deref NULL crtc in intel_get_pipe_from_connector()
by Ville Syrjälä
· 10 years ago
6ccb81f
drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create()
by Alexey Khoroshilov
· 10 years ago
e1f234b
drm/i915: Use correct pipe config to update pll dividers. V2
by Bob Paauwe
· 10 years ago
f354d73
drm/i915: Plug memory leak in intel_shared_dpll_start_config()
by Ander Conselvan de Oliveira
· 10 years ago
4d02e2d
drm: Per-plane locking
by Daniel Vetter
· 10 years ago
51b44eb
Merge tag 'v3.18-rc4' into drm-next
by Dave Airlie
· 10 years ago
6bcda4f
drm/i915: Cache HPLL frequency on VLV/CHV
by Ville Syrjälä
· 10 years ago
536f5b5
drm/i915: Make mmio flip wait for seqno in the work function
by Ander Conselvan de Oliveira
· 10 years ago
50f6e50
drm/i915: Move the .global_resources() hook call into modeset_update_crtc_power_domains()
by Ville Syrjälä
· 10 years ago
08db665
drm/i915/skl: Check the DDB state at modeset
by Damien Lespiau
· 10 years ago
3078999
drm/i915/skl: Read the pipe WM HW state
by Pradeep Bhat
· 10 years ago
9362c7c
drm/i915: Use vblank evade mechanism in mmio_flip
by Ander Conselvan de Oliveira
· 10 years ago
850c4cd
drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebuffer
by Tvrtko Ursulin
· 10 years ago
4093561
drm/i915: Make intel_pipe_has_type() take an output type enum
by Damien Lespiau
· 10 years ago
ba41c0de
drm/i915: Move pll state commit into intel_modeset_update_state
by Daniel Vetter
· 10 years ago
e9f1af3
drm/i915: Don't store current shared DPLL in the new pipe_config
by Ander Conselvan de Oliveira
· 10 years ago
f3019a4
drm/i915: Remove crtc_mode_set() hook
by Ander Conselvan de Oliveira
· 10 years ago
d6dfee7
drm/i915: Covert remaining platforms to choose DPLLS before disabling CRTCs
by Ander Conselvan de Oliveira
· 10 years ago
3fb3770
drm/i915: Covert ILK-IVB to choose DPLLS before disabling CRTCs
by Ander Conselvan de Oliveira
· 10 years ago
797d025
drm/i915: Covert HSW+ to choose DPLLS before disabling CRTCs
by Ander Conselvan de Oliveira
· 10 years ago
8bd31e6
drm/i915: Add infrastructure for choosing DPLLs before disabling crtcs
by Ander Conselvan de Oliveira
· 10 years ago
3e369b7
drm/i915: Move dpll crtc_mask and hw_state fields into separate struct
by Ander Conselvan de Oliveira
· 10 years ago
1e6f2dd
drm/i915: Convert shared dpll reference count to a crtc mask
by Ander Conselvan de Oliveira
· 10 years ago
0a88818
drm/i915: Check pipe_config.has_dp_encoder instead of encoder types
by Daniel Vetter
· 10 years ago
d0737e1
drm/i915: Make *_crtc_mode_set work on new_config
by Ander Conselvan de Oliveira
· 10 years ago
c14b048
drm/i915: Initialize new chv primary plane and pipe blender registers
by Ville Syrjälä
· 10 years ago
14af293
drm/i915: create a prepare step for primary planes updates
by Gustavo Padovan
· 10 years ago
d288f65
drm/i915: Make sure DPLL is enabled when kicking the power sequencer on VLV/CHV
by Ville Syrjälä
· 10 years ago
6847d71b
drm/i915: transform INTEL_OUTPUT_* into an enum
by Paulo Zanoni
· 10 years ago
7c10a2b
drm/i915: add new intel audio file to group DP/HDMI audio
by Jani Nikula
· 10 years ago
3ead8bb
drm/i915: remove unneeded visible check
by Gustavo Padovan
· 10 years ago
c5d9747
drm/i915: Remove unnecessary test on the gen in intel_do_mmio_flip()
by Damien Lespiau
· 10 years ago
3f20df9
drm/i915: only flip frontbuffer if crtc is active
by Gustavo Padovan
· 10 years ago
a919db9
drm/i915: Update plane parameters for cursor plane (v2)
by Sonika Jindal
· 10 years ago
b2a9601
drm/i915: Ignore VBT backlight check on Macbook 2, 1
by jens stein
· 10 years ago
6be1e3d
drm/i915: Fix GMBUSFREQ on vlv/chv
by Ville Syrjälä
· 10 years ago
4398ad4
drm/i915: Add rotation support for cursor plane (v5)
by Ville Syrjälä
· 10 years ago
d9ceb81
drm/i915: preserve swizzle settings if necessary v4
by Jesse Barnes
· 10 years ago
409ee76
drm/i915: Make intel_pipe_has_type() and some callers take intel_crtc
by Ander Conselvan de Oliveira
· 10 years ago
c765319
drm/i915: Make *_crtc_mode_set() take an intel_crtc insted of drm_crtc
by Ander Conselvan de Oliveira
· 10 years ago
a919ff1
drm/i915: Make *_find_best_dpll() take an intel_crtc insted of drm_crtc
by Ander Conselvan de Oliveira
· 10 years ago
6e2cc09
drm/i915: Replace some loop through encoders with intel_pipe_has_type()
by Ander Conselvan de Oliveira
· 10 years ago
1447dde
drm/i915/skl: Add 180 degree HW rotation support
by Sonika Jindal
· 10 years ago
43dc52c
drm/i915: Add missing '\n' to cdclk debug message
by Ville Syrjälä
· 10 years ago
e391ea8
drm/i915: Fix not checking cursor and object sizes
by Gustavo Padovan
· 10 years ago
757f9a3
drm/i915: move check of intel_crtc_cursor_set_obj() out
by Gustavo Padovan
· 10 years ago
5ee4463
drm/i915: remove leftover from pre-universal planes days
by Gustavo Padovan
· 10 years ago
ccc759dc
drm/i915: Merge of visible and !visible paths for primary planes
by Gustavo Padovan
· 10 years ago
cf404ce
drm/i915: Spell out IS_HSW/BDW_ULT() in intel_crt_present()
by Damien Lespiau
· 10 years ago
a72e4c9
drm/i915: Use dev_priv in public intel_fifo_underrun.c functions
by Daniel Vetter
· 10 years ago
a8cbd45
Merge branch 'drm-intel-next-fixes' into drm-intel-next
by Daniel Vetter
· 10 years ago
Next »