index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
drm/i915: Make GEM errors non-fatal by default
Chris Wilson
2
-1
/
+24
2021-01-19
drm/i915: Add DEBUG_GEM to the recommended CI config
Chris Wilson
1
-2
/
+4
2021-01-19
drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting YCbCr 4:4:4
Ville Syrjälä
3
-6
/
+8
2021-01-18
drm/i915: support two CSC module on gen11 and later
Lee Shawn C
2
-13
/
+16
2021-01-18
drm/i915/gt: Add arbitration check before semaphore wait
Chris Wilson
1
-0
/
+2
2021-01-18
drm/i915/gt: Clear CACHE_MODE prior to clearing residuals
Chris Wilson
1
-0
/
+12
2021-01-18
drm/i915: Check for rq->hwsp validity after acquiring RCU lock
Chris Wilson
3
-18
/
+38
2021-01-18
drm/i915/pmu: Don't grab wakeref when enabling events
Tvrtko Ursulin
1
-14
/
+16
2021-01-18
drm/i915/gt: Prevent use of engine->wa_ctx after error
Chris Wilson
1
-0
/
+3
2021-01-18
drm/i915/hdcp: Get conn while content_type changed
Anshuman Gupta
1
-0
/
+1
2021-01-18
drm/i915/hdcp: Update CP property in update_pipe
Anshuman Gupta
1
-0
/
+8
2021-01-15
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
128
-11494
/
+12912
2021-01-16
drm/i915: split fdi code out from intel_display.c
Dave Airlie
5
-682
/
+718
2021-01-16
drm/i915: refactor pll code out into intel_dpll.c
Dave Airlie
6
-1391
/
+1414
2021-01-16
drm/i915: refactor some crtc code out of intel display. (v2)
Dave Airlie
4
-304
/
+349
2021-01-15
drm/i915/gt: Convert stats.active to plain unsigned int
Chris Wilson
3
-23
/
+34
2021-01-15
drm/i915/gt: Extract busy-stats for ring-scheduler
Chris Wilson
2
-33
/
+50
2021-01-15
drm/i915/gt: Drop atomic for engine->fw_active tracking
Chris Wilson
3
-4
/
+4
2021-01-15
drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting YCbCr 4:4:4
Ville Syrjälä
1
-2
/
+2
2021-01-15
drm/i915: add back static declaration
Matthew Auld
1
-7
/
+7
2021-01-15
drm/i915: Pass port to intel_panel_bl_funcs.get()
Lyude Paul
4
-27
/
+21
2021-01-15
drm/i915: Try to guess PCH type even without ISA bridge
Zhenyu Wang
2
-18
/
+28
2021-01-15
drm/i915/display: Bitwise or the conversion colour specifier together
Chris Wilson
1
-2
/
+2
2021-01-15
drm/i915/region: convert object_create into object_init
Matthew Auld
8
-84
/
+72
2021-01-15
drm/i915/gem: sanity check object size in gem_create
Matthew Auld
1
-0
/
+2
2021-01-15
drm/i915/gem: split gem_create into own file
Matthew Auld
3
-102
/
+112
2021-01-15
drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
Chris Wilson
1
-7
/
+9
2021-01-15
drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
Chris Wilson
1
-31
/
+8
2021-01-15
drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
Chris Wilson
1
-9
/
+15
2021-01-15
drm/i915: Drop i915_request.lock serialisation around await_start
Chris Wilson
1
-2
/
+8
2021-01-15
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
9
-24
/
+24
2021-01-15
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
86
-4031
/
+6456
2021-01-15
Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
128
-11494
/
+12912
2021-01-14
drm/i915: Drop one more useless master_transcoder assignment
Ville Syrjälä
1
-2
/
+0
2021-01-14
drm/i915/dg1: Apply WA 1409120013 and 14011059788
José Roberto de Souza
1
-5
/
+7
2021-01-14
drm/i915/gt: Prune inlines
Chris Wilson
13
-29
/
+28
2021-01-14
drm/i915/gt: Prune 'inline' from execlists
Chris Wilson
1
-34
/
+29
2021-01-14
drm/i915/gt: Reapply ppgtt enabling after engine resets
Chris Wilson
2
-12
/
+10
2021-01-14
drm/i915/selftests: fix the uint*_t types that have crept in
Jani Nikula
1
-5
/
+5
2021-01-14
drm/i915/pps: rename intel_dp_init_panel_power_sequencer* functions
Jani Nikula
1
-21
/
+16
2021-01-14
drm/i915/pps: rename vlv_init_panel_power_sequencer to vlv_pps_init
Jani Nikula
3
-5
/
+5
2021-01-14
drm/i915/pps: add locked intel_pps_wait_power_cycle
Jani Nikula
3
-9
/
+14
2021-01-14
drm/i915/pps: rename intel_power_sequencer_reset to intel_pps_reset_all
Jani Nikula
3
-6
/
+5
2021-01-14
drm/i915/pps: rename intel_dp_check_edp to intel_pps_check_power_unlocked
Jani Nikula
3
-3
/
+3
2021-01-14
drm/i915/pps: abstract intel_pps_encoder_reset()
Jani Nikula
3
-19
/
+25
2021-01-14
drm/i915/pps: add higher level intel_pps_init() call
Jani Nikula
3
-12
/
+17
2021-01-14
drm/i915/pps: abstract intel_pps_vdd_off_sync
Jani Nikula
3
-30
/
+21
2021-01-14
drm/i915/pps: rename edp_panel_* to intel_pps_*_unlocked
Jani Nikula
3
-26
/
+26
2021-01-14
drm/i915/pps: rename intel_edp_panel_* to intel_pps_*
Jani Nikula
4
-24
/
+22
2021-01-14
drm/i915/pps: rename intel_edp_backlight_* to intel_pps_backlight_*
Jani Nikula
3
-11
/
+11
[prev]
[next]