summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-18drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau1-4/+11
2015-03-16drm/i915: Ensure plane->state->fb stays in sync with plane->fbXi Ruoyao1-0/+17
2015-03-10drm/i915: use in_interrupt() not in_irq() to check contextDave Gordon1-1/+1
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-02-25drm/i915: Fix frontbuffer false positve.Rodrigo Vivi1-3/+0
2015-02-24drm/i915: Align initial plane backing objects correctlyDaniel Vetter1-6/+12
2015-02-23drm/i915: Dell Chromebook 11 has PWM backlightJani Nikula1-0/+3
2015-02-23drm/i915/skl: handle all pixel formats in skylake_update_primary_plane()Jani Nikula1-0/+9
2015-01-30drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira1-17/+33
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper1-1/+2
2015-01-27drm/i915: Add crtc state duplication/destruction functionsMatt Roper1-0/+2
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper1-0/+32
2015-01-27drm/i915: Add main atomic entrypoints (v2)Matt Roper1-0/+2
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper1-0/+2
2015-01-27drm/i915: Consolidate plane handler vtablesMatt Roper1-12/+3
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper1-15/+16
2015-01-27drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()Damien Lespiau1-3/+3
2015-01-27drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()Damien Lespiau1-6/+15
2015-01-27drm/i915: Rename plane_config to initial_plane_configDamien Lespiau1-17/+27
2015-01-27drm/i915/skl: Provide a Skylake version of get_plane_config()Damien Lespiau1-7/+107
2015-01-27drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planesDamien Lespiau1-3/+3
2015-01-27drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau1-1/+1
2015-01-27drm/i915: Use pipe_name() in the get_plane_config() functionsDamien Lespiau1-6/+8
2015-01-27drm/i915: Don't use crtc->plane in ILK+ get_config()Damien Lespiau1-8/+8
2015-01-27drm/i915: Unclutter the get_plane() functionsDamien Lespiau1-34/+27
2015-01-27drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau1-8/+11
2015-01-27drm/i915: Change plane_config to store a tiling_modeDamien Lespiau1-9/+8
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala1-2/+2
2015-01-27drm/i915: Assert that runtime pm is active on user fw accessChris Wilson1-17/+2
2015-01-27drm/i915: Keep drm_crtc->state in sync with intel_crtc->configAnder Conselvan de Oliveira1-0/+1
2015-01-27drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira1-4/+16
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-135/+138
2015-01-27drm/i915: Use local pipe_config varariable when availableAnder Conselvan de Oliveira1-3/+3
2015-01-27drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira1-60/+71
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-73/+74
2015-01-27drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira1-50/+50
2015-01-27drm/i915: Don't cleanup plane state in intel_plane_destroy()Matt Roper1-1/+0
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-210/+215
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-8/+2
2015-01-13drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHVVille Syrjälä1-2/+4
2015-01-12drm/i915: Drop unused position fields (v2)Matt Roper1-26/+1
2015-01-12drm/i915: Move to atomic plane helpers (v9)Matt Roper1-147/+104
2015-01-12drm/i915: Clarify sprite plane function names (v4)Matt Roper1-6/+12
2015-01-12drm/i915: Move vblank evasion to commit (v4)Matt Roper1-0/+10
2015-01-12drm/i915: Refactor work that can sleep out of commit (v7)Matt Roper1-72/+127
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-14/+7
2015-01-12drm/i915: Ban Haswell from using RCS flipsChris Wilson1-1/+1
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-498/+397
2015-01-07drm/i915: Push vblank enable/disable past encoder->enable/disableDaniel Vetter1-21/+21
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie1-7/+1