index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
drm: replace open-coded ARRAY_SIZE with macro
Jim Cromie
1
-4
/
+3
2012-04-20
drm/edid: add missing NULL checks.
Takashi Iwai
1
-0
/
+6
2012-04-20
drm/edid: Generate modes from extra_modes for range descriptors
Adam Jackson
1
-0
/
+73
2012-04-20
drm/edid: Add extra_modes
Adam Jackson
1
-0
/
+11
2012-04-20
drm/edid: Give the est3 mode struct a real name
Adam Jackson
1
-2
/
+4
2012-04-20
drm/edid: Do drm_dmt_modes_for_range() for all range descriptor types
Adam Jackson
1
-5
/
+6
2012-04-20
drm/edid: Fix some comment typos in the DMT mode list
Adam Jackson
1
-5
/
+5
2012-04-20
drm/edid: Add the reduced blanking DMT modes to the DMT list
Adam Jackson
1
-1
/
+93
2012-04-20
drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/
Adam Jackson
1
-2
/
+2
2012-04-20
drm/edid: Remove a misleading comment
Adam Jackson
1
-4
/
+0
2012-04-20
drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes
Adam Jackson
2
-14
/
+25
2012-04-20
drm/edid: Rewrite drm_mode_find_dmt search loop
Adam Jackson
1
-9
/
+10
2012-04-20
drm/edid: Document drm_mode_find_dmt
Adam Jackson
1
-0
/
+10
2012-04-20
drm: add DRM_MODE_FLAG_DBLCLK to CEA modes requiring it
Paulo Zanoni
1
-16
/
+22
2012-04-20
drm: add the VIC number to the CEA EDID modes
Paulo Zanoni
1
-64
/
+64
2012-04-20
drm: Parse color format information in CEA blocks
Lars-Peter Clausen
1
-10
/
+21
2012-04-20
drm: Fix EDID color format parsing
Lars-Peter Clausen
1
-4
/
+4
2012-04-20
drm: Add sanity checks to framebuffer creation
Ville Syrjälä
1
-4
/
+43
2012-04-20
drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions
Ville Syrjälä
1
-0
/
+60
2012-04-20
drm: Add drm_format_plane_cpp() utility function
Ville Syrjälä
1
-0
/
+45
2012-04-20
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
2
-33
/
+32
2012-04-20
drm/i915: invalidate render cache on gen2
Daniel Vetter
1
-1
/
+1
2012-04-18
drm/i915: Silence the change of LVDS sync polarity
Chris Wilson
1
-30
/
+7
2012-04-18
drm/i915: add generic power management initialization
Eugeni Dodonov
3
-202
/
+180
2012-04-18
drm/i915: move clock gating functionality into intel_pm module
Eugeni Dodonov
3
-354
/
+370
2012-04-18
drm/i915: move emon functionality into intel_pm module
Eugeni Dodonov
2
-86
/
+86
2012-04-18
drm/i915: move drps, rps and rc6-related functions to intel_pm
Eugeni Dodonov
3
-513
/
+514
2012-04-18
drm/i915: fix line breaks in intel_pm
Eugeni Dodonov
1
-3
/
+7
2012-04-18
drm/i915: move watermarks settings into intel_pm module
Eugeni Dodonov
3
-1476
/
+1496
2012-04-18
drm/i915: move fbc-related functionality into intel_pm module
Eugeni Dodonov
4
-484
/
+537
2012-04-18
drm/i915: Refactor get_fence() to use the common fence writing routine
Chris Wilson
1
-43
/
+27
2012-04-18
drm/i915: Refactor fence clearing to use the common fence writing routine
Chris Wilson
1
-53
/
+9
2012-04-18
drm/i915: Refactor put_fence() to use the common fence writing routine
Chris Wilson
1
-11
/
+51
2012-04-18
drm/i915: Prepare to consolidate fence writing
Chris Wilson
1
-103
/
+108
2012-04-18
drm/i915: Remove the unsightly "optimisation" from flush_fence()
Chris Wilson
1
-13
/
+5
2012-04-18
drm/i915: Simplify fence finding
Chris Wilson
1
-13
/
+3
2012-04-18
drm/i915: Discard the unused obj->last_fenced_ring
Chris Wilson
2
-14
/
+7
2012-04-18
drm/i915: Remove unused ring->setup_seqno
Chris Wilson
2
-18
/
+0
2012-04-18
drm/i915: Remove fence pipelining
Chris Wilson
1
-119
/
+36
2012-04-18
drm/i915: Remove the pipelined parameter from get_fence()
Chris Wilson
4
-8
/
+6
2012-04-18
drm/i915: Wait for all pending operations to the fb before disabling the pipe
Chris Wilson
1
-23
/
+4
2012-04-18
drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSH
Chris Wilson
1
-16
/
+39
2012-04-18
drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomic
Chris Wilson
1
-9
/
+6
2012-04-18
drm/i915: Unpin the flip target if we fail to queue the flip
Chris Wilson
1
-15
/
+35
2012-04-18
drm/i915: [GEN7] Use HW scheduler for fixed function shaders
Ben Widawsky
2
-0
/
+29
2012-04-18
drm/i915: Replace open coded MI_BATCH_GTT
Chris Wilson
2
-2
/
+4
2012-04-18
drm/i915: Always flush tiling changes before accessing through the GTT
Chris Wilson
1
-1
/
+5
2012-04-18
drm/i915: [sparse] don't use variable size arrays
Ben Widawsky
1
-6
/
+18
2012-04-18
drm/i915: [sparse] trivial sparse fixes
Ben Widawsky
9
-7
/
+15
2012-04-18
drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DAC
Jesse Barnes
1
-11
/
+43
[prev]
[next]