index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
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
2010-09-07
drm/i915: Prevent double dpms on
Chris Wilson
2010-09-07
drm/i915: Avoid use of uninitialised values when disabling panel-fitter
Chris Wilson
2010-09-07
drm/i915: Avoid pageflipping freeze when we miss the flip prepare interrupt
Simon Farnsworth
2010-09-07
drm/i915: Tightly scope intel_encoder to prevent invalid use
Chris Wilson
2010-09-07
drm/i915/dp: Boost timeout for enabling transcoder to 100ms
Chris Wilson
2010-09-07
drm/i915: Re-use set_base_atomic to share setting of the display registers
Chris Wilson
2010-09-07
drm/i915: Fix offset page-flips on i965+
Chris Wilson
2010-09-06
drm/i915: Clear the vblank status bit before polling for the next vblank
Chris Wilson
2010-08-24
drm/i915: fix vblank wait test condition
Jesse Barnes
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
2010-08-21
drm/i915: wait for actual vblank, not just 20ms
Jesse Barnes
2010-08-18
drm/i915: make sure eDP PLL is enabled at the right time
Jesse Barnes
2010-08-18
drm/i915: fix VGA plane disable for Ironlake+
Jesse Barnes
2010-08-12
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-10
drm: expand gamma_set
James Simmons
2010-08-10
drm: Propagate error code from fb_create()
Chris Wilson
2010-08-09
drm/i915: Enable RC6 on Ironlake.
Zou Nan hai
2010-08-09
drm/i915: Set up a render context on Ironlake
Zou Nan hai
2010-08-09
drm/i915: Apply i830 errata for cursor alignment
Chris Wilson
2010-08-09
drm/i915: Only update i845/i865 CURBASE when disabled (v2)
Chris Wilson
2010-08-09
drm/i915: FBC is updated within set_base() so remove second call in mode_set()
Chris Wilson
2010-08-09
drm/i915/edp: Flush the write before waiting for PLLs
Chris Wilson
2010-08-09
drm/i915: Ensure that while(INREG()) are bounded (v2)
Chris Wilson
2010-08-09
drm/i915: Update watermarks for Ironlake after dpms changes
Chris Wilson
2010-08-09
drm/i915/display: Add pipe/plane information to dpms debugging
Chris Wilson
2010-08-09
drm/i915: Write to display base last.
Chris Wilson
2010-08-09
drm/i915: Enable aspect/centering panel fitting for Ironlake.
Chris Wilson
2010-08-09
drm/i915: Disable the cursor for DPMS_OFF
Chris Wilson
2010-08-09
drm/i915: i8xx also doesn't like multiple oustanding pageflips
Daniel Vetter
2010-08-09
drm/i915: fixup pageflip ringbuffer commands for i8xx
Daniel Vetter
2010-08-09
drm/i915: Mark the static memory latency tables const.
Chris Wilson
2010-08-09
drm/i915: Subclass intel_encoder.
Chris Wilson
2010-08-09
drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling.
Chris Wilson
2010-08-09
drm/i915: Remove useless message when disabling "Big FIFO" on PineView
Chris Wilson
2010-08-05
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-05
i915: when kgdb is active display compression should be off
Jason Wessel
2010-08-05
drm/i915: use new fb debug hooks
Jesse Barnes
2010-08-03
drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.
Eric Anholt
2010-08-01
drm/i915: Unset cursor if out-of-bounds upon mode change (v4)
Chris Wilson
2010-08-01
drm/i915: Warn if we run out of FIFO space for a mode
Chris Wilson
2010-08-01
drm/i915: Round up the watermark entries (v3)
Chris Wilson
2010-08-01
drm/i915: Enable panel fitting for eDP
Zhao Yakui
2010-08-01
drm/i915/pch: Set transcoder sync polarity for DP based on actual mode
Adam Jackson
2010-08-01
drm/i915: Initialize LVDS and eDP outputs before anything else
Adam Jackson
2010-08-01
Merge remote branch 'origin/master' into drm-intel-next
Eric Anholt
2010-08-01
drm/i915: Use 128k alignment for untiled display surface on i965 (v2)
Chris Wilson
2010-08-01
drm/i915/pch: Cosmetic fix to FDI link training
Adam Jackson
2010-08-01
drm/i915: fix FDI frequency check
Jesse Barnes
2010-08-01
drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()
Chris Wilson
2010-08-01
drm/i915: Propagate error from drm_vblank_get() during page-flipping.
Chris Wilson
[next]