.. |
Kconfig
|
4520f53a15
drm/i915: Kconfig option to disable the legacy fbdev support
|
11 роки тому |
Makefile
|
0632fef669
drm/i915: rename intel_fb.c to intel_fbdev.c
|
11 роки тому |
dvo.h
|
ce1424078b
drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops
|
12 роки тому |
dvo_ch7017.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
13 роки тому |
dvo_ch7xxx.c
|
3b27af3560
drm/i915: dvo_ch7xxx: fix vsync polarity setting
|
12 роки тому |
dvo_ivch.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
13 роки тому |
dvo_ns2501.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
13 роки тому |
dvo_sil164.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
13 роки тому |
dvo_tfp410.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
13 роки тому |
i915_debugfs.c
|
d538bbdfde
drm/i915: Use a spin lock to protect the pipe crc struct
|
11 роки тому |
i915_dma.c
|
45c5f2022c
drm/i915: Disable all GEM timers and work on unload
|
11 роки тому |
i915_drv.c
|
45c5f2022c
drm/i915: Disable all GEM timers and work on unload
|
11 роки тому |
i915_drv.h
|
d538bbdfde
drm/i915: Use a spin lock to protect the pipe crc struct
|
11 роки тому |
i915_gem.c
|
de45eaf7b9
drm/i915: fix open-coded DIV_ROUND_UP
|
11 роки тому |
i915_gem_context.c
|
71b76d004f
drm/i915: cleanup context fini
|
11 роки тому |
i915_gem_debug.c
|
c55651b39a
drm/i915: Fix #endif comment
|
12 роки тому |
i915_gem_dmabuf.c
|
5cfacdedb1
drm/i915: Pin pages whilst mapping the dma-buf
|
12 роки тому |
i915_gem_evict.c
|
bcccff847d
drm/i915: trace vm eviction instead of everything
|
12 роки тому |
i915_gem_execbuffer.c
|
e2d05a8b1e
drm/i915: Convert active API to VMA
|
12 роки тому |
i915_gem_gtt.c
|
a1e2265332
drm/i915: Use kcalloc more
|
12 роки тому |
i915_gem_stolen.c
|
b599c89e8c
Merge tag 'v3.12-rc2' into drm-intel-next
|
12 роки тому |
i915_gem_tiling.c
|
80075d492f
drm/i915: prevent tiling changes on framebuffer backing storage
|
11 роки тому |
i915_gpu_error.c
|
f468980171
drm/i915: Educate users in dmesg about reporting gpu hangs
|
11 роки тому |
i915_ioc32.c
|
760285e7e7
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
|
13 роки тому |
i915_irq.c
|
d538bbdfde
drm/i915: Use a spin lock to protect the pipe crc struct
|
11 роки тому |
i915_reg.h
|
52f843f6cc
drm/i915: Wire up gen2 CRC support
|
11 роки тому |
i915_suspend.c
|
e8cde23b46
drm/i915: don't save/restore CACHE_MODE_0 on gen7+
|
11 роки тому |
i915_sysfs.c
|
5c9669cee5
drm/i915: Finish enabling rps before use by sysfs or debugfs
|
11 роки тому |
i915_trace.h
|
b52b89da09
drm/i915: Add a tracepoint for using a semaphore
|
12 роки тому |
i915_trace_points.c
|
c43b563403
drm/i915: [sparse] trivial sparse fixes
|
13 роки тому |
i915_ums.c
|
e9a632a578
drm/i915: scrap register address storage
|
12 роки тому |
intel_acpi.c
|
6d5c2d8ca3
i915: fix ACPI _DSM warning
|
12 роки тому |
intel_bios.c
|
6fca55b114
drm/i915: Rip out SUPPORTS_EDP
|
12 роки тому |
intel_bios.h
|
6acab15a7b
drm/i915: use the HDMI DDI buffer translations from VBT
|
12 роки тому |
intel_crt.c
|
533df0fecd
drm/i915: vlv: fix VGA hotplug after modeset
|
11 роки тому |
intel_ddi.c
|
4a28ae58c0
drm/i915: don't leak dp_connector at intel_ddi_init
|
11 роки тому |
intel_display.c
|
6efdf354dd
drm/i915: enable only the needed power domains during modeset
|
11 роки тому |
intel_dp.c
|
6da7f10d29
drm/i915/dp: don't mention eDP bpp clamping if it doesn't affect bpp
|
11 роки тому |
intel_drv.h
|
6efdf354dd
drm/i915: enable only the needed power domains during modeset
|
11 роки тому |
intel_dsi.c
|
6f2bcceb27
drm/i915: Use pipe_name() instead of the pipe number
|
11 роки тому |
intel_dsi.h
|
be4fc046be
drm/i915: add VLV DSI PLL Calculations
|
12 роки тому |
intel_dsi_cmd.c
|
3e33a84081
drm/i915/dsi: s/size_t/int/
|
12 роки тому |
intel_dsi_cmd.h
|
3e33a84081
drm/i915/dsi: s/size_t/int/
|
12 роки тому |
intel_dsi_pll.c
|
a748214542
drm/i915: Use adjusted_mode in DSI PLL calculations
|
12 роки тому |
intel_dvo.c
|
d9255d5714
drm/i915: destroy connector sysfs files earlier
|
12 роки тому |
intel_fbdev.c
|
de45eaf7b9
drm/i915: fix open-coded DIV_ROUND_UP
|
11 роки тому |
intel_hdmi.c
|
9514ac6e7a
drm/i915: Move some hdmi enable function name to vlv specific.
|
11 роки тому |
intel_i2c.c
|
24eb2d599b
drm/i915: Program GMBUS Frequency based on the CDCLK for VLV.
|
12 роки тому |
intel_lvds.c
|
d9255d5714
drm/i915: destroy connector sysfs files earlier
|
12 роки тому |
intel_modes.c
|
55bc60db59
drm/i915: Add "Automatic" mode for the "Broadcast RGB" property
|
12 роки тому |
intel_opregion.c
|
540b5d0276
drm/i915: Add breadcrumbs for why the backlight is being set
|
11 роки тому |
intel_overlay.c
|
b14c5679dd
drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
|
12 роки тому |
intel_panel.c
|
6f2bcceb27
drm/i915: Use pipe_name() instead of the pipe number
|
11 роки тому |
intel_pm.c
|
959cbc1b8a
drm/i915: change power_well->lock to be mutex
|
11 роки тому |
intel_ringbuffer.c
|
3d57e5bd12
drm/i915: Do a fuller init after reset
|
11 роки тому |
intel_ringbuffer.h
|
092467327c
drm/i915: Write RING_TAIL once per-request
|
12 роки тому |
intel_sdvo.c
|
d9255d5714
drm/i915: destroy connector sysfs files earlier
|
12 роки тому |
intel_sdvo_regs.h
|
b6e0e543f7
drm/i915: clear the entire sdvo infoframe buffer
|
12 роки тому |
intel_sideband.c
|
d8228d0d51
drm/i915/vlv: add doc names to sideband file
|
11 роки тому |
intel_sprite.c
|
4c445e0ebc
drm/i915: Rename primary_disabled to primary_enabled
|
11 роки тому |
intel_tv.c
|
1dba99f495
drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane
|
11 роки тому |
intel_uncore.c
|
ab484f8fd6
drm/i915: Remove gen specific checks in MMIO
|
11 роки тому |