summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-0/+3
|\
| * drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst2016-12-191-0/+2
| * drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* | drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.cAnder Conselvan de Oliveira2017-01-021-2/+0
* | drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira2016-12-301-2/+2
* | drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHVVille Syrjälä2016-12-191-0/+6
* | drm/i915: Intel panel downclock cleanupMika Kahola2016-12-131-1/+1
* | drm/i915: Intel panel detection cleanupMika Kahola2016-12-131-1/+1
* | drm/i915: Move all the DP compliance data to a separate structManasi Navare2016-12-131-3/+11
* | drm/i915: Find fallback link rate/lane countManasi Navare2016-12-131-0/+2
* | drm/i915: Compute sink's max lane count/link BW at HotplugManasi Navare2016-12-131-0/+4
* | drm/i915/debugfs: Move out pipe CRC codeTomeu Vizoso2016-12-131-0/+5
* | drm/i915: Add intel_atomic_get_existing_crtc_state functionMahesh Kumar2016-12-071-0/+14
* | drm/i915: Validate mode against max. link data rate for DP MSTDhinakaran Pandiyan2016-12-051-0/+2
* | drm/i915: Make intel_pm_setup take dev_privTvrtko Ursulin2016-12-011-1/+1
* | drm/i915: abstract ddi being audio enabledLibin Yang2016-11-291-0/+2
* | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-1/+1
* | drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira2016-11-251-10/+12
* | drm/i915: Remove all ->config dereferences from intel_hdmi, v2.Maarten Lankhorst2016-11-231-1/+3
* | drm/i915: Add crtc->plane_ids_maskVille Syrjälä2016-11-231-1/+2
* | drm/i915: Add per-pipe plane identifierVille Syrjälä2016-11-231-1/+2
* | drm/i915/lspcon: Wait for expected LSPCON mode to settleImre Deak2016-11-231-0/+1
* | drm/i915/lspcon: Add dp_to_lspcon helper()Imre Deak2016-11-231-0/+6
|/
* drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: make i915 the source of acpi device ids for _DODJani Nikula2016-11-171-0/+3
* drm/i915/gen9+: Kill off hw_ddb from intel_crtc.Maarten Lankhorst2016-11-151-8/+3
* drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst2016-11-151-7/+0
* drm/i915: Kill dp_encoder_is_mstVille Syrjälä2016-11-141-1/+0
* drm/i915: Pass atomic state to intel_audio_codec_enable, v2.Maarten Lankhorst2016-11-091-1/+3
* drm/i915: Pass dev_priv to intel_init_pm()Ville Syrjälä2016-11-011-1/+1
* drm/i915: Pass dev_priv to intel_suspend_hw()Ville Syrjälä2016-11-011-1/+1
* drm/i915: Pass dev_priv to init_clock_gatingVille Syrjälä2016-11-011-1/+1
* drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-5/+3
* drm/i915: Pass dev_priv to vlv force pll functionsVille Syrjälä2016-11-011-2/+2
* drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä2016-11-011-5/+5
* drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2016-11-011-4/+3
* drm/i915: Pass intel_crtc to update_wm functionsVille Syrjälä2016-11-011-1/+1
* drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä2016-11-011-1/+1
* drm/i915: Pass dev_priv to plane constructorsVille Syrjälä2016-11-011-1/+1
* drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2.Maarten Lankhorst2016-11-011-1/+0
* drm/i915/skl+: Remove minimum block allocation from crtc state.Maarten Lankhorst2016-11-011-4/+0
* drm/i915/skl+: Remove data_rate from watermark struct, v2.Maarten Lankhorst2016-11-011-4/+0
* drm/i915: Bail if plane/crtc init failsVille Syrjälä2016-10-311-1/+2
* drm/i915: Restore nonblocking awaits for modesettingChris Wilson2016-10-281-0/+2
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-3/+0
* drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper2016-10-281-9/+0
* drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-281-6/+0
* drm/i915/lspcon: Add workaround for resuming in PCON modeImre Deak2016-10-261-0/+3
* drm/i915/lspcon: Get DDC adapter via container_of() instead of cached ptrImre Deak2016-10-261-1/+0
* drm/i915/dp: Read DP descriptor for eDP and LSPCON tooImre Deak2016-10-261-0/+1
OpenPOWER on IntegriCloud