aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-24drm/i915: Add support for DRRS in intel_dp_set_m_nRamalingam C1-1/+21
2015-02-13drm/i915: Make intel_unpin_fb_obj() staticDamien Lespiau1-1/+0
2015-02-13drm/i915: Make intel_dp_unpack_aux() staticDamien Lespiau1-1/+0
2015-02-13drm/i915: Make intel_dp_check_link_status() staticDamien Lespiau1-1/+0
2015-02-13drm/i915: Garbage collect orphaned prototypesDamien Lespiau1-9/+0
2015-02-13drm/i915: Switch intel_fb_align_height to fb format modifiersDaniel Vetter1-1/+2
2015-02-13drm/i915: Store the initial framebuffer in initial_plane_configDamien Lespiau1-0/+1
2015-02-13drm/i915: Track old framebuffer instead of objectTvrtko Ursulin1-1/+1
2015-01-27drm/i915: Add crtc state duplication/destruction functionsMatt Roper1-0/+3
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper1-0/+4
2015-01-27drm/i915: Add main atomic entrypoints (v2)Matt Roper1-0/+7
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper1-0/+8
2015-01-27drm/i915: Consolidate plane handler vtablesMatt Roper1-0/+1
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper1-1/+7
2015-01-27drm/i915: DRRS calls based on frontbufferVandana Kannan1-0/+3
2015-01-27drm/i915: Enable/disable DRRSVandana Kannan1-0/+2
2015-01-27drm/i915: Use symbolic irqreturn for ->hpd_pulseDaniel Vetter1-3/+3
2015-01-27drm/i915: Rename plane_config to initial_plane_configDamien Lespiau1-2/+2
2015-01-27drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau1-1/+0
2015-01-27drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau1-0/+2
2015-01-27drm/i915: Change plane_config to store a tiling_modeDamien Lespiau1-1/+1
2015-01-27drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira1-1/+0
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-1/+2
2015-01-27drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira1-2/+4
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-10/+2
2015-01-27drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira1-14/+14
2015-01-27drm/i915: Modifying structures related to DRRSVandana Kannan1-18/+0
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+46
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-0/+1
2015-01-12drm/i915: Drop unused position fields (v2)Matt Roper1-4/+0
2015-01-12drm/i915: Move to atomic plane helpers (v9)Matt Roper1-2/+8
2015-01-12drm/i915: Clarify sprite plane function names (v4)Matt Roper1-0/+1
2015-01-12drm/i915: Move vblank evasion to commit (v4)Matt Roper1-0/+4
2015-01-12drm/i915: Refactor work that can sleep out of commit (v7)Matt Roper1-0/+31
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-0/+2
2015-01-12drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6Imre Deak1-0/+1
2015-01-12drm/i915: add component supportImre Deak1-0/+2
2014-12-10drm/i915: Move FBC stuff to intel_fbc.cRodrigo Vivi1-2/+7
2014-12-08gpu: drm: i915: intel_display.c: Remove unused functionRickard Strandqvist1-1/+0
2014-12-06drm/i915: Make all plane disables use 'update_plane' (v5)Matt Roper1-1/+1
2014-12-06drm/i915: Consolidate top-level .update_plane() handlersMatt Roper1-0/+9
2014-12-06drm/i915: Consolidate plane 'cleanup' operations (v3)Matt Roper1-0/+2
2014-12-06drm/i915: Consolidate plane 'prepare' functions (v2)Matt Roper1-0/+2
2014-12-06drm/i915: Make intel_plane_state subclass drm_plane_stateMatt Roper1-2/+1
2014-12-03drm/i915: Deal with video overlay on GPU resetVille Syrjälä1-0/+1
2014-12-03drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter1-1/+0
2014-12-03drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'John Harrison1-1/+1
2014-12-03drm/i915: Convert mmio_flip::seqno to struct requestJohn Harrison1-2/+1
2014-12-03drm/i915: Remove intel_psr_is_enabled function.Rodrigo Vivi1-1/+0
2014-12-03drm/i915: Grab modeset locks for GPU rest on pre-ctgVille Syrjälä1-1/+2