index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-18
drm/i915: Make sure the primary plane is enabled before reading out the fb state
Damien Lespiau
1
-4
/
+11
2015-03-16
drm/i915: Ensure plane->state->fb stays in sync with plane->fb
Xi Ruoyao
1
-0
/
+17
2015-03-10
drm/i915: use in_interrupt() not in_irq() to check context
Dave Gordon
1
-1
/
+1
2015-03-03
drm/i915: Fix modeset state confusion in the load detect code
Daniel Vetter
1
-0
/
+1
2015-02-25
drm/i915: Fix frontbuffer false positve.
Rodrigo Vivi
1
-3
/
+0
2015-02-24
drm/i915: Align initial plane backing objects correctly
Daniel Vetter
1
-6
/
+12
2015-02-23
drm/i915: Dell Chromebook 11 has PWM backlight
Jani Nikula
1
-0
/
+3
2015-02-23
drm/i915/skl: handle all pixel formats in skylake_update_primary_plane()
Jani Nikula
1
-0
/
+9
2015-01-30
drm/i915: Split shared dpll setup out of __intel_set_mode()
Ander Conselvan de Oliveira
1
-17
/
+33
2015-01-27
drm/i915: Switch plane properties to full atomic helper.
Matt Roper
1
-1
/
+2
2015-01-27
drm/i915: Add crtc state duplication/destruction functions
Matt Roper
1
-0
/
+2
2015-01-27
drm/i915: Setup dummy atomic state for connectors (v3)
Matt Roper
1
-0
/
+32
2015-01-27
drm/i915: Add main atomic entrypoints (v2)
Matt Roper
1
-0
/
+2
2015-01-27
drm/i915: Add .atomic_{get, set}_property() entrypoints to planes
Matt Roper
1
-0
/
+2
2015-01-27
drm/i915: Consolidate plane handler vtables
Matt Roper
1
-12
/
+3
2015-01-27
drm/i915: Move rotation from intel_plane to drm_plane_state
Matt Roper
1
-15
/
+16
2015-01-27
drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()
Damien Lespiau
1
-3
/
+3
2015-01-27
drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()
Damien Lespiau
1
-6
/
+15
2015-01-27
drm/i915: Rename plane_config to initial_plane_config
Damien Lespiau
1
-17
/
+27
2015-01-27
drm/i915/skl: Provide a Skylake version of get_plane_config()
Damien Lespiau
1
-7
/
+107
2015-01-27
drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planes
Damien Lespiau
1
-3
/
+3
2015-01-27
drm/i915: Make intel_format_to_fourcc() static
Damien Lespiau
1
-1
/
+1
2015-01-27
drm/i915: Use pipe_name() in the get_plane_config() functions
Damien Lespiau
1
-6
/
+8
2015-01-27
drm/i915: Don't use crtc->plane in ILK+ get_config()
Damien Lespiau
1
-8
/
+8
2015-01-27
drm/i915: Unclutter the get_plane() functions
Damien Lespiau
1
-34
/
+27
2015-01-27
drm/i915: Use a common function for computing the fb height alignment
Damien Lespiau
1
-8
/
+11
2015-01-27
drm/i915: Change plane_config to store a tiling_mode
Damien Lespiau
1
-9
/
+8
2015-01-27
drm/i915: Rename the forcewake get/put functions
Mika Kuoppala
1
-2
/
+2
2015-01-27
drm/i915: Assert that runtime pm is active on user fw access
Chris Wilson
1
-17
/
+2
2015-01-27
drm/i915: Keep drm_crtc->state in sync with intel_crtc->config
Ander Conselvan de Oliveira
1
-0
/
+1
2015-01-27
drm/i915: Improve how the memory for crtc state is allocated
Ander Conselvan de Oliveira
1
-4
/
+16
2015-01-27
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
1
-135
/
+138
2015-01-27
drm/i915: Use local pipe_config varariable when available
Ander Conselvan de Oliveira
1
-3
/
+3
2015-01-27
drm/i915: Pass new_config down do crtc_compute_clock
Ander Conselvan de Oliveira
1
-60
/
+71
2015-01-27
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
1
-73
/
+74
2015-01-27
drm/i915: Rename struct intel_crtc_config to intel_crtc_state
Ander Conselvan de Oliveira
1
-50
/
+50
2015-01-27
drm/i915: Don't cleanup plane state in intel_plane_destroy()
Matt Roper
1
-1
/
+0
2015-01-27
Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-210
/
+215
2015-01-22
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
1
-8
/
+2
2015-01-13
drm/i915: Don't register HDMI connectors for eDP ports on VLV/CHV
Ville Syrjälä
1
-2
/
+4
2015-01-12
drm/i915: Drop unused position fields (v2)
Matt Roper
1
-26
/
+1
2015-01-12
drm/i915: Move to atomic plane helpers (v9)
Matt Roper
1
-147
/
+104
2015-01-12
drm/i915: Clarify sprite plane function names (v4)
Matt Roper
1
-6
/
+12
2015-01-12
drm/i915: Move vblank evasion to commit (v4)
Matt Roper
1
-0
/
+10
2015-01-12
drm/i915: Refactor work that can sleep out of commit (v7)
Matt Roper
1
-72
/
+127
2015-01-12
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
1
-14
/
+7
2015-01-12
drm/i915: Ban Haswell from using RCS flips
Chris Wilson
1
-1
/
+1
2015-01-10
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-498
/
+397
2015-01-07
drm/i915: Push vblank enable/disable past encoder->enable/disable
Daniel Vetter
1
-21
/
+21
2015-01-04
Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...
Dave Airlie
1
-7
/
+1
[next]