summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Ensure plane->state->fb stays in sync with plane->fbMatt Roper2015-02-131-7/+22
* drm/i915: Track old framebuffer instead of objectTvrtko Ursulin2015-02-131-7/+7
* drm/i915: Switch planes from transitional helpers to full atomic helpersMatt Roper2015-02-131-2/+2
* drm/i915: Keep plane->state updated on pageflipMatt Roper2015-02-131-0/+7
* drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira2015-01-301-17/+33
* drm/i915: Switch plane properties to full atomic helper.Matt Roper2015-01-271-1/+2
* drm/i915: Add crtc state duplication/destruction functionsMatt Roper2015-01-271-0/+2
* drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper2015-01-271-0/+32
* drm/i915: Add main atomic entrypoints (v2)Matt Roper2015-01-271-0/+2
* drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper2015-01-271-0/+2
* drm/i915: Consolidate plane handler vtablesMatt Roper2015-01-271-12/+3Star
* drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper2015-01-271-15/+16
* drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()Damien Lespiau2015-01-271-3/+3
* drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()Damien Lespiau2015-01-271-6/+15
* drm/i915: Rename plane_config to initial_plane_configDamien Lespiau2015-01-271-17/+27
* drm/i915/skl: Provide a Skylake version of get_plane_config()Damien Lespiau2015-01-271-7/+107
* drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planesDamien Lespiau2015-01-271-3/+3
* drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau2015-01-271-1/+1
* drm/i915: Use pipe_name() in the get_plane_config() functionsDamien Lespiau2015-01-271-6/+8
* drm/i915: Don't use crtc->plane in ILK+ get_config()Damien Lespiau2015-01-271-8/+8
* drm/i915: Unclutter the get_plane() functionsDamien Lespiau2015-01-271-34/+27Star
* drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau2015-01-271-8/+11
* drm/i915: Change plane_config to store a tiling_modeDamien Lespiau2015-01-271-9/+8Star
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-271-2/+2
* drm/i915: Assert that runtime pm is active on user fw accessChris Wilson2015-01-271-17/+2Star
* drm/i915: Keep drm_crtc->state in sync with intel_crtc->configAnder Conselvan de Oliveira2015-01-271-0/+1
* drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira2015-01-271-4/+16
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-271-135/+138
* drm/i915: Use local pipe_config varariable when availableAnder Conselvan de Oliveira2015-01-271-3/+3
* drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira2015-01-271-60/+71
* drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-73/+74
* drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-50/+50
* drm/i915: Don't cleanup plane state in intel_plane_destroy()Matt Roper2015-01-271-1/+0Star
* Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-271-210/+215
|\
| * drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHVVille Syrjälä2015-01-131-2/+4
| * drm/i915: Drop unused position fields (v2)Matt Roper2015-01-121-26/+1Star
| * drm/i915: Move to atomic plane helpers (v9)Matt Roper2015-01-121-147/+104Star
| * drm/i915: Clarify sprite plane function names (v4)Matt Roper2015-01-121-6/+12
| * drm/i915: Move vblank evasion to commit (v4)Matt Roper2015-01-121-0/+10
| * drm/i915: Refactor work that can sleep out of commit (v7)Matt Roper2015-01-121-72/+127
| * Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-121-14/+7Star
| |\
| * | drm/i915: Push vblank enable/disable past encoder->enable/disableDaniel Vetter2015-01-071-21/+21
* | | Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-221-8/+2Star
|\ \ \
| * | | drm/i915: Ban Haswell from using RCS flipsChris Wilson2015-01-121-1/+1
| | |/ | |/|
| * | Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie2015-01-041-7/+1Star
| |\ \
| | * | Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä2014-12-181-7/+1Star
* | | | Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-091-498/+397Star
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | drm/i915: Hold runtime PM during plane commitMatt Roper2014-12-171-0/+3
| * | drm/i915: tame the chattermouth (v2)Rob Clark2014-12-161-67/+67
| * | drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter2014-12-151-2/+2