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
2022-02-11
drm/i915: Fix bigjoiner state copy fails
Ville Syrjälä
1
-1
/
+13
2022-02-11
drm/i915: Flag crtc scaling_filter changes as modeset
Ville Syrjälä
1
-0
/
+4
2022-02-11
drm/i915/dp: Reuse intel_hdmi_tmds_clock()
Ville Syrjälä
3
-16
/
+7
2022-02-11
drm/i915/hdmi: Simplify intel_hdmi_mode_clock_valid()
Ville Syrjälä
1
-16
/
+21
2022-02-11
drm/i915: Extract skl_crtc_calc_dbuf_bw()
Ville Syrjälä
1
-38
/
+44
2022-02-11
drm/i915: Extract skl_allocate_plane_ddb()
Ville Syrjälä
1
-17
/
+24
2022-02-11
drm/i915: Introduce skl_plane_ddb_iter
Ville Syrjälä
1
-48
/
+49
2022-02-11
drm/i915: Fix plane relative_data_rate calculation
Ville Syrjälä
1
-61
/
+2
2022-02-11
drm/i915: Extract skl_ddb_entry_init()
Ville Syrjälä
1
-19
/
+25
2022-02-11
drm/i915: Drop pointless dev_priv argument
Ville Syrjälä
1
-6
/
+5
2022-02-11
drm/i915: split out gem/i915_gem_create.h from i915_drv.h
Jani Nikula
4
-4
/
+19
2022-02-11
drm/i915: split out gem/i915_gem_dmabuf.h from i915_drv.h
Jani Nikula
6
-5
/
+24
2022-02-11
drm/i915/dg2: Add Wa_22011100796
Bruce Chang
1
-0
/
+9
2022-02-11
drm/i915: More gt idling time with guc submission
Ramalingam C
1
-1
/
+1
2022-02-11
drm/i915: align the plane_vma to min_page_size of stolen mem
Ramalingam C
1
-2
/
+3
2022-02-11
drm/i915/dg2: Add Wa_22011450934
Ramalingam C
2
-0
/
+32
2022-02-11
drm/i915/selftests: Disable runtime pm wakeref tracking for the mock device
Ville Syrjälä
3
-0
/
+6
2022-02-11
drm/i915: remove leftover i915_gem_pm.h declarations from i915_drv.h
Jani Nikula
2
-3
/
+1
2022-02-11
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
31
-16
/
+67
2022-02-11
drm/i915/mst: update slot information for 128b/132b
Jani Nikula
1
-2
/
+31
2022-02-11
drm/i915/dp: add 128b/132b support to link status checks
Jani Nikula
3
-11
/
+34
2022-02-11
drm/i915/dp: rewrite DP 2.0 128b/132b link training based on errata
Jani Nikula
1
-1
/
+300
2022-02-11
drm/i915/dp: move intel_dp_prepare_link_train() call
Jani Nikula
1
-2
/
+2
2022-02-11
drm/i915/fbc: Fix the plane end Y offset check
Ville Syrjälä
1
-1
/
+2
2022-02-11
drm/i915/opregion: debug log about Mailbox #2 for backlight
Jani Nikula
1
-4
/
+9
2022-02-11
drm/i915/opregion: handle SWSCI Mailbox #2 obsoletion
Jani Nikula
1
-3
/
+11
2022-02-11
drm/i915/opregion: early exit from encoder notify if SWSCI isn't there
Jani Nikula
1
-0
/
+6
2022-02-11
drm/i915/opregion: abstract the check for valid swsci function
Jani Nikula
1
-9
/
+21
2022-02-11
drm/i915/opregion: check port number bounds for SWSCI display power state
Jani Nikula
1
-0
/
+15
2022-02-10
drm/i915/ttm: tweak priority hint selection
Matthew Auld
1
-4
/
+2
2022-02-10
drm/i915: move the DRIVER_* macros to i915_driver.[ch]
Jani Nikula
10
-22
/
+27
2022-02-10
drm/i915: move intel_hws_csb_write_index() out of i915_drv.h
Jani Nikula
4
-10
/
+4
2022-02-09
drm/i915: Fix IPS disable in intel_plane_disable_noatomic()
Ville Syrjälä
1
-2
/
+4
2022-02-09
drm/i915: Extract hsw_ips_get_config()
Ville Syrjälä
3
-13
/
+22
2022-02-09
drm/i915: Move the IPS code to its own file
Ville Syrjälä
6
-239
/
+279
2022-02-09
drm/i915: Hoover the IPS enable/disable calls into the pre/post update hooks
Ville Syrjälä
2
-14
/
+34
2022-02-09
drm/i915: Change IPS calling convention
Ville Syrjälä
1
-16
/
+22
2022-02-09
drm/i915: Move vblank waits out from IPS code
Ville Syrjälä
2
-8
/
+13
2022-02-09
drm/i915/pm: hide struct drm_i915_clock_gating_funcs
Jani Nikula
2
-5
/
+5
2022-02-09
drm/i915/dpll: hide struct intel_dpll_funcs
Jani Nikula
2
-4
/
+5
2022-02-09
drm/i915/dpll: add intel_dpll_crtc_compute_clock()
Jani Nikula
3
-1
/
+10
2022-02-09
drm/i915/fdi: hide struct intel_fdi_funcs
Jani Nikula
2
-5
/
+6
2022-02-09
drm/i915/hpd: hide struct intel_hotplug_funcs
Jani Nikula
4
-10
/
+13
2022-02-09
drm/i915/color: hide struct intel_color_funcs
Jani Nikula
2
-19
/
+20
2022-02-09
drm/i915: group i915_drv.h forward declarations together
Jani Nikula
1
-25
/
+19
2022-02-08
drm/i915/guc: Use a single pass to calculate regset
Lucas De Marchi
2
-45
/
+90
2022-02-08
drm/i915/guc: Prepare for error propagation
Lucas De Marchi
1
-13
/
+18
2022-02-08
drm/i915: Fix mbus join config lookup
Ville Syrjälä
1
-1
/
+1
2022-02-08
drm/i915: Fix dbuf slice config lookup
Ville Syrjälä
1
-1
/
+1
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
3
-9
/
+11
[prev]
[next]