index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm: Reject stereo modes with an unknown layout
Damien Lespiau
2013-10-01
1
-0
/
+3
*
|
drm: Revert "drm: Reject modes with more than 1 stereo flags set"
Damien Lespiau
2013-10-01
1
-4
/
+0
*
|
drm: Code stereo layouts as an enum rather than a bit field
Damien Lespiau
2013-10-01
1
-32
/
+15
*
|
drm/i915/vlv: use correct units for rc6 residency v2
Jesse Barnes
2013-10-01
2
-2
/
+23
*
|
drm/i915/vlv: use lower precision RC6 counter
Jesse Barnes
2013-10-01
2
-1
/
+8
*
|
drm/i915: Use DIV_ROUND_CLOSEST()
Ville Syrjälä
2013-10-01
1
-2
/
+1
*
|
drm/i915: Eliminate one indent leel from vlv_find_best_dpll
Ville Syrjälä
2013-10-01
1
-19
/
+21
*
|
drm/i915: Program GMBUS Frequency based on the CDCLK for VLV.
Chon Ming Lee
2013-10-01
2
-0
/
+72
*
|
drm/i915/vlv: hack to init backlight regs if BIOS fails to do so v2
Jesse Barnes
2013-10-01
1
-0
/
+17
*
|
drm/i915: Allow stereo modes on HDMI
Damien Lespiau
2013-10-01
1
-0
/
+1
*
|
drm/i915: Prefer crtc_{h|v}display for pipe src dimensions
Damien Lespiau
2013-10-01
1
-3
/
+4
*
|
drm/i915: Ask the DRM core do make stereo timings adjustements
Damien Lespiau
2013-10-01
1
-1
/
+1
*
|
drm/i915: Use crtc_clock with the adjusted mode
Damien Lespiau
2013-10-01
10
-43
/
+56
*
|
drm/i915: Use crtc_clock in intel_dump_crtc_timings()
Damien Lespiau
2013-10-01
1
-1
/
+1
*
|
drm: Check the fb size against the adjusted v/hdisplay for stereo modes
Damien Lespiau
2013-10-01
1
-0
/
+8
*
|
drm: Factor out common CRTC viewport checking code
Damien Lespiau
2013-10-01
1
-33
/
+37
*
|
drm: Implement timings adjustments for frame packing
Damien Lespiau
2013-10-01
1
-1
/
+21
*
|
drm: Introduce a crtc_clock for struct drm_display_mode
Damien Lespiau
2013-10-01
1
-0
/
+1
*
|
drm: Remove clock_index from struct drm_display_mode
Damien Lespiau
2013-10-01
1
-2
/
+0
*
|
drm: Make exposing stereo modes a per-connector opt-in
Damien Lespiau
2013-10-01
1
-1
/
+7
*
|
drm: Carry over the stereo flags when adding the alternate mode
Damien Lespiau
2013-10-01
1
-0
/
+3
*
|
drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
Damien Lespiau
2013-10-01
2
-8
/
+14
*
|
drm: Set the relevant infoframe field when scanning out a 3D mode
Damien Lespiau
2013-10-01
1
-2
/
+38
*
|
drm: Reject modes with more than 1 stereo flags set
Damien Lespiau
2013-10-01
1
-0
/
+4
*
|
drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()
Damien Lespiau
2013-10-01
1
-15
/
+21
*
|
drm/edid: Expose mandatory stereo modes for HDMI sinks
Damien Lespiau
2013-10-01
1
-7
/
+103
*
|
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
2013-10-01
2
-2
/
+31
*
|
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
2013-10-01
2
-0
/
+10
*
|
drm/i915/vlv: fix up broken precision in vlv_crtc_clock_get
Chris Wilson
2013-10-01
1
-5
/
+3
*
|
drm/i915/vlv: add VLV specific clock_get function v3
Jesse Barnes
2013-10-01
1
-1
/
+32
*
|
drm/i915: Add a tracepoint for using a semaphore
Chris Wilson
2013-10-01
2
-0
/
+27
*
|
drm/i915: Show WT caching in debugfs
Chris Wilson
2013-10-01
2
-1
/
+2
*
|
drm/i915: Fix VLV eDP timing v2
Chon Ming Lee
2013-10-01
1
-1
/
+1
*
|
drm/i915: Move the conditional seqno query into the tracepoint
Chris Wilson
2013-10-01
2
-4
/
+19
*
|
drm/i915: Convert active API to VMA
Ben Widawsky
2013-10-01
4
-10
/
+12
*
|
drm/i915: Provide a cheap ggtt vma lookup
Ben Widawsky
2013-10-01
2
-3
/
+18
*
|
drm/i915: trace vm eviction instead of everything
Ben Widawsky
2013-10-01
2
-0
/
+17
*
|
drm/i915: remove "extern" keywords from intel_drv.h functions
Paulo Zanoni
2013-10-01
1
-206
/
+192
*
|
drm/i915: make hsw_{disable, restore}_lcpll static
Paulo Zanoni
2013-10-01
2
-6
/
+3
*
|
drm/i915: make intel_crtc_fb_gamma_{set, get} static
Paulo Zanoni
2013-10-01
3
-25
/
+21
*
|
drm/i915: make intel_crtc_load_lut static
Paulo Zanoni
2013-10-01
2
-79
/
+78
*
|
drm/i915: make intel_pipe_has_type static
Paulo Zanoni
2013-10-01
2
-17
/
+15
*
|
drm/i915: reorganize intel_drv.h
Paulo Zanoni
2013-10-01
1
-196
/
+214
*
|
drm/i915: backlight combination mode bit is gen4 only
Jani Nikula
2013-10-01
1
-1
/
+1
*
|
drm/i915: Add HSW CRT output readout support
Ville Syrjälä
2013-10-01
3
-8
/
+32
*
|
drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handling
Jani Nikula
2013-10-01
1
-22
/
+22
*
|
drm/i915: Add some debug spam for intialising SDVO
Chris Wilson
2013-10-01
1
-2
/
+18
*
|
drm/i915: Delay the release of the forcewake by a jiffie
Chris Wilson
2013-10-01
3
-4
/
+38
*
|
drm/i915: precendence bug in GT_PARITY_ERROR()
Dan Carpenter
2013-10-01
1
-1
/
+1
*
|
drm/i915: Fix intel_crtc_mode_get() mode clock
Ville Syrjälä
2013-10-01
1
-1
/
+1
[prev]
[next]