index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-09
drm/i915/adlp/fb: Prevent the mapping of redundant trailing padding NULL pages
Imre Deak
1
-1
/
+8
2021-10-14
drm/i915: rename intel_sideband.[ch] to intel_sbi.[ch]
Jani Nikula
1
-1
/
+1
2021-10-14
drm/i915: split out intel_pcode.[ch] to separate file
Jani Nikula
1
-1
/
+2
2021-10-14
drm/i915: split out vlv sideband to a separate file
Jani Nikula
1
-0
/
+1
2021-10-12
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-0
/
+34
2021-10-12
drm/i915/display: move pin/unpin fb/plane code to a new file.
Dave Airlie
1
-258
/
+0
2021-10-12
drm/i915/display: refactor initial plane config to a separate file
Dave Airlie
1
-276
/
+3
2021-10-12
drm/i915/display: refactor out initial plane config for crtcs
Dave Airlie
1
-19
/
+25
2021-10-12
drm/i915/display: let intel_plane_uses_fence be used from other places.
Dave Airlie
1
-1
/
+1
2021-10-12
drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.c
Dave Airlie
1
-208
/
+0
2021-10-11
Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-0
/
+34
2021-10-04
drm/i195: Make the async flip VT-d workaround dynamic
Ville Syrjälä
1
-0
/
+35
2021-10-04
drm/i915/pxp: black pixels on pxp disabled
Anshuman Gupta
1
-2
/
+10
2021-10-04
drm/i915/pxp: Add plane decryption support
Anshuman Gupta
1
-0
/
+26
2021-10-01
drm/i915: Stop force enabling pipe bottom color gammma/csc
Ville Syrjälä
1
-7
/
+2
2021-10-01
drm/i915: Move WaPruneModeWithIncorrectHsyncOffset into intel_mode_valid()
Ville Syrjälä
1
-7
/
+8
2021-10-01
drm/i915: Adjust intel_crtc_compute_config() debug message
Ville Syrjälä
1
-1
/
+1
2021-10-01
drm/i915: Use standard form -EDEADLK check
Ville Syrjälä
1
-4
/
+3
2021-10-01
drm/i915/fdi: use -EAGAIN instead of local special return value
Jani Nikula
1
-6
/
+5
2021-10-01
drm/i915/dsi: move dsi pll modeset asserts to vlv_dsi_pll.c
Jani Nikula
1
-16
/
+0
2021-10-01
drm/i915/dpll: move dpll modeset asserts to intel_dpll.c
Jani Nikula
1
-14
/
+0
2021-10-01
drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c
Jani Nikula
1
-59
/
+1
2021-10-01
drm/i915/fdi: move fdi modeset asserts to intel_fdi.c
Jani Nikula
1
-72
/
+0
2021-10-01
drm/i915/display: Drop unnecessary frontbuffer flushes
José Roberto de Souza
1
-3
/
+0
2021-09-30
drm/i915: Configure TRANSCONF just the once with bigjoiner
Ville Syrjälä
1
-2
/
+1
2021-09-30
drm/i915: Pimp HSW+ transcoder state readout
Ville Syrjälä
1
-35
/
+95
2021-09-29
drm/i915/tc: Add/use helpers to retrieve TypeC port properties
Imre Deak
1
-5
/
+1
2021-09-29
drm/i915/tc: Fix TypeC port init/resume time sanitization
Imre Deak
1
-15
/
+5
2021-09-29
drm/i915/gen11: Disable cursor clock gating in HDR mode
Tejas Upadhyay
1
-0
/
+32
2021-09-29
drm/i915: constify display wm vtable
Dave Airlie
1
-17
/
+17
2021-09-29
drm/i915: constify display function vtable
Dave Airlie
1
-30
/
+51
2021-09-29
drm/i915: constify the dpll clock vtable
Dave Airlie
1
-3
/
+3
2021-09-29
drm/i915: split the dpll clock compute out from display vtable.
Dave Airlie
1
-3
/
+3
2021-09-29
drm/i915: split watermark vfuncs from display vtable.
Dave Airlie
1
-17
/
+17
2021-09-29
drm/i915/display: add intel_fdi_link_train wrapper.
Dave Airlie
1
-1
/
+1
2021-09-29
drm/i915: add wrappers around cdclk vtable funcs.
Dave Airlie
1
-1
/
+1
2021-09-29
drm/i915/wm: provide wrappers around watermark vfuncs calls (v3)
Dave Airlie
1
-62
/
+123
2021-09-29
drm/i915: make update_wm take a dev_priv.
Dave Airlie
1
-5
/
+5
2021-09-23
drm/i915/display: Only keep PSR enabled if there is active planes
José Roberto de Souza
1
-5
/
+9
2021-09-23
drm/i915/display: Match PSR2 selective fetch sequences with specification
José Roberto de Souza
1
-7
/
+5
2021-09-23
drm/i915/adlp: Add support for remapping CCS FBs
Imre Deak
1
-1
/
+4
2021-09-22
drm/i915: s/crtc_state/new_crtc_state/ etc.
Ville Syrjälä
1
-19
/
+19
2021-09-22
drm/i915/display: Add HDR mode helper function
Tejas Upadhyay
1
-3
/
+7
2021-09-15
drm/i915: Extract hsw_panel_transcoders()
Ville Syrjälä
1
-5
/
+11
2021-09-15
drm/i915: Adjust intel_dsc_power_domain() calling convention
Ville Syrjälä
1
-3
/
+3
2021-09-15
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
1
-14
/
+14
2021-09-09
drm/i915: Associate ACPI connector nodes with connector entries (v2)
Heikki Krogerus
1
-0
/
+1
2021-09-08
drm/i915/display: Prepare DRRS for frontbuffer rendering drop
José Roberto de Souza
1
-0
/
+2
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-118
/
+267
2021-09-01
drm/i915/dsi/xelpd: Enable mipi dsi support.
Vandita Kulkarni
1
-0
/
+1
[next]