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
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
/
intel_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
drm/i915: Pass crtc state to intel_pipe_{enable,disable}()
Ville Syrjälä
1
-53
/
+23
2017-12-01
drm/i915: Wait for pipe to start on i830 as well
Ville Syrjälä
1
-0
/
+3
2017-12-01
drm/i915: Fix vblank timestamp/frame counter jumps on gen2
Ville Syrjälä
1
-16
/
+35
2017-12-01
drm/i915: Fix deadlock in i830_disable_pipe()
Ville Syrjälä
1
-2
/
+5
2017-11-30
drm/i915: Enable IPS with only sprite plane visible too, v4.
Maarten Lankhorst
1
-7
/
+2
2017-11-30
drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.
Maarten Lankhorst
1
-61
/
+107
2017-11-28
drm/i915: Enable hotplug polling after registering the outputs
Chris Wilson
1
-4
/
+1
2017-11-23
drm/i915: remove stale comment from sanitize_encoder
Daniel Vetter
1
-2
/
+0
2017-11-21
drm/i915: Add rudimentary plane state verification
Ville Syrjälä
1
-0
/
+15
2017-11-21
drm/i915: Use plane->get_hw_state() for initial plane fb readout
Ville Syrjälä
1
-4
/
+6
2017-11-21
drm/i915: Nuke crtc->plane
Ville Syrjälä
1
-3
/
+2
2017-11-21
drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()
Ville Syrjälä
1
-1
/
+1
2017-11-21
drm/i915: Nuke ironlake_get_initial_plane_config()
Ville Syrjälä
1
-73
/
+6
2017-11-21
drm/i915: Cleanup enum pipe/enum plane_id/enum i9xx_plane_id in initial fb re...
Ville Syrjälä
1
-27
/
+33
2017-11-21
drm/i915: s/enum plane/enum i9xx_plane_id/
Ville Syrjälä
1
-49
/
+49
2017-11-21
drm/i915: Redo plane sanitation during readout
Ville Syrjälä
1
-49
/
+65
2017-11-21
drm/i915: Add .get_hw_state() method for planes
Ville Syrjälä
1
-98
/
+90
2017-11-17
drm/i915: Pass crtc_state to ips toggle functions, v2
Maarten Lankhorst
1
-10
/
+14
2017-11-17
drm/i915: Enable FIFO underrun reporting after initial fastset, v4.
Maarten Lankhorst
1
-2
/
+15
2017-11-16
drm/i915: Don't sanitize frame start delay if the pipe is off
Ville Syrjälä
1
-1
/
+1
2017-11-14
drm/i915: Display WA #1185 WaDisableDARBFClkGating:cnl, glk
Rodrigo Vivi
1
-9
/
+18
2017-11-14
drm/i915/glk: Refactor handling of PLANE_COLOR_CTL for GLK+
James Ausmus
1
-15
/
+58
2017-11-13
drm/i915: Handle adjust better in intel_pipe_config_compare
Maarten Lankhorst
1
-2
/
+22
2017-11-13
drm/i915: Check boolean options in intel_pipe_config_compare with its own macro
Maarten Lankhorst
1
-10
/
+20
2017-11-13
drm/i915: Remove bogus ips_enabled check.
Maarten Lankhorst
1
-8
/
+0
2017-11-11
drm/i915: Update watermark state correctly in sanitize_watermarks
Maarten Lankhorst
1
-0
/
+2
2017-11-10
drm/i915: Inline intel_modeset_gem_init()
Chris Wilson
1
-7
/
+0
2017-11-10
drm/i915: Move intel_init_clock_gating() to i915_gem_init()
Chris Wilson
1
-2
/
+0
2017-11-10
drm/i915: Move GT powersaving init to i915_gem_init()
Chris Wilson
1
-2
/
+0
2017-11-09
drm/i915: Nuke intel_digital_port->port
Ville Syrjälä
1
-6
/
+7
2017-11-08
drm/i915: Move init_clock_gating() back to where it was
Ville Syrjälä
1
-2
/
+12
2017-11-08
drm/i915: Read ilk FDI PLL frequency once during initialisation
Chris Wilson
1
-3
/
+18
2017-10-30
drm/i915: Stop frobbing with DDI encoder->type
Ville Syrjälä
1
-3
/
+8
2017-10-30
drm/i915: Populate output_types from .get_config()
Ville Syrjälä
1
-4
/
+1
2017-10-27
drm/i915: Cancel the modeset retry work during modeset cleanup
Manasi Navare
1
-1
/
+18
2017-10-25
drm/i915/cnl: Allow 2 pixel per clock on Cannonlake.
Rodrigo Vivi
1
-1
/
+1
2017-10-25
drm/i915: Perform a central cdclk state sanity check
Ville Syrjälä
1
-0
/
+3
2017-10-25
drm/i915: Adjust system agent voltage on CNL if required by DDI ports
Ville Syrjälä
1
-0
/
+11
2017-10-25
drm/i915: Start tracking voltage level in the cdclk state
Ville Syrjälä
1
-4
/
+4
2017-10-19
drm/i915: remove g4x lowfreq_avail and has_pipe_cxsr
Jani Nikula
1
-15
/
+0
2017-10-18
drm/i915: Unify skylake plane disable
Juha-Pekka Heikkila
1
-19
/
+2
2017-10-18
drm/i915: Unify skylake plane update
Juha-Pekka Heikkila
1
-73
/
+2
2017-10-18
drm/i915: dspaddr_offset doesn't need to be more than local variable
Juha-Pekka Heikkila
1
-9
/
+6
2017-10-18
drm/i915: move adjusted_x/y from crtc to cache.
Juha-Pekka Heikkila
1
-6
/
+0
2017-10-18
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+1
2017-10-17
drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector
James Ausmus
1
-0
/
+13
2017-10-13
drm/i915: Dump 'output_types' in crtc state dump
Ville Syrjälä
1
-0
/
+51
2017-10-13
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
Harsha Sharma
1
-5
/
+5
2017-10-12
Merge tag 'drm-intel-next-2017-09-29' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-13
/
+13
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-1
/
+1
[next]